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

Updated 1 Jan 2025

AppInventiv Technologies Senior Software Engineer Interview Experiences for Experienced

2 interviews found

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.

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. If you have to prioritize between coding standards and project de ... read more
Q2. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q3. Given a grid containing 0s and 1s and a source row and column, in ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. In Azure Data Factory, how would you implement the functionality ... read more

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

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Depends on role. I gave interview related to SRE devops. Brush up basics related to Jenkins splunk kubernetes python kafka prometheus docker etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics and fluent, confident when answering. In total 5 rounds including HR

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture

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

Are these interview questions helpful?

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.

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

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts, mysql query
  • Q2. Find 2highest salary mysql query, abstract and interfaces
  • Ans. 

    MySQL query to find 2 highest salaries and explanation of abstract and interfaces

    • Use ORDER BY and LIMIT to get the top 2 salaries

    • Abstract classes cannot be instantiated and can have both abstract and non-abstract methods

    • Interfaces define a set of methods that a class must implement

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: inte...

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

(1 Question)

  • Q1. Mysql questions, sdlc method
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and discussion about job roles

Interview Preparation Tips

Topics to prepare for ivy Senior Software Engineer interview:
  • OOPS
  • MySQL
  • Javascript
  • Laravel
Interview preparation tips for other job seekers - Clear oops concepts, mysql concepts, and know how to find highest salary

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions
  • Q2. What Is Java. Who developed Java.
  • Ans. 

    Java is a high-level programming language developed by Sun Microsystems (now owned by Oracle) in 1995.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

    • It is object-oriented and designed to have as few implementation dependencies as possible.

    • Java is widely used for building web applications, mobile apps, and enterprise software.

    • James Gosling, Mike Sheridan, and Patrick Nau...

  • Answered by AI
  • Q3. Multi threading

Skills evaluated in this interview

AppInventiv Technologies Interview FAQs

How many rounds are there in AppInventiv Technologies Senior Software Engineer interview for experienced candidates?
AppInventiv Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the AppInventiv Technologies interview process for experienced candidates are One-on-one Round, Resume Shortlist and Technical.
How to prepare for AppInventiv Technologies Senior Software Engineer interview for experienced candidates?
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 for experienced candidates?

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

  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

1/5

based on 1 interview experience

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 - ₹9.2 L/yr

Senior Software Engineer
205 salaries
unlock blur

₹11 L/yr - ₹20 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