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
3.6

based on 264 Reviews

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 - 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

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in Info Edge
Q4. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... 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.

AppInventiv Technologies interview questions for designations

 Software Engineer

 (7)

 Software Engineer Trainee

 (2)

 Senior QA Engineer

 (1)

 Software Trainee

 (5)

 Software Developer

 (3)

 Software Developer Trainee

 (1)

 QA Engineer

 (2)

 Lead Engineer

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Normal online code / frontend test

Round 2 - Technical 

(1 Question)

  • Q1. How would you build book my show
  • Ans. 

    Designing and building a platform similar to BookMyShow involves creating a user-friendly interface for booking tickets for various events.

    • Develop a user-friendly website and mobile app for users to browse and book tickets for movies, concerts, plays, etc.

    • Implement a secure payment gateway for users to make online transactions.

    • Integrate a database to store information about events, venues, tickets, and user bookings.

    • In...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Solid principals, awareness of patterns
Round 4 - Technical 

(1 Question)

  • Q1. How would you build tinyurl like service, systems designs
  • Ans. 

    To build a tinyurl-like service, design a system with a URL shortening algorithm, a database to store mappings, and a redirect service.

    • Use a hashing algorithm to generate short URLs from long URLs (e.g. MD5, SHA-256).

    • Store the mappings of short URLs to long URLs in a database (e.g. MySQL, Redis).

    • Implement a redirect service that takes a short URL, looks up the corresponding long URL in the database, and redirects the u...

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Non-technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - no reply after giving so many rounds.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Reverse the linked list.
Round 2 - Technical 

(1 Question)

  • Q1. Internel working of Hashmap
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String Question based on hashmap
  • Q2. Palindorme -Reverse a string
  • Ans. 

    Reverse a string to check if it is a palindrome.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or manually

    • Compare the reversed string with the original string to check if it is a palindrome

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic Personal Questions, salary expectations
  • Q2. Agile, docker,kunernetes

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

DSA round leetcode style question

Round 2 - Technical 

(1 Question)

  • Q1. Design + Coding round for rate limiter

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round - System Design
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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Java 8 and related programming questions springboot microservices details about project
  • Q2. Kafka questions and use case
  • Q3. API springboot application development
  • Q4. Ci cd and cloud
Round 2 - HR 

(1 Question)

  • Q1. Hr related question

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

Tell us how to improve this page.

AppInventiv Technologies Senior Software Engineer Salary
based on 178 salaries
₹7 L/yr - ₹25 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 23 reviews

3.4/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.2

Salary

3.0

Job security

3.9

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 23 Reviews and Ratings
Software Engineer
265 salaries
unlock blur

₹2.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Developer
132 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Business Analyst
54 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Quality Analyst
52 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Explore more salaries
Compare AppInventiv Technologies with

Ranosys Technologies

3.6
Compare

SPARX IT Solutions

3.7
Compare

Techugo

4.1
Compare

Hidden Brains InfoTech

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