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 Lead Data Analyst Interview Questions and Answers

Updated 8 Nov 2022

Innovaccer Lead Data Analyst Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2021. 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 tips
Round 2 - Coding Test 

SQL - 60mins hackerrank , Python - 60mins hackerrank test, Github Commands

Round 3 - Technical 

(3 Questions)

  • Q1. SQL Interview for 60 mins. SQL concepts like self joins, window functions based questions
  • Q2. Managerial round on data warehousing techniques, projects
  • Q3. Leadership round on projects, behaviourial questions
Round 4 - Technical 

(1 Question)

  • Q1. Data Ingestion Pipeline design Project based questions
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join Innovaccer? What are the reasons you are looking for change? What are your expectations from your manager?
  • Ans. 

    I want to join Innovaccer because of its innovative approach and growth opportunities. I am looking for a change to expand my skills and contribute to a dynamic team. My expectations from my manager include guidance, support, and opportunities for professional development.

    • Innovaccer's innovative approach to data analysis and healthcare technology is inspiring.

    • I am seeking new challenges and growth opportunities that In...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good command on SQL and python. Be ready to explain about your projects in detail. Mention your contribution in the project. How did you deal with the roadblocks

Lead Data Analyst Jobs at Innovaccer

View all

Interview questions from similar companies

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

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

Round 1 - Phonographic interview 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. What technology & tools u know ? And basic questions regarding that topics ?
Round 2 - Photographic interview 

(2 Questions)

  • Q1. Job culture and job responsibilities ?
  • Q2. Some questions on an analytical tools like power BI ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Highly interactive and technical

Round 2 - Aptitude Test 

1 hr test with focus on math and analytical thinking

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. About Project Experience, most -Critical task and situation I handled , My accomplishment in current project
Round 3 - HR 

(1 Question)

  • Q1. Reason for job change, about axtria

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for aptitude ,computer science topics (C , Data Structure) ,Project experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

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

Aptitude Test is to generally Test your speed and calculation skills and how your mind thinks and solves a question in minimum time. So, the test includes English, Apti, Computer Basic Fundamentals questions to test you all the way.

Round 3 - Technical 

(1 Question)

  • Q1. This round is to explain the kind of work you have done before and the skills you possess to contribute specifically upto company expectations and hold the necessary experience in skills required.
Round 4 - HR 

(1 Question)

  • Q1. This round is to discuss about yourself and also some technical aspects can also be discussed in the same (depends).

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare yourself on the things you are good at and you mention in your resume, because that you should know atleast and be confident on the every answer you provide to the other person. Never provide an absurd answer, if you are not confident, just say before answering that you are not very much sure about it.

Data Analyst Interview Questions & Answers

Axtria user image Amit kumar singh

posted on 20 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Medium level apti and verbal.

Round 3 - Technical 

(1 Question)

  • Q1. Depend upon your resume + Project
Round 4 - HR 

(1 Question)

  • Q1. Project + Basic HR questions

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on SQL , TABLEAU, python.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your SQL is good. Tableau standard questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Aptitude Test 

It was very easy and out of 1000 students 300 students got shortlisted.

Round 3 - Technical 

(5 Questions)

  • Q1. It was also easy and out of 300 students 30 got shortlisted.
  • Q2. What are oops? Explain 4 pillars
  • Ans. 

    OOPs stands for Object-Oriented Programming. The 4 pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog' inheriting from 'Animal'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in...

  • Answered by AI
  • Q3. What is DBMS and SQL?
  • Ans. 

    DBMS stands for Database Management System, which is a software system that manages databases. SQL is a language used to interact with databases.

    • DBMS is a software system that allows users to define, create, maintain, and control access to databases.

    • SQL (Structured Query Language) is a language used to communicate with a database. It is used to retrieve, update, and manage data in a database.

    • Examples of popular DBMS in...

  • Answered by AI
  • Q4. What is MongoDB? Explain it.
  • Ans. 

    MongoDB is a NoSQL database program that uses a document-oriented data model.

    • NoSQL database program

    • Document-oriented data model

    • Uses JSON-like documents for data storage

    • Supports dynamic schemas for flexible data structures

  • Answered by AI
  • Q5. Explain all hooks of React.
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components

    • useState() - allows functional components to have local state

    • useEffect() - allows functional components to perform side effects

    • useContext() - allows functional components to access context

    • useReducer() - an alternative to useState() ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it!

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. 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 - Aptitude Test 

It contain MCQ question which contain F section but all are easy. It contain some coding problem of easy, medium and hard level of Data structure and problems related to your domain.

Round 3 - Technical 

(2 Questions)

  • Q1. They mainly asked the question related to your Domain.
  • Q2. SQL, DS,OOPS,DBMS etc.
Round 4 - HR 

(1 Question)

  • Q1. HR only asked about yourself and offered you a salary.

Interview Preparation Tips

Topics to prepare for Celebal Technologies Data Analyst interview:
  • SQL
  • Data Analytics
Interview preparation tips for other job seekers - Prepare your self well in your domain. you prepare your self from any website .

I applied via Campus Placement and was interviewed in Oct 2022. 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 - Coding Test 

Consisting of around 10 SQL querying questions and 2 Python programming questions and 30 SQL + PowerBI related MCQs

Round 3 - Technical 

(3 Questions)

  • Q1. SQL related questions
  • Q2. Questions on ETL and Bigdata
  • Q3. Resume related questions
Round 4 - HR 

(1 Question)

  • Q1. Company policies and work culture explanation and acceptance to work

Interview Preparation Tips

Topics to prepare for Celebal Technologies Data Analyst interview:
  • MySQL
  • ETL
  • Bigdata
  • DBMS
Interview preparation tips for other job seekers - Prepare SQL very well. And you will easily clear all the rounds. Be confident. The hiring team is great

Innovaccer Interview FAQs

How many rounds are there in Innovaccer Lead Data Analyst interview?
Innovaccer interview process usually has 5 rounds. The most common rounds in the Innovaccer interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Innovaccer Lead Data Analyst 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 Python, SQL, US Healthcare, Data Modeling and Data Analytics.
What are the top questions asked in Innovaccer Lead Data Analyst interview?

Some of the top questions asked at the Innovaccer Lead Data Analyst interview -

  1. SQL Interview for 60 mins. SQL concepts like self joins, window functions based...read more
  2. Data Ingestion Pipeline design Project based questi...read more
  3. Managerial round on data warehousing techniques, proje...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 Lead Data Analyst Salary
based on 39 salaries
₹15.7 L/yr - ₹39.1 L/yr
76% more than the average Lead Data Analyst Salary in India
View more details

Innovaccer Lead Data Analyst Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.8

Salary

4.8

Job security

4.7

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 2 Reviews and Ratings
Lead Data Analyst

Noida

6-11 Yrs

Not Disclosed

Explore more jobs
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
106 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Development Engineer II
69 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