Upload Button Icon Add office photos
Engaged Employer

i

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

Innovaccer Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innovaccer Senior Engineering Manager Interview Questions and Answers

Updated 31 Aug 2022

Innovaccer Senior Engineering Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on work experience and experience in working with Power BI and Data Analytics
Round 2 - Technical 

(1 Question)

  • Q1. Questions on work experience, kpi, sla, sow, data ingestion
Round 3 - HR 

(1 Question)

  • Q1. Too much of salary negotiation will be done here as budget is being held on a crunch

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know Hindi alone join this org. If you are not aware of Hindi it is going to be a tough ride. Regional politics and Discrimination will be rampant. Better have a thick skin to hear bland comments from Management

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

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

(3 Questions)

  • Q1. Remove duplicates from list
  • Ans. 

    Remove duplicates from list of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the list of unique strings

  • Answered by AI
  • Q2. Find Second largest in a table
  • Ans. 

    Iterate through the table to find the second largest value.

    • Iterate through the table and keep track of the largest and second largest values.

    • Compare each value with the current largest and second largest values.

    • Update the second largest value if a new value is found that is greater than the current second largest value.

  • Answered by AI
  • Q3. Sort in descending order
  • Ans. 

    Sort array of strings in descending order

    • Use a sorting algorithm like quicksort or mergesort

    • Specify the sorting order as descending

    • Ensure the sorting algorithm is stable to maintain order of equal elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be genuine

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

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

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Java 8, Spring Boot, Angular 8
Round 3 - Technical 

(1 Question)

  • Q1. About project the in recent employer
Round 4 - HR 

(1 Question)

  • Q1. Abount their company, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 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 - Technical 

(2 Questions)

  • Q1. Optimisation techniques
  • Ans. 

    Optimisation techniques for software engineering

    • Use efficient algorithms and data structures

    • Minimize I/O operations and network calls

    • Optimize database queries

    • Use caching and memoization

    • Parallelize computations

    • Profile and analyze code for bottlenecks

    • Eliminate unnecessary code and dependencies

  • Answered by AI
  • Q2. Questions related Oops concept
Round 3 - Technical 

(2 Questions)

  • Q1. Question related Unity basics.
  • Q2. Explain Design patterns in c#
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns provide a common language for developers to communicate solutions.

    • They help improve code quality, maintainability, and scalability.

    • Examples include Singleton, Factory, Observer, and Decorator patterns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ivy Senior Software Engineer interview:
  • Oops concept
  • Design Patterns
  • Unity 2D
  • 3D
  • unity Physics
  • C#
Interview preparation tips for other job seekers - Give interview with confidence. Must prepare Oops concept and design pattern before going for interview.

Skills evaluated in this interview

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

Prime number programs

Round 3 - Technical 

(1 Question)

  • Q1. What is ooops, what is polymorphism , abstract class
  • Ans. 

    OOPs is Object-Oriented Programming, polymorphism allows objects to be treated as instances of their parent class, abstract class cannot be instantiated.

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

    • Polymorphism allows objects to be treated as instances of their parent class, enabling different classes to be treated as ins...

  • Answered by AI

Innovaccer Interview FAQs

How many rounds are there in Innovaccer Senior Engineering Manager interview?
Innovaccer interview process usually has 3 rounds. The most common rounds in the Innovaccer interview process are Technical and HR.
How to prepare for Innovaccer Senior Engineering Manager 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 Innovaccer. The most common topics and skills that interviewers at Innovaccer expect are Agile, Cloud Computing, Flex, Healthcare and Javascript.
What are the top questions asked in Innovaccer Senior Engineering Manager interview?

Some of the top questions asked at the Innovaccer Senior Engineering Manager interview -

  1. Questions on work experience and experience in working with Power BI and Data A...read more
  2. Too much of salary negotiation will be done here as budget is being held on a c...read more
  3. Questions on work experience, kpi, sla, sow, data ingest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
2.9
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.1
 • 117 Interviews
View all
Innovaccer Senior Engineering Manager Salary
based on 14 salaries
₹34.4 L/yr - ₹1 Cr/yr
60% more than the average Senior Engineering Manager Salary in India
View more details

Innovaccer Senior Engineering Manager Reviews and Ratings

based on 2 reviews

1.7/5

Rating in categories

3.0

Skill development

1.5

Work-life balance

3.2

Salary

1.7

Job security

1.7

Company culture

2.5

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
Data Analyst
337 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Senior Data Analyst
177 salaries
unlock blur

₹8.1 L/yr - ₹24 L/yr

Associate Software Engineer
105 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Development Engineer II
67 salaries
unlock blur

₹16 L/yr - ₹34 L/yr

Data Engineer
65 salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Explore more salaries
Compare Innovaccer with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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