Upload Button Icon Add office photos
Engaged Employer

i

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

Dunzo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dunzo Data Analyst Interview Questions and Answers

Updated 30 Mar 2022

Dunzo Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2022

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - SQL Hackerrak Test 

(1 Question)

  • Q1. Basic, Medium SQL questions. Can be easily solved if we practise hackerrank sql practise questions.
Round 2 - Case Study 

Gave 3 months of Dunzo orders data and was asked to analyse data to answer few questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Few SQL questions, Case study, problem solving, CV based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL preparation is very important

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Salary and designation

Interview Preparation Tips

Interview preparation tips for other job seekers - 1

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql questions based on group by , windows functions , functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand the role very clearly.

I applied via Walk-in and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Aptitude question
  • Q2. Interview panalam questions

Interview Preparation Tips

Interview preparation tips for other job seekers - How many rounds of interview and aptitude questions models

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introducing your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I appeared for an interview before Nov 2019.

Interview Questionnaire 

4 Questions

  • Q1. How do you know about this company?
  • Q2. I have research about this company from various ways and collect a good bunch of information and decided to hire job from this company.
  • Q3. In which skill you are fit to perfect?
  • Q4. Well, iam a quick learner i grab new things at early stage i like to learn new things and perfection is my desire i try to get learn fast and getting knowledge is my aim.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 

Basic attitude test conducted first.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Questions related to Advanced MS Excel, Basic SQL Queries.
  • Q2. Count total no. of cities ?
  • Ans. 

    The total number of cities cannot be counted without specific data or context.

    • The total number of cities can vary depending on the country, region, or dataset being considered.

    • One would need a list of cities or a specific area of focus to accurately count the total number of cities.

    • For example, the total number of cities in the United States is different from the total number of cities in India.

  • Answered by AI
  • Q3. What is Index and Match ?
  • Ans. 

    Index and Match are functions in Excel used to lookup values in a table based on specific criteria.

    • Index function returns the value of a cell in a table based on the row and column number provided.

    • Match function returns the position of a value in a range.

    • Index and Match functions are often used together to perform more flexible lookups than VLOOKUP or HLOOKUP.

    • Example: =INDEX(A1:D10, MATCH(123, B1:B10, 0), 3) will retur...

  • Answered by AI
  • Q4. What is Vlookup and Hlookup ?
  • Ans. 

    Vlookup and Hlookup are functions in Excel used to search for a value in a table and return a corresponding value.

    • Vlookup stands for vertical lookup and is used to search for a value in the first column of a table and return a value in the same row from a specified column.

    • Hlookup stands for horizontal lookup and is used to search for a value in the first row of a table and return a value in the same column from a speci...

  • Answered by AI
  • Q5. How to calculate Vlookup?
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value.

    • Use the formula =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • lookup_value is the value to search for in the first column of the table

    • table_array is the range of cells that contains the data

    • col_index_num is the column number in the table from which to retrieve the data

    • range_lookup is optional and ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on MS Excel & SQL Queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Approx 30 questions which are to be solved in 1 hour. Questions include logical and mathematical questions along with basic ML and stats questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to Python and SQL
Round 3 - Technical 

(1 Question)

  • Q1. Advance SQL questions and 1 case study
Round 4 - Stakeholder Round 

(1 Question)

  • Q1. Basic ML questions and Business acumen questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Aug 2022. 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 

The aptitude questions were bit easy and there were questions about SQL, and also excel sheets.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about sql

Interview Preparation Tips

Topics to prepare for Uber Data Analyst interview:
  • SQL
  • Excel
Interview preparation tips for other job seekers - Practice well for the interview and put best projects in resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Apititude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between WHERE and HAVING??
  • Ans. 

    WHERE is used to filter rows before grouping, HAVING is used to filter groups after grouping.

    • WHERE is used with SELECT statement to filter rows based on a condition

    • HAVING is used with GROUP BY statement to filter groups based on a condition

    • WHERE is applied before data is grouped, HAVING is applied after data is grouped

    • Example: SELECT * FROM table WHERE column = 'value'

    • Example: SELECT column, COUNT(*) FROM table GROUP B

  • Answered by AI
  • Q2. Where- Row Level Filters Having-Aggregate Filters
  • Ans. 

    Row level filters are applied before aggregations, while aggregate filters are applied after aggregations.

    • Row level filters are used to filter individual rows of data before any aggregations are performed.

    • Aggregate filters are used to filter the aggregated results after the data has been grouped and summarized.

    • Row level filters are typically applied using WHERE clause in SQL, while aggregate filters are applied using H...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you wanna join Uber?
  • Q2. Best Company Ever

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL and Excel and Basic Python

Skills evaluated in this interview

Dunzo Interview FAQs

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

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

  1. Basic, Medium SQL questions. Can be easily solved if we practise hackerrank sql...read more
  2. Few SQL questions, Case study, problem solving, CV based questi...read more

Tell us how to improve this page.

Data Analyst Interview Questions from Similar Companies

View all
Dunzo Data Analyst Salary
based on 12 salaries
₹4.2 L/yr - ₹14.4 L/yr
29% more than the average Data Analyst Salary in India
View more details

Dunzo Data Analyst Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

4.0

Salary

2.2

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Community Operations Specialist
116 salaries
unlock blur

₹2.6 L/yr - ₹4.3 L/yr

Key Account Manager
106 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Store Manager
104 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Procurement Manager
104 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Delivery Boy
91 salaries
unlock blur

₹0.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Dunzo with

Swiggy

3.8
Compare

Zepto

3.5
Compare

Porter

3.9
Compare

Rapido

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