26 problems · 13 Easy, 12 Medium, 1 Hard · Ranked #74 of 458
Difficulty breakdown
13 Easy
50% · avg 23%
12 Medium
46% · avg 59%
1 Hard
4% · avg 18%
Top topics
array
42.3%
string
23.1%
dynamic-programming
23.1%
database
19.2%17.1x
divide-and-conquer
11.5%2.8x
two-pointers
11.5%
Interview profile
Based on 26 reported problems, Deloitte interviews are easier than average - only 4% Hard compared to 18% across all companies.
Compared to the industry average, Deloitte puts unusual emphasis on database (19.2% of problems, 17.1x the industry average), divide-and-conquer (11.5% of problems, 2.8x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (42.3%), string (23.1%), dynamic-programming (23.1%), database (19.2%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 26 problems
Problem
Difficulty
Frequency
Topics
Two Sum
Given an array of integers nums and an integer target, return the indices of the two numbers that add up to target.
You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, 231 - 1...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
You are given an integer array ranks representing the ranks of some mechanics. ranksi is the rank of the ith mechanic. A mechanic with a rank r can repair n car...
You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, 231 - 1...
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...
You are given an integer array ranks representing the ranks of some mechanics. ranksi is the rank of the ith mechanic. A mechanic with a rank r can repair n car...
Given an input string s, reverse the order of the words.
MediumLikely
two-pointersstring
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 Deloitte interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Deloitte coding interview
Deloitte interviews focus heavily on array, string, dynamic-programming 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. Deloitte 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.
What coding problems does Deloitte ask in interviews?add
Deloitte has been reported to ask 26 distinct coding problems. The most common topics are array, string, dynamic-programming. 13 are Easy difficulty, 12 are Medium, and 1 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Deloitte coding interviews?add
Based on 26 reported problems, Deloitte interviews are easier than average - only 4% Hard compared to 18% across all companies. 46% 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 Deloitte coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, dynamic-programming. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Deloitte coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.