11 problems · 1 Easy, 8 Medium, 2 Hard · Ranked #137 of 458
Difficulty breakdown
1 Easy
9% · avg 23%
8 Medium
73% · avg 59%
2 Hard
18% · avg 18%
Top topics
array
81.8%
dynamic-programming
54.5%2.8x
stack
27.3%3.2x
greedy
27.3%3.2x
monotonic-stack
18.2%6.3x
matrix
18.2%2.1x
Interview profile
Based on 11 reported problems, Dream11 interviews are in line with industry averages - 18% Hard vs 18% overall. The majority (73%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.
Compared to the industry average, Dream11 puts unusual emphasis on monotonic-stack (18.2% of problems, 6.3x the industry average), stack (27.3% of problems, 3.2x the industry average), greedy (27.3% of problems, 3.2x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (81.8%), dynamic-programming (54.5%), stack (27.3%), greedy (27.3%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 11 problems
Problem
Difficulty
Frequency
Topics
Final Prices With a Special Discount in a Shop
You are given an integer array prices where prices[i] is the price of the ith item in a shop.
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteroid in the array represent their relative position in space...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Given an integer array nums, return true if you can partition the array into two subsets such that the sum of the elements in both subsets is equal or false oth...
Given two strings str1 and str2, return the shortest string that has both str1 and str2 as subsequences. If there are multiple valid strings, return any of them...
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteroid in the array represent their relative position in space...
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Given an integer array nums, return true if you can partition the array into two subsets such that the sum of the elements in both subsets is equal or false oth...
Given two strings str1 and str2, return the shortest string that has both str1 and str2 as subsequences. If there are multiple valid strings, return any of them...
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path.
MediumLikely
arraydynamic-programmingmatrix
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 Dream11 interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Dream11 coding interview
Dream11 interviews focus heavily on array, dynamic-programming, stack 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. Dream11 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 Dream11 ask in interviews?add
Dream11 has been reported to ask 11 distinct coding problems. The most common topics are array, dynamic-programming, stack. 1 are Easy difficulty, 8 are Medium, and 2 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Dream11 coding interviews?add
Based on 11 reported problems, Dream11 interviews are in line with industry averages - 18% Hard vs 18% overall. 73% 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 Dream11 coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, dynamic-programming, stack. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Dream11 coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.