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 Interview Questions, Process, and Tips for Experienced

Updated 19 Feb 2025

Top Innovaccer Interview Questions and Answers for Experienced

View all 10 questions

Innovaccer Interview Experiences for Experienced

Popular Designations

32 interviews found

Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2025

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. SLQ basic questions
  • Q2. SQL Joins
Round 2 - Technical 

(4 Questions)

  • Q1. SQL qeus to find 5th max salary of an employee from employee_table.
  • Ans. 

    Use SQL query to find 5th max salary from employee_table.

    • Use ORDER BY clause to sort salaries in descending order.

    • Use LIMIT 1 OFFSET 4 to get the 5th highest salary.

    • Example: SELECT salary FROM employee_table ORDER BY salary DESC LIMIT 1 OFFSET 4;

  • Answered by AI
  • Q2. Find avg salary of employees for each department & order employee within a department by age.
  • Ans. 

    Calculate average salary of employees for each department and order employees within a department by age.

    • Group employees by department and calculate average salary for each group

    • Sort employees within each department by age

    • Display the results

  • Answered by AI
  • Q3. Different between SLA & OLA
  • Ans. 

    SLA is an agreement between a service provider and a customer, while OLA is an agreement between different teams within the same organization.

    • SLA (Service Level Agreement) is an agreement between a service provider and a customer, outlining the level of service that is expected.

    • OLA (Operational Level Agreement) is an agreement between different teams within the same organization, defining the responsibilities and expec...

  • Answered by AI
  • Q4. Views AND Triggers in SQL
  • Ans. 

    Views and triggers are SQL database objects used for data manipulation and automation.

    • Views are virtual tables that display data from one or more tables based on a query.

    • Triggers are special stored procedures that are automatically executed in response to certain events on a table.

    • Views can simplify complex queries by predefining joins and filters.

    • Triggers can enforce data integrity rules or automate tasks like auditin...

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

(2 Questions)

  • Q1. SQL Functions, Range, Rank, Dense Rank questions
  • Q2. Ticket Management
Round 4 - One-on-one 

(2 Questions)

  • Q1. Managerial Round
  • Q2. Work Experience
Round 5 - HR 

(1 Question)

  • Q1. Compensation Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep SQL basics strong.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Solids conceps of oops , recurssion problem
  • Ans. 

    Solid understanding of OOP concepts and recursion problem-solving skills are essential for a Senior SDET Software Engineer role.

    • OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Recursion is a technique where a function calls itself to solve a problem.

    • Understanding how to break down a problem into smaller subproblems and solve them recursively is key.

    • Examples of recursion problems include f...

  • Answered by AI
Round 2 - Coding Test 

In given array find sum of 3 number equal to targetsum

Senior Sdet Software Engineer Interview Questions asked at other Companies

Q1. Solids conceps of oops , recurssion problem
View answer (1)

Data Analyst Interview Questions & Answers

user image Deepali Goyal

posted on 22 Nov 2024

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

(2 Questions)

  • Q1. Dense rank, rank and row number
  • Q2. Self join HR data sql query

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked Questions on join given two table A&B with one column each and u have to print out put for inner join, left join and correct join.
  • Q2. Then they asked medium level questions given , write query to print 2nd highest marks for each class using concept of windows function in SQL.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial round
  • Q2. They asked all my project in my CV and deep discussion on each one. What is SCD type, what are composite key .
Round 3 - HR 

(2 Questions)

  • Q1. CTC negotiation
  • Q2. What u know about company and why u want to join company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make daily basis practice on SQL problem, basic python and good understanding of ur projects and Knowledge about ETL pipeline.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Innovaccer interview questions for popular designations

 Data Analyst

 (23)

 Software Developer

 (6)

 Data Analyst Intern

 (2)

 Product Manager

 (2)

 Senior Data Analyst

 (2)

 Data Engineer

 (2)

 Software Development Engineer II

 (2)

 SDE (Software Development Engineer)

 (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly the question were asked related to adv SQL like windows row number and rank function mostly . Interview was held for 30 min mostly they asked my about the joins and some questions related to join a...
  • Q2. Sql, projects mentioned
Round 2 - Technical 

(1 Question)

  • Q1. This was the second round of interview which was combination of both technical+ cultural fit . They mainly focus on what you did and how well are you for the company . I have elaborated all the skills(SQL,...

Interview Preparation Tips

Topics to prepare for Innovaccer Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - If you want to go with this company as a data analyst prepare advanced SQL.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Aug 2024

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

(2 Questions)

  • Q1. SQL Queries scenario based
  • Q2. Python questions on list tuple etc

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Jobs at Innovaccer

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Question was based on selenium and java, testng, sql
  • Q2. Waits in selenium
  • Ans. 

    Waits in Selenium are used to make tests more reliable by waiting for certain conditions to be met before proceeding.

    • Waits help handle synchronization issues in test automation

    • Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait

    • Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementId")));

  • Answered by AI
  • Q3. Testng annotation
  • Q4. Java coding questions related to array manipulation easy one

Skills evaluated in this interview

Senior Sdet Test Engineer Interview Questions asked at other Companies

Q1. Networking of linux and cloud
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Interviewer ask me to solve only 5-6 SQL I answered all questions except one
Round 2 - Technical 

(1 Question)

  • Q1. Interviewer asks me to to explain project and after that ask me to solve 3 SQL problem
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare advanced SQL concept

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions Revolving around SQL (Window Functions and Group By) and little bit of filtering using the Where clause, CTE might be required to solve some queries so be prepared for that as well.
Round 2 - Technical 

(1 Question)

  • Q1. Mangerial Round: Questions Revolving around CV and Pas Projects

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. One of the member from management team will call and ask you on what you are working. They will call you because they want to know whether you be working on the same requirements which they are having. Al...
Round 2 - Technical 

(1 Question)

  • Q1. The interview was Fully based on SQL he was asking questions on DDL, primary key, can we have more than one primary key, a table contains gender column where it shows male as M and female as F - you have t...

Interview Preparation Tips

Topics to prepare for Innovaccer Data Analyst interview:
  • SQL
  • Project
Interview preparation tips for other job seekers - Be fully prepared for the interview. And don't loose confidence.They will ask moderate questions only, if you loose confidence then you won't be able to answer silly questions as well.
I am not sure about the review of the company but when I was checking the review then I got to see that they are laying off people every year. Not sure about this, do your research in this before joining.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Innovaccer Interview FAQs

How many rounds are there in Innovaccer interview for experienced candidates?
Innovaccer interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Innovaccer interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Innovaccer 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 Innovaccer. The most common topics and skills that interviewers at Innovaccer expect are Healthcare, Health Insurance, Python, Analytics and SQL.
What are the top questions asked in Innovaccer interview for experienced candidates?

Some of the top questions asked at the Innovaccer interview for experienced candidates -

  1. What is closure? Application and concept understand...read more
  2. Find avg salary of employees for each department & order employee within a depa...read more
  3. SQL qeus to find 5th max salary of an employee from employee_tab...read more
How long is the Innovaccer interview process?

The duration of Innovaccer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Innovaccer Interview Process for Experienced

based on 21 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Cult.fit Interview Questions
3.6
 • 66 Interviews
HealthifyMe Interview Questions
3.0
 • 47 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
4.3
 • 28 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
View all

Innovaccer Reviews and Ratings

based on 381 reviews

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.6

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 381 Reviews and Ratings
Product Manager

Noida

4-8 Yrs

Not Disclosed

Demand Generation Manager

Noida

4-9 Yrs

Not Disclosed

Explore more jobs
Data Analyst
307 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Analyst
171 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Innovaccer with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

3.8
Compare

PharmEasy

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