Upload Button Icon Add office photos

Filter interviews by

Deliveroo Senior Data Analyst Interview Questions and Answers

Updated 23 Feb 2024

Deliveroo Senior Data Analyst Interview Experiences

1 interview found

Senior Data Analyst Interview Questions & Answers

user image Siddharth Nayak

posted on 23 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

SQL coding test - basic joins, window functions and case statements

Round 2 - Case Study 

How will you analyze spike in demands and create a forecasting solution for rider mapping

Interview questions from similar companies

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

I applied via LinkedIn and was interviewed in Mar 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 tips
Round 2 - Coding Test 

The test was based on SQL and the questions were similar to medium difficulty level questions in leetcode.

Round 3 - Technical 

(3 Questions)

  • Q1. Describe different types of joins
  • Ans. 

    Different types of joins are used in database queries to combine data from multiple tables.

    • Inner join: Returns only the matching records from both tables.

    • Left join: Returns all records from the left table and the matching records from the right table.

    • Right join: Returns all records from the right table and the matching records from the left table.

    • Full outer join: Returns all records when there is a match in either the ...

  • Answered by AI
  • Q2. 2 tables were given and I was asked to tell the number of rows in output based on different types of joins.
  • Q3. Calculated the rows based on joins and told the answer.
Round 4 - One-on-one 

(4 Questions)

  • Q1. Describe your previous experience
  • Ans. 

    I have 3 years of experience as a Business Analyst in the IT industry.

    • Worked on gathering and analyzing business requirements

    • Created functional specifications and user stories

    • Conducted stakeholder interviews and facilitated meetings

    • Performed data analysis and created reports

    • Collaborated with cross-functional teams to implement solutions

    • Utilized tools like JIRA and Confluence for project management

    • Improved business proc

  • Answered by AI
  • Q2. Shared the details regarding my experience
  • Q3. A SQL based puzzle based on window functions where I had to find 4 consecutive empty seats in a theater.
  • Q4. Solved using lag function.
Round 5 - Case Study 

The interviewer asked about my previous experience along with a few situation based questions and then gave me a case study to find out possible reasons for a decrease in the cancellations between order dispatch and order delivery.

Interview Preparation Tips

Topics to prepare for Meesho Business Analyst interview:
  • SQL
  • Problem solving
Interview preparation tips for other job seekers - SQL and problem solving are the most important for this interview.

Skills evaluated in this interview

Round 1 - Assignment 
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimates, SQL, MS-Excel related questions.
Round 3 - Case Study 

A case study, few HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, Excel are must. Python is good to have.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before 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 

SQL Assignment: Decent SQL questions were provided, Answers were provided with detailed approach. Time-in out sql problem, cohorts problem was there

Round 3 - Technical 

(1 Question)

  • Q1. Partition functions,creating dynamic buckets and sql puzzles were the highlights
Round 4 - Case Study 

Case study to understand the problem-solving aptitude was asked. Focus was more on the approach rather than the final outcome

Interview Preparation Tips

Interview preparation tips for other job seekers - Case study,sql,guesstimates and puzzles are something that should be handy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Inkedin 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 - Coding Test 

Sql and python,numpy,pandas

Round 3 - Technical 

(1 Question)

  • Q1. Analyst skills,data handlling
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 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 - One-on-one 

(1 Question)

  • Q1. DBMS? Questions from Graduation Project
Round 3 - Technical 

(1 Question)

  • Q1. SQL RDBMS Situational based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL, Case study, and puzzles.

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, case study, and Puzzles. That's what I was asked.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 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 

(6 Questions)

  • Q1. Joins, operations questions not data analysis questions
  • Q2. Customer retention case study
  • Q3. Cumulative sum for given table
  • Ans. 

    To calculate cumulative sum for a given table

    • Sort the table in ascending order based on the column you want to calculate the cumulative sum for

    • Add a new column to the table to store the cumulative sum

    • Iterate through each row of the table and calculate the cumulative sum by adding the current row's value to the previous row's cumulative sum

    • Store the cumulative sum in the new column for each row

  • Answered by AI
  • Q4. Do you have experience in operations/data entry role
  • Ans. 

    Yes, I have experience in both operations and data entry roles.

    • I have worked as a data entry operator for a pharmaceutical company where I was responsible for entering patient data into the system.

    • In my previous role as an operations analyst, I was responsible for analyzing data and creating reports for the management team.

    • I have experience using various data entry software such as Microsoft Excel and Google Sheets.

    • I a...

  • Answered by AI
  • Q5. As a data analyst can you do data entry work also?
  • Ans. 

    Yes, I can do data entry work as a data analyst.

    • Data entry work is a part of data analysis process.

    • I have experience in data entry work and can perform it efficiently.

    • Data entry work includes entering data into spreadsheets, databases, or other software.

    • I understand the importance of accurate data entry for effective analysis.

  • Answered by AI
  • Q6. Normal excel statements like if, vlookup, xlookups etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Waste of time (never trust interviewer who explains about the role)
2) they are looking for candidates for data reporting operations guy from a tier 1 college
3) as discussed with the interviewer the profile will be like a data entry operations role so get clarification on the role properly.
4) if you get an offer letter try to make this company as least priority company as the JD is not clear and the way they explain the case study is truly confusing.
5) other than this central tendency, normal crunching, joins, etc,.
6) People from non - data analytics team took an interview I hope there is no data analyst in the company while checking in LinkedIn and even the interviewer mentioned the same.
7) Interview will get rescheduled several times because of the interviewer and will be more delay
8) as per their discussion it will be more about data reporting in google sheets, excel on a daily basis i guess and I hope there won't be any proper predictive or quantitative or qualitative analysis.
9) if you are looking for better learning, growth and advancement in your career then this is not a correct company for you(that's how I decided when comparing offers from other company).
10) try to communicate with employees of the company who are in current role or past role get a better understanding.
11) current company situtation might push you but take a better decision.
12)chhallaaang lagaane se pahale dekho.

Skills evaluated in this interview

Deliveroo Interview FAQs

How many rounds are there in Deliveroo Senior Data Analyst interview?
Deliveroo interview process usually has 2 rounds. The most common rounds in the Deliveroo interview process are Coding Test and Case Study.
How to prepare for Deliveroo Senior 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 Deliveroo. The most common topics and skills that interviewers at Deliveroo expect are Coding, Data Quality, Data Science, SQL and Analytical.

Tell us how to improve this page.

Deliveroo Senior Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 433 Interviews
CARS24 Interview Questions
3.5
 • 336 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 331 Interviews
Zepto Interview Questions
3.5
 • 231 Interviews
BlackBuck Interview Questions
3.8
 • 179 Interviews
AmbitionBox Interview Questions
4.9
 • 152 Interviews
Tata 1mg Interview Questions
3.6
 • 148 Interviews
Digit Insurance Interview Questions
3.9
 • 145 Interviews
Paisabazaar.com Interview Questions
3.4
 • 140 Interviews
View all
Senior Software Engineer
20 salaries
unlock blur

₹45 L/yr - ₹80 L/yr

Software Engineer
17 salaries
unlock blur

₹26 L/yr - ₹53 L/yr

Service Desk Specialist
11 salaries
unlock blur

₹14 L/yr - ₹22 L/yr

Software Engineer2
10 salaries
unlock blur

₹42 L/yr - ₹61 L/yr

Application Support Engineer
7 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Explore more salaries
Compare Deliveroo with

Udaan

4.0
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

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