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

Updated 19 Feb 2025

Top Innovaccer Interview Questions and Answers

View all 36 questions

Innovaccer Interview Experiences

Popular Designations

81 interviews found

Round 1 - One-on-one 

(1 Question)

  • Q1. It was related to ds and algo, oops, os ,dbms
Round 2 - One-on-one 

(1 Question)

  • Q1. It was related to oops, dbms and ds and algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ds and algo strongly and study oops ,os, dbms, networking, system design in order

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

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

Senior Engineering Manager Interview Questions asked at other Companies

Q1. How do you ensure a payment does get credited to wrong employee account?
View answer (1)
Innovaccer Interview Questions and Answers for Freshers
illustration image

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2022

Round 1 - Coding Test 

1. They gave 2 tables having one column and asked the number of rows in the output for left,inner,right and full outer join.

2. Asked the query to find the third maximum marks in the dataset which consist student, marks and subject data.

3. Asked to pivot up the table (This can be done using case statement)

There was one more question on sql but I forgot.

Round 2 - One-on-one 

(1 Question)

  • Q1. The questioner asked Sql question which can be solved using simple case statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Sql basics before interview. Just clear your basics and you will sail through.

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)

I applied via Campus Placement

Round 1 - Coding Test 

3 questions (1 easy, 1 medium, 1 hard)

Round 2 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. Data structure and algorithms
Round 3 - Technical 

(1 Question)

  • Q1. System Design Round (Discussion Type)
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus Placement Interview Experience

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

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)

Scrum Master Interview Questions & Answers

user image Pragati Raghuvanshi

posted on 12 Apr 2024

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

I applied via Instahyre and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Scrum master questions, Metrics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Get interview-ready with Top Innovaccer Interview Questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is closure? Application and concept understanding
  • Ans. 

    Closure is a function that captures the environment in which it was created, allowing it to access variables from that environment even after the function has finished executing.

    • Closure allows a function to access variables from its outer scope even after the function has finished executing.

    • It 'closes over' the variables from the outer scope, preserving their values.

    • Example: function outerFunction() { let outerVar = 'I...

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is a part of the runtime environment that listens for events and executes callback functions.

    • It allows for non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop is commonly used in JavaScript for handling asynchronous operations like setTimeout, setInterval, and AJAX requ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept though be read and revised

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Innovaccer

View all

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding content on hackerrank of 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. I had virtual interview with the technical team member who asked all the questions starting from basic to the higher level covering all the skills mentioned in the resume and has provided with scenarios to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all the skills mentioned in the resume.
when you don't know any question be honest.
when asked to code a paticular question example a binary search or other if you don't know how to code then just say that you can explain the concept and say i'm not sure if i can code it in one go.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - One day at Innovaccer 

(1 Question)

  • Q1. Background, Role you handled, Outcomes achieved and Success factors in marketing
Round 2 - One-on-one 

(1 Question)

  • Q1. Outcomes achieved, marketing mix for events, how events are managed from india?
  • Ans. 

    Events in India are managed by focusing on specific outcomes, utilizing a strategic marketing mix, and ensuring effective execution.

    • Outcomes achieved through events are measured against predefined goals and objectives.

    • Marketing mix for events includes a combination of online and offline channels, social media promotion, partnerships with influencers, and targeted advertising.

    • Events in India are managed by a dedicated t...

  • Answered by AI

Senior Marketing Manager Interview Questions asked at other Companies

Q1. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 18 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal questions about your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company. One should def join . Good benifits

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2023

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

I applied via Approached by Company and was interviewed before Jul 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

6 SQL questions to solve which would be easy to moderate.

Round 3 - Technical 

(1 Question)

  • Q1. Basic to moderate SQL questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round just asked about previous company and work profile.
Round 5 - HR 

(1 Question)

  • Q1. CTC discussion and brief explanation about the company.

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)
Contribute & help others!
anonymous
You can choose to be anonymous

Innovaccer Interview FAQs

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

Some of the top questions asked at the Innovaccer interview -

  1. What sort of data types can be used as keys in Pyth...read more
  2. What are ways to speed up SQL queries? List them in increasing order of complex...read more
  3. How many automated tools have been worked till d...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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

AIT Global

SALARIES

Adapty Solutions

SALARIES

E2E Networks

SALARIES

DemandFarm

Tell us how to improve this page.

Innovaccer Interview Process

based on 66 interviews

Interview experience

3.8
  
Good
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 380 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 380 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