Upload Button Icon Add office photos
Engaged Employer

i

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

Embibe Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 655 Reviews

Filter interviews by

Embibe Data Analyst Interview Questions and Answers

Updated 25 May 2024

Embibe Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is List comprehension? Print Fibonacci series in python.
  • Ans. 

    List comprehension is a concise way to create lists in Python. Fibonacci series can be printed using list comprehension.

    • List comprehension is a compact way to create lists in Python by iterating over an iterable object.

    • Fibonacci series can be generated using list comprehension by defining the series logic within the comprehension.

    • Example: fibonacci = [0, 1] + [fibonacci[i-1] + fibonacci[i-2] for i in range(2, 10)]

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. You have two table. Employee and salary. Join the table and fetch the 3rd highest salary
Round 3 - Case Study 

Customer segmentation on Sales Data

Round 4 - One-on-one 

(1 Question)

  • Q1. Psychological questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude and technical mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sql queries and the projects that i have done
Round 3 - HR 

(1 Question)

  • Q1. Normal hr round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude, communication test and a pseudo code question and all are elimination rounds if you passes all the rounds you will get an interview date....

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good Knowledge on dbms, sql
  • Q2. Python basic questions
Round 3 - HR 

(1 Question)

  • Q1. Very liberal questions about yourself, relocation, etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge on sql, dbms, python , case studies, puzzles
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was a basic Aptitude test, Needed to learn Probability, Permutation , Cobination and SQL.
Total Duration 1 Hour.

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

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

DURATION 1.3 HRS WITH REASONING AND 2 CODING QUESTION

Round 2 - Technical 

(2 Questions)

  • Q1. SQL QUESTION FIND N TH HIGHEST SALARY
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the Nth highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to specify the Nth highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT N,1

  • Answered by AI
  • Q2. SQL QUESTION PIVOT TABLE QUESTION

Skills evaluated in this interview

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

Duration - 1hr, Mostly questions are from Excel and SQL ( But a little knowledge of R and Python is very useful) .For me, it's knowing the concepts and answering no codes were ask to write.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic 1-on-1 round with your manager/ or any senior from the company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Verbal, logical, Quantative test

Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good job promotion for development of data

Interview Questionnaire 

1 Question

  • Q1. What could be the possible reasons for delay in delivery?
  • Ans. 

    Possible reasons for delay in delivery

    • Logistical issues such as traffic or weather

    • Inadequate inventory management

    • Production delays

    • Customs clearance delays

    • Incorrect address or contact information

    • Technical issues with delivery vehicles or equipment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give detailed ans of every questions asked. Don't be hesitant in cross questioning them.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Q2. Some simple hr questions
Round 3 - HR 

(2 Questions)

  • Q1. About family and their occupations
  • Q2. General questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 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 - Technical 

(1 Question)

  • Q1. Detailed discussion on past experience and projects.
Round 3 - Technical 

(2 Questions)

  • Q1. 2 Hackerrank SQL Questions
  • Q2. 1 Hackerrank Python Question

Interview Preparation Tips

Topics to prepare for Razorpay Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Deep knowledge of SQL and Python is required along with Data Analysis fundamentals.

Embibe Interview FAQs

How many rounds are there in Embibe Data Analyst interview?
Embibe interview process usually has 4 rounds. The most common rounds in the Embibe interview process are Technical, Case Study and One-on-one Round.
How to prepare for Embibe 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 Embibe. The most common topics and skills that interviewers at Embibe expect are Analysis, Data Mining, Google Analytics and SQL.
What are the top questions asked in Embibe Data Analyst interview?

Some of the top questions asked at the Embibe Data Analyst interview -

  1. What is List comprehension? Print Fibonacci series in pyth...read more
  2. You have two table. Employee and salary. Join the table and fetch the 3rd highe...read more
  3. Psychological questi...read more

Tell us how to improve this page.

Embibe Data Analyst Salary
based on 34 salaries
₹4 L/yr - ₹6.7 L/yr
At par with the average Data Analyst Salary in India
View more details

Embibe Data Analyst Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

2.7

Salary

1.3

Job security

2.6

Company culture

1.7

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Content Writer
79 salaries
unlock blur

₹2.2 L/yr - ₹8.2 L/yr

Project Manager
76 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Content Researcher
69 salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

SME
52 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Content Analyst
49 salaries
unlock blur

₹2.4 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Embibe with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

Toppr

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