Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by APPSeCONNECT Team. If you also belong to the team, you can get access from here

APPSeCONNECT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

APPSeCONNECT Techno Functional Consultant Interview Questions and Answers

Updated 8 Jul 2024

APPSeCONNECT Techno Functional Consultant Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate level it was

Round 2 - Group Discussion 

Easy topic given to all

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

There were simple aptitude questions from CS subjects and DSA

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me to introduce myself, my knowledge about customer handling, b2b and b2c businesses.
Round 4 - Assignment 

There was a ppt round about client onboarding process.

Round 5 - HR 

(1 Question)

  • Q1. In the last round I need to explain the PPT and supportive questions from that asked by the interviewer.

Techno Functional Consultant Interview Questions Asked at Other Companies

asked in Wipro
Q1. What is class? what is an operating system? what do you know abou ... read more
asked in HighRadius
Q2. What is the difference between the UNION and UNION ALL operations ... read more
asked in HighRadius
Q3. What methods can be used to determine the highest salary by depar ... read more
Q4. Whaf is P2P cycle and technical architecture of interface
asked in Wipro
Q5. What Cloud Security certifications do you have

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe OOPs with a real world example using your understanding.
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPs.

    • Example: In a car manufacturing company, a 'Car' object can have properties like 'model', 'color', and methods like 'startEn

  • Answered by AI
  • Q2. Programming exercises to demonstrate design and architecture knowledge
Round 2 - HR 

(1 Question)

  • Q1. Questions that will prove your commitment and integrity.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basics. As a senior you will need exposure to design and architecture , strong problem solving and good communication skills. You need to be self motivated and proactive person.

Interview Questionnaire 

1 Question

  • Q1. Level of questions are pretty good, nothing like typical theoretical interviewer looking more towards the practical knowledge
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

FInd 3 numbers in an array whose sum = k.

Round 2 - Technical 

(2 Questions)

  • Q1. Past projects I have worked on
  • Q2. Design a Elevator system
  • Ans. 

    Design an Elevator system for efficient vertical transportation

    • Consider the number of floors in the building

    • Implement a scheduling algorithm to optimize elevator movement

    • Include safety features such as emergency stop button

    • Allow for both manual and automatic operation

    • Consider peak hours and traffic flow in the building

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Starting from full form of SQL to RDBMS, CTE and some most common window functions, they asked everything. Questions were easy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic quantitative, logical reasoning along with few technical questions

Round 2 - Technical 

(1 Question)

  • Q1. Core subjects on opps, Ds, and resume based
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

APPSeCONNECT Interview FAQs

How many rounds are there in APPSeCONNECT Techno Functional Consultant interview?
APPSeCONNECT interview process usually has 3-4 rounds. The most common rounds in the APPSeCONNECT interview process are Aptitude Test, Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

APPSeCONNECT Techno Functional Consultant Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

CyberArk Interview Questions
3.6
 • 13 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
Narvar India Interview Questions
3.4
 • 11 Interviews
PlanSource Interview Questions
3.7
 • 11 Interviews
Vanenburg Interview Questions
3.9
 • 10 Interviews
Addepar Interview Questions
3.0
 • 8 Interviews
Ivalua Interview Questions
3.7
 • 8 Interviews
View all
APPSeCONNECT Techno Functional Consultant Salary
based on 6 salaries
₹3.5 L/yr - ₹4.3 L/yr
71% less than the average Techno Functional Consultant Salary in India
View more details
Techno Functional Consultant
6 salaries
unlock blur

₹3.5 L/yr - ₹4.3 L/yr

Software Development Engineer 1
5 salaries
unlock blur

₹3.8 L/yr - ₹4.2 L/yr

Software Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Sde1
4 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Talent Acquisition Partner
4 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Explore more salaries
Compare APPSeCONNECT with

Exotel

3.1
Compare

Azuga Telematics

3.3
Compare

Flixstock

2.4
Compare

World Fashion Exchange

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview