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

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

(1 Question)

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

(1 Question)

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

(1 Question)

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

(1 Question)

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

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... 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 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.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about AppInventiv Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java memory management
  • Q2. Spring boot basics
  • Q3. Classloaders in java
  • Ans. 

    Classloaders are responsible for loading classes into the JVM at runtime.

    • Java has three built-in classloaders: bootstrap, extension, and system.

    • Custom classloaders can be created to load classes from non-standard sources.

    • Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.

    • Classloaders can be used for dynamic class loading and hot-s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics very well and solve various coding challenges

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Design zepto delivery system .
  • Ans. 

    Design a zepto delivery system for efficient and fast delivery of small packages.

    • Utilize drones for quick and efficient delivery

    • Implement a centralized hub for package sorting and distribution

    • Use GPS tracking for real-time package monitoring

    • Optimize routes for faster delivery times

    • Ensure secure and reliable delivery process

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Create LLD Design for Movie Ticket Booking System(BookMyShow.com)
  • Ans. 

    LLD Design for Movie Ticket Booking System(BookMyShow.com)

    • Use case diagram to identify actors and their interactions

    • Class diagram to represent entities like User, Movie, Theater, Booking

    • Sequence diagram to show the flow of events during ticket booking process

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Core Java and J2EE basic questions
Round 3 - HR 

(1 Question)

  • Q1. Experience in previous companies and learnings
  • Ans. 

    I have extensive experience in software development, focusing on scalable solutions and team collaboration across various industries.

    • At Company A, I led a team to develop a microservices architecture, improving system scalability by 40%.

    • During my time at Company B, I implemented CI/CD pipelines, reducing deployment time from hours to minutes.

    • At Company C, I worked closely with cross-functional teams, enhancing my commu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its not that tough just be yourself when answering the questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to reduce bundle size of angular application
  • Ans. 

    To reduce bundle size of an Angular application, you can use lazy loading, tree shaking, code splitting, and optimizing assets.

    • Use lazy loading to load modules only when needed

    • Implement tree shaking to remove unused code

    • Utilize code splitting to divide code into smaller chunks

    • Optimize assets by compressing images and minifying CSS/JS files

  • Answered by AI

Skills evaluated in this interview

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. What are hoist...read more
  2. What is Clos...read more
  3. Online E-Meet Discussion:- C# - Oops, Generics, IEnumerable, IEnumerator & IQu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.2/5

based on 5 interview experiences

AppInventiv Technologies Senior Software Engineer Salary
based on 205 salaries
₹6.9 L/yr - ₹24 L/yr
11% less than the average Senior Software Engineer Salary in India
View more details

AppInventiv Technologies Senior Software Engineer Reviews and Ratings

based on 31 reviews

3.9/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.7

Salary

3.4

Job security

4.1

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
280 salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Senior Software Engineer
205 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Software Developer
132 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Associate Technical Leader
60 salaries
unlock blur

₹11 L/yr - ₹27.4 L/yr

Business Analyst
57 salaries
unlock blur

₹3.4 L/yr - ₹9.9 L/yr

Explore more salaries
Compare AppInventiv Technologies with

Thomson Reuters

4.1
Compare

HighRadius

2.8
Compare

Chetu

3.3
Compare

EbixCash Limited

3.9
Compare
write
Share an Interview