Upload Button Icon Add office photos

Filter interviews by

Deliveroo Interview Questions and Answers for Experienced

Updated 2 Apr 2025

Deliveroo Interview Experiences for Experienced

Popular Designations

5 interviews found

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 Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Overview of my experience and how it is relevant to the applied role.
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about a time when you handled difficult stakeholder
  • Ans. 

    Handled a difficult stakeholder by actively listening, addressing concerns, and finding a mutually beneficial solution.

    • Actively listened to the stakeholder's concerns and validated their feelings

    • Communicated openly and transparently about the situation

    • Worked collaboratively to find a solution that met both parties' needs

  • Answered by AI

Operations Manager Interview Questions asked at other Companies

Q1. That, if a student, who passed 12th and doesn't want to study further so how would you convince him to study more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Simple coding test with 1 coding problem (Leetcode medium) + 1 api (easy) + 1 Sql( easy)

Round 3 - Assignment 

Assignment was
- WAP for cron string parser
- in the follow-up interview, I was asked to print the next nth instance when a string is passed.

Round 4 - Technical 

(2 Questions)

  • Q1. Design a system where 10 m burgers are on sale for just 10 mins
  • Ans. 

    A system to sell 10 million burgers in 10 minutes

    • Implement a high-traffic online ordering platform

    • Utilize pre-ordering and queue management systems to handle the rush

    • Have a countdown timer for the 10-minute sale period

    • Ensure sufficient stock and staff to meet demand

    • Offer limited-time promotions to attract customers

  • Answered by AI
  • Q2. Need to think about missing burger scenarios
Round 5 - Behavioral 

(2 Questions)

  • Q1. Lots of deep diving on the current project. Be prepared for behavioural questions. Do use STAR methodology
  • Q2. Do study Company tech blogs

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep in mind about corner cases and test evidence

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a hackerrank test consisting of 3 multiple choice questions 1 -2 on Android 1-2 on HTTP Caching Headers

Round 2 - Assignment 

Take Home Assignment to review PR and Develop a feature

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 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 - Case Study 

Data Pipeline Designing

Round 3 - One-on-one 

(2 Questions)

  • Q1. Behaviour Round
  • Q2. Most complex data project you’ve done, What did you learn etc

Deliveroo interview questions for popular designations

 Software Engineer

 (4)

 Senior Software Engineer

 (4)

 Staff Engineer

 (2)

 Engineer L4

 (2)

 Management Trainee

 (1)

 Analyst

 (1)

 Analytics Engineer

 (1)

 Software Developer

 (1)

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

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions about previous job, expectations, skills you hold
Round 2 - Technical 

(1 Question)

  • Q1. Questions on different OS , BIOS, AD , troubleshooting
Round 3 - Technical 

(1 Question)

  • Q1. More complex and indepth questions on troubleshooting, situational based ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and practice more situational based questions

Service Desk Engineer Interview Questions asked at other Companies

Q1. What will you do if zoom application does not open?
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Why should we hire you?
  • Q2. What are your weaknesses?
  • Q3. What are your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Make list of questions that you would like to ask during the interview
Be prepared
Display confidence during interview

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain the difference b/w quick sort and merge sort ?
  • Ans. 

    Quick sort is a divide and conquer algorithm that sorts the array by selecting a pivot element and partitioning the other elements around it. Merge sort is also a divide and conquer algorithm that divides the array into two halves, sorts them separately and then merges them.

    • Quick sort has an average time complexity of O(n log n) while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is an in-place...

  • Answered by AI
  • Q2. System Design for Naukri.com platform
  • Ans. 

    System design for Naukri.com platform

    • Identify user requirements and design the system architecture accordingly

    • Use scalable and reliable technologies for high traffic handling

    • Implement features like job search, job posting, resume upload, etc.

    • Ensure data security and privacy of users

    • Integrate with third-party services like payment gateways, social media platforms, etc.

  • Answered by AI
  • Q3. ADD two numbers (Linked List ) / leetcode question
  • Q4. Highest subset sum subarray ?
  • Ans. 

    Highest sum of contiguous subarray in an array

    • Use Kadane's algorithm to find the maximum sum subarray

    • Initialize max_so_far and max_ending_here to 0

    • Loop through the array and update max_ending_here and max_so_far

    • Return max_so_far as the highest subset sum subarray

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 technical rounds . If you have clear concepts of Ds & Algo , it will do .Questions were mainly asked from DP, arrays and strings .Other than that some system design problems were also asked which includes the Design of Naukri.com.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. ADD two linkedlist (Leetcode Question)
  • Ans. 

    Add two linked lists and return the sum as a linked list.

    • Traverse both linked lists and add the corresponding nodes.

    • Handle carry over while adding nodes.

    • Create a new linked list to store the sum and return it.

  • Answered by AI
  • Q2. Knowledge about different tech stacks
  • Q3. Diff b/w quick sort and merge sort
  • Ans. 

    Quick sort is faster but unstable, while merge sort is slower but stable.

    • Quick sort uses a pivot element to divide the array into two parts and recursively sorts them.

    • Merge sort divides the array into two halves, sorts them separately, and then merges them.

    • Quick sort has an average time complexity of O(n log n), while merge sort has a time complexity of O(n log n) in all cases.

    • Quick sort is not stable, meaning that the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good . All of the interviewers were friendly .It was a nice discussion.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Say thanks

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a given Linked List. Both O(1) and O(N) space complexity. Where N is the size of Linked List.
  • Ans. 

    Reverse a given Linked List with O(1) and O(N) space complexity.

    • For O(1) space complexity, use three pointers to reverse the links in place.

    • For O(N) space complexity, use a stack to store the nodes and then pop them to create the reversed list.

    • Be careful with edge cases such as empty list or list with only one node.

  • Answered by AI
  • Q2. Explain your project. and give a brief overview for the technologies involved in the process of making the project. (Expect some cross-questioning for the technologies you are going to mention).
  • Q3. In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn't know anyone in the party. Find this celebrity (is present).
  • Ans. 

    Find the celebrity in a party of N people where only one person is known to everyone.

    • The celebrity doesn't know anyone in the party.

    • We can use a stack to keep track of potential celebrities.

    • If a person knows someone, they cannot be a celebrity.

    • If a person doesn't know someone, we can push them onto the stack.

    • After iterating through all people, we check if the stack has only one person and if that person is known to eve

  • Answered by AI
  • Q4. Explain in detail the working behind the algorithms of Merge Sort and Quick Sort.
  • Ans. 

    Merge Sort and Quick Sort are sorting algorithms that use divide and conquer approach.

    • Merge Sort divides the array into two halves, sorts them recursively, and then merges them.

    • Quick Sort selects a pivot element, partitions the array around the pivot, and recursively sorts the sub-arrays.

    • Merge Sort has a worst-case time complexity of O(nlogn), while Quick Sort has an average case time complexity of O(nlogn).

    • Merge Sort ...

  • Answered by AI
  • Q5. Trapping Rain-Water problem: Given N non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
  • Ans. 

    Compute amount of water trapped in an elevation map after raining

    • Iterate through the array and find the maximum height on the left and right of each bar

    • Calculate the amount of water that can be trapped on each bar using the difference between the minimum of the two maximum heights and the height of the bar

    • Add up the amount of water trapped on each bar to get the total amount of water trapped

  • Answered by AI
  • Q6. Zigzag traversal of a given binary tree.
  • Ans. 

    Zigzag traversal of a binary tree is a way of traversing the tree in a zigzag pattern.

    • Use a stack to keep track of nodes to be visited.

    • For each level, alternate between adding nodes to the stack from left to right and right to left.

    • Pop nodes from the stack and add their children to the stack in the appropriate order.

    • Repeat until all nodes have been visited.

  • Answered by AI
  • Q7. Given a dictionary with {Key, Value} as {String, Integer}. Sort the given dictionary in ascending/descending order according to: 1) Key. 2) Value.
  • Ans. 

    Sort a dictionary by key or value in ascending/descending order.

    • Use sorted() function with lambda function to sort by key or value.

    • For ascending order, use reverse=False and for descending order, use reverse=True.

    • Example: sorted_dict = sorted(dictionary.items(), key=lambda x: x[0], reverse=True)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Have a good understanding of Data Structures and Algorithm.
- Whatever your project may be, you should know aspect of it and expect some cross-questions as well.
- Be confident with what solution you are coming up, and try to make it efficient if asked.

Skills evaluated in this interview

Deliveroo Interview FAQs

How many rounds are there in Deliveroo interview for experienced candidates?
Deliveroo interview process for experienced candidates usually has 3 rounds. The most common rounds in the Deliveroo interview process for experienced candidates are Technical, Coding Test and Assignment.
How to prepare for Deliveroo interview for experienced candidates?
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 Healthcare, SQL, Python, Coding and Automation.
What are the top questions asked in Deliveroo interview for experienced candidates?

Some of the top questions asked at the Deliveroo interview for experienced candidates -

  1. Design a system where 10 m burgers are on sale for just 10 m...read more
  2. Most complex data project you’ve done, What did you learn ...read more
  3. First interview is assignment review round in which they asked about the assign...read more
How long is the Deliveroo interview process?

The duration of Deliveroo interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Deliveroo Interview Process for Experienced

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 337 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Zepto Interview Questions
3.5
 • 246 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all

Deliveroo Reviews and Ratings

based on 22 reviews

2.9/5

Rating in categories

2.5

Skill development

3.2

Work-life balance

3.6

Salary

2.4

Job security

2.6

Company culture

2.7

Promotions

2.5

Work satisfaction

Explore 22 Reviews and Ratings
Global Workforce Planning Senior Analyst

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Senior Analyst Global Performance - Marketplace Support

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Care Tools Engineer - Amazon Connect

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
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

Software Engineer2
10 salaries
unlock blur

₹42 L/yr - ₹61 L/yr

Service Desk Specialist
10 salaries
unlock blur

₹14 L/yr - ₹16.4 L/yr

Application Support Engineer
10 salaries
unlock blur

₹12 L/yr - ₹23.8 L/yr

Explore more salaries
Compare Deliveroo with

Udaan

3.9
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