Problem database last updated: June 20, 2025

DDream11 logo

Dream11 Coding Interview Questions

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

Final Prices With a Special Discount in a Shop

Solve

You are given an integer array prices where prices[i] is the price of the ith item in a shop.

EasyVery Likely
arraystackmonotonic-stack

Asteroid Collision

Solve

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...

MediumVery Likely
arraystacksimulation

Furthest Building You Can Reach

Solve

You are given an integer array heights representing the heights of buildings, some bricks, and some ladders.

MediumLikely
arraygreedyheap-priority-queue

3Sum

Solve

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.

MediumLikely
arraytwo-pointerssorting

Gas Station

Solve

There are n gas stations along a circular route, where the amount of gas at the ith station is gas[i].

MediumLikely
arraygreedy

Minimum Number of Increments on Subarrays to Form a Target Array

Solve

You are given an integer array target. You have an integer array initial of the same size as target with all elements initially zeros.

HardLikely
arraydynamic-programmingstack

Partition Equal Subset Sum

Solve

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...

MediumLikely
arraydynamic-programming

Minimum Falling Path Sum

Solve

Given an n x n array of integers matrix, return the minimum sum of any falling path through matrix.

MediumLikely
arraydynamic-programmingmatrix

Shortest Common Supersequence

Solve

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...

HardLikely
stringdynamic-programming

Number of Ways to Select Buildings

Solve

You are given a 0-indexed binary string s which represents the types of buildings along a street where:

MediumLikely
stringdynamic-programmingprefix-sum

Minimum Path Sum

Solve

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.

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 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.

Other companies to explore

Ready to ace your Dream11 interview?

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

Simulate a Dream11 interview with AIarrow_forward