Problem database last updated: June 20, 2025

DDeliveroo logo

Deliveroo Coding Interview Questions

5 problems · 1 Easy, 2 Medium, 2 Hard · Ranked #252 of 458

Difficulty breakdown

1 Easy

20% · avg 23%

2 Medium

40% · avg 59%

2 Hard

40% · avg 18%

Top topics

array
60%
string
60%2.1x
sorting
40%2.8x
hash-table
40%1.8x
breadth-first-search
40%4.8x
binary-search
20%2.3x

Interview profile

Based on 5 reported problems, Deliveroo interviews are significantly harder than average - 40% Hard vs 18% across all companies.

Compared to the industry average, Deliveroo puts unusual emphasis on breadth-first-search (40% of problems, 4.8x the industry average), sorting (40% of problems, 2.8x the industry average), string (60% of problems, 2.1x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (60%), string (60%), sorting (40%), hash-table (40%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 5 problems

Find Words Containing Character

Solve

You are given a 0-indexed array of strings words and a character x.

EasyVery Likely
arraystring

Search Suggestions System

Solve

You are given an array of strings products and a string searchWord.

MediumVery Likely
arraystringbinary-search

Vertical Order Traversal of a Binary Tree

Solve

Given the root of a binary tree, calculate the vertical order traversal of the binary tree.

HardLikely
hash-tabletreedepth-first-search

Count Number of Nice Subarrays

Solve

Given an array of integers nums and an integer k. A continuous subarray is called nice if there are k odd numbers on it.

MediumLikely
arrayhash-tablemath

Remove Invalid Parentheses

Solve

Given a string s that contains parentheses and letters, remove the minimum number of invalid parentheses to make the input string valid.

HardLikely
stringbacktrackingbreadth-first-search

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Deliveroo interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Deliveroo coding interview

Deliveroo interviews focus heavily on array, string, sorting problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Deliveroo interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Deliveroo ask in interviews?add

Deliveroo has been reported to ask 5 distinct coding problems. The most common topics are array, string, sorting. 1 are Easy difficulty, 2 are Medium, and 2 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Deliveroo coding interviews?add

Based on 5 reported problems, Deliveroo interviews are significantly harder than average - 40% Hard vs 18% across all companies. 40% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Deliveroo coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, sorting. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Deliveroo interview?

Simulate a real Deliveroo coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Deliveroo interview with AIarrow_forward