Upload Button Icon Add office photos
Engaged Employer

i

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

AppInventiv Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AppInventiv Technologies Senior Software Engineer Interview Questions and Answers

Updated 1 Jan 2025

AppInventiv Technologies Senior Software Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the process to remove duplicates from a string?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. In the first round, JS basics were asked.
Round 2 - Technical 

(1 Question)

  • Q1. In the second round, Node and Mongo were asked.
Round 3 - Technical 

(1 Question)

  • Q1. There were array problems to be solved.
Round 4 - HR 

(1 Question)

  • Q1. HR briefed about the company and salary was discussed.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are hoisting
  • Ans. 

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

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

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

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

  • Answered by AI
  • Q2. What is Closure
  • Ans. 

    Closure is a function that captures the variables from its surrounding scope, even after the surrounding function has finished executing.

    • Closure allows a function to access and manipulate variables from its outer function.

    • It maintains a reference to its outer function's scope, even after the outer function has returned.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { co

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to first confirm whether they are going to hire or just wasting your time and efforts

I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Online E-Meet Discussion:- C# - Oops, Generics, IEnumerable, IEnumerator & IQueryable, Generic and Non-Generic List, Use of Static Keyword, Design Patterns, SOLID principles, Dependency Injection, Use of ...
Round 3 - One-on-one 

(1 Question)

  • Q1. Online E-Meet Discussion:- C# - Primitive and Reference type variables, what is string and how string stores in memory, Threading, Multithreading, Parallel Programming, Synchronization, locking mechanism,...

Interview Preparation Tips

Topics to prepare for AppInventiv Technologies Senior Software Engineer interview:
  • C#
  • ASP.Net MVC
  • SQL Server
  • OOPS
  • Web Api
  • Entity Framework
  • asp.net core
Interview preparation tips for other job seekers - prepare well for the above questions and try to get deep knowledge of c# concepts defined above because interviewr asks anything and if you have complete knowledge of every concept you will be able to answer.

AppInventiv Technologies interview questions for designations

 Software Engineer

 (7)

 Software Engineer Trainee

 (2)

 Senior QA Engineer

 (1)

 Software Trainee

 (5)

 Software Developer

 (4)

 Software Developer Trainee

 (1)

 QA Engineer

 (2)

 Lead Engineer

 (1)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concept and technology related
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basics questions in javascript questions like what is closures, what projects do you have created. How many threads run in React Native.
Round 3 - One-on-one 

(3 Questions)

  • Q1. What projects you have developed
  • Ans. 

    I have developed various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app for tracking fitness goals using React Native

    • Created a web application for managing inventory using Angular and Node.js

    • Implemented a data analytics platform for analyzing user behavior using Python and SQL

  • Answered by AI
  • Q2. Have you implemented any Android sdk in the projects
  • Ans. 

    Yes, I have implemented Android SDK in multiple projects.

    • I have used Android SDK to develop various features like push notifications, location services, and in-app purchases.

    • I have also integrated third-party SDKs like Facebook and Google Maps SDKs in my projects.

    • I am familiar with Android Studio and have used it extensively for Android app development.

    • I have experience with different versions of Android SDK and have d

  • Answered by AI
  • Q3. What is the flow of push notifications
  • Ans. 

    Push notifications are sent from a server to a client device to notify the user of new content or updates.

    • The server sends a notification to the push notification service (e.g. Firebase Cloud Messaging)

    • The push notification service sends the notification to the client device

    • The client device receives the notification and displays it to the user

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is the reason for change. How many people are their in your family.
  • Ans. 

    The reason for change can vary based on individual circumstances. The number of people in my family is...

    • Reasons for change can include personal growth, career advancement, or seeking new challenges.

    • The number of people in my family is [insert number].

    • Example: The reason for change in my previous job was the lack of growth opportunities.

    • Example: There are 4 people in my family.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and confident. Staff and interviewers are good.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is simple MCQ machine test and test result is generated then forwarded for First round which is telephonic round.

Round 2 - Coding Test 

This round is on Zoom and will try to check your coding knowledge. Like your role in existing project in current company etc. Totally project related

Round 3 - HR 

(1 Question)

  • Q1. This is for your joining dates a
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. They asked questions related your project and technical questions
Round 3 - Coding Test 

You have to do programming test. This is based on logical question.

I applied via Walk-in and was interviewed before Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

20 questions were there and enough time was given. Questions were easy to medium

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basics of programming were asked. You will be asked to make logic for the given problem.
  • Q2. Star pattern, Fibonacci series, swap two numbers without third variable
Round 4 - HR 

(1 Question)

  • Q1. They simply check your communication skills and behaviour

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on the programming part, try to solve logical problems
Contribute & help others!
anonymous
You can choose to be anonymous

AppInventiv Technologies Interview FAQs

How many rounds are there in AppInventiv Technologies Senior Software Engineer interview?
AppInventiv Technologies interview process usually has 2-3 rounds. The most common rounds in the AppInventiv Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for AppInventiv Technologies Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AppInventiv Technologies. The most common topics and skills that interviewers at AppInventiv Technologies expect are Objective C, SQLite, Swift, Cocoa and XCode.
What are the top questions asked in AppInventiv Technologies Senior Software Engineer interview?

Some of the top questions asked at the AppInventiv Technologies Senior Software Engineer interview -

  1. Online E-Meet Discussion:- C# - Oops, Generics, IEnumerable, IEnumerator & IQu...read more
  2. Online E-Meet Discussion:- C# - Primitive and Reference type variables, what i...read more
  3. What is the process to remove duplicates from a stri...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Cartesian Consulting

No Interviews

INTERVIEWS

AppInventiv Technologies

No Interviews

INTERVIEWS

Siemens Healthineers

No Interviews

INTERVIEWS

Cartesian Consulting

No Interviews

INTERVIEWS

AppInventiv Technologies

No Interviews

Tell us how to improve this page.

AppInventiv Technologies Senior Software Engineer Interview Process

based on 5 interviews

Interview experience

2.2
  
Poor
View more
AppInventiv Technologies Senior Software Engineer Salary
based on 185 salaries
₹6.6 L/yr - ₹22.5 L/yr
7% less than the average Senior Software Engineer Salary in India
View more details

AppInventiv Technologies Senior Software Engineer Reviews and Ratings

based on 24 reviews

3.6/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.5

Salary

3.3

Job security

3.9

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
275 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
185 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Leader
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AppInventiv Technologies with

Ranosys Technologies

3.5
Compare

SPARX IT Solutions

3.6
Compare

Techugo

4.0
Compare

Hidden Brains InfoTech

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