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

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be able to answer whatever based on you resume atleast. Hr question are usually generalised so anyone can prepare the outlines for all of the questions asked

Marketing Intern Interview Questions asked at other Companies

Q1. Most of our website traffic comes from India while our target geography is the USA. How will you bring US traffic?
View answer (1)

Interview Questionnaire 

4 Questions

  • Q1. How many automated tools have been worked till date
  • Ans. 

    I have worked with 5 automated tools till date.

    • I have experience working with Selenium for web automation

    • I have used Appium for mobile automation

    • I have worked with JMeter for performance testing

    • I have experience with Jenkins for continuous integration

    • I have used Postman for API testing

  • Answered by AI
  • Q2. I almost worked in 5 different automation tools, I feel more compatible with mail chimp and send in blue.
  • Q3. How many email campaigns you run on a daily basis
  • Ans. 

    I do not run email campaigns on a daily basis as my role does not involve marketing activities.

    • My role as a Senior Technical Associate does not involve running email campaigns

    • My focus is on technical tasks such as software development and troubleshooting

    • If there are any email campaigns that need technical support, I may assist in that aspect

    • However, I do not have any direct involvement in the planning or execution of e

  • Answered by AI
  • Q4. It totally depends upon the data, if it is more than 1 laakh so I probably segregate that data into smaller chunk, so it will be easier to track result when the campaign timing is over than 24 hours.

Skills evaluated in this interview

Senior Technical Associate Interview Questions asked at other Companies

Q1. What about DNS, query, zones, records, stub zone, PTR, Point record, how many record we can create manually in DNS server, File server, Quota Policy, DHCP, Scope, Subnet, Subnetting, IP ranges, Protocol, OSI Model, topology.
View answer (10)
Innovaccer Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2022. There were 4 interview rounds.

Skills evaluated in this interview

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

I applied via Job Fair and was interviewed in Oct 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of each skill mentioned in the resume

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)

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)

Interview Questionnaire 

1 Question

  • Q1. Are you open for US shift?

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiter called and inquired if I would be able to work for US shift or not. When I confirmed that I am opened to work he started arguing/questioning are you sure, you are just not saying for getting a job as you are not working. And people say things so that they could do just get the job. I mentioned that I know I haven’t worked in US shift but I am sure I will be able to do it.
I just don’t understand why such rude attitude he had , a recruiter should first focus on getting the information of candidates and making the process smooth. Twice I assured him that I am all open to work for US market. First of all the process didn’t even start, secondly it wasn’t manager level interview thirdly he wasn’t a manager who would be able to even judge if I will or not be able to perform in US shift. Fourthly, i mentioned him I am experienced person if I wasn’t sure I wouldn’t have applied.
I would like to say to recruiter- don’t judge everyone by one person experience, don’t come to conclusion that every other person who doesn’t have work currently will fool you, if you are so frustrated by your job, don’t put your frustration on candidates (people you don’t even know). Don’t called candidates ( which is you job ) if you feel that the candidate is not suitable for JD.

Inside Sales Manager Interview Questions asked at other Companies

Q1. What are the strategies do you use to achieve sales target
View answer (2)

Get interview-ready with Top Innovaccer Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2021

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DSA,OS,RDBMS,JS,OOPS(C++)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Cs core subject.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Innovaccer

View all

I appeared for an interview before Sep 2020.

Round 1 - Assignment 

Round duration - 7 days
Round difficulty - Easy

Web Development, Databases

Round 2 - Telephonic Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was the final round and was a telephonic interview.

  • Q1. 

    Implementation of HashMap with Constant Time Operations

    Design a data structure that effectively stores a key-value mapping and performs specific operations in constant time.

    Explanation:

    Your data stru...

  • Ans. 

    Design a data structure implementing HashMap with constant time operations like INSERT, DELETE, SEARCH, GET, GET_SIZE, IS_EMPTY.

    • Use a combination of hash table and linked list to achieve constant time operations.

    • For INSERT and UPDATE, hash the key to get the index and store the (key, value) pair in the linked list at that index.

    • For DELETE, SEARCH, and GET, hash the key to find the index, then traverse the linked list a...

  • Answered by AI
  • Q2. 

    Isomorphic Trees Problem Statement

    You are provided with two arbitrary binary trees. Determine if both trees are isomorphic.

    Explanation:

    Two binary trees are considered isomorphic if one tree can be tr...

  • Ans. 

    Determine if two binary trees are isomorphic by swapping left and right subtrees.

    • Check if both trees are empty, return 'yes' if they are

    • Perform the swap operation on any node at any level

    • Compare the structures of both trees after swapping to determine isomorphism

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in NoidaEligibility criteriaNo criteriaInnovaccer interview preparation:Topics to prepare for the interview - Data Structures, Machine Learning, Web Development, Algorithms, CS fundamentalsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data Structures and Algorithms from websites like leetcode,geeksforgeeks etc. 
Tip 2 : Learn one skill — be it web development, android development, or Machine Learning, make some projects on it. Don’t try to learn everything, pick 1 thing, and master it.
Tip 3 : Study computer fundamentals — DBMS, Operating Systems, OOPs, Computer Networks before your interviews.

Application resume tips for other job seekers

Tip 1 : Keep it simple and concise.
Tip 2 : Include some personal projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many clients you deal with at a time

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via LinkedIn and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Advanced SQL, Python, ML and NLP.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the basics

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 Job Fair and was interviewed before Jul 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for problem solving skills. They might ask you about Python Dhaniy and SQl.

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

MindTickle

No Jobs

SALARIES

AFour Technologies

SALARIES

InfoObjects

JOBS

Mega Networks

No Jobs

JOBS

HIRING STREET

No Jobs

SALARIES

Bharti Airtel

COMPANY BENEFITS

InfoObjects

No Benefits

COMPANY BENEFITS

AIT Global

No Benefits

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

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.5

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 385 Reviews and Ratings
Manager- Data Ops

Noida

2-5 Yrs

Not Disclosed

Software Development Engineer-I

Noida

1-3 Yrs

₹ 9.6-21 LPA

Explore more jobs
Data Analyst
324 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Data Analyst
172 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Associate Software Engineer
105 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Data Engineer
68 salaries
unlock blur

₹4.9 L/yr - ₹16 L/yr

Software Development Engineer II
63 salaries
unlock blur

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