Interview Experience Analysis for Dream%2011

2 Records Found
TOTAL EXPERIENCES
2
COMPANIES COVERED
1
ROLES COVERED
2
LOCATIONS COVERED
0

Curious About Salaries?

View Dream%2011 Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Dream%2011 Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Dream 11 SDE-2 - DSA Round

Dream 11SDE-2

Summary

Loading content...

Interview Experience

This was the first round in the interview process, it went pretty smoothly. The duration is of 1 hour, and the expectation is to solve atleast 2 LC style (mostly medium) questions. Questions asked - 1. Searching in sorted matrix (binary search based) 2. Container with most water (Two-pointer) The...

Interview Questions (2)

Searching in Sorted Matrix

MediumData Structures & Algorithms
Loading content...

Container with Most Water

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Dream 11 | SDE2 |Round 1

Dream 11SDE II

Summary

I interviewed for an SDE2 role at Dream 11, facing two Data Structures & Algorithms problems. I provided a sorting-based solution for the first problem and later optimized it using a min-heap, but I w...

Interview Experience

Q1.We are given a row-wise sorted matrix of size r*c, we need to find the median of the matrix given. It is assumed that r*c is always odd. Examples: Input: 1 3 5 2 6 8 3 6 9 Output: Median is 5 Given this solution!! ``` public int findMedian(int arr[][]) { int m = arr.length;...

Interview Questions (2)

Median of Row-wise Sorted Matrix

HardData Structures & Algorithms
Loading content...

Restore IP Addresses

MediumData Structures & Algorithms
Loading content...
Read on LeetCode
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App