I applied through university. I interviewed at Dream11 (Mumbai) in Dec 2021
Interview
All three rounds were virtual, in which one was technical and one was to test the logical reasoning and last one was managerial. Interviewers were very considerate and chill, gave imp hints at times, and ultimately guided to the solution.
Interview questions [1]
Question 1
Painters partition problem, word search problem and given a unsorted array, find the max difference between adjacent elements when the array is in sorted order( without actually sorting the array ie in O(n) time
I recently participated in an SDE-2 interview with Dream11 and would like to share my experience. I was contacted by a recruiter on LinkedIn, and one week later, the first coding round was scheduled.
Interview questions [1]
Question 1
Minimum Path Sum
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.
Note: You can only move either down or right at any point in time.
I applied online. I interviewed at Dream11 in Jan 2023
Interview
Good experience. Interview process was Four rounds, nothing too hard. DSA, SystemDesign (high and low) Behavioral, culture fit. Recruiter was really nice and welcoming. Interviewers were also nice and welcoming.
Application
I applied through university. The process took 1 day. I interviewed at Dream11 (Bengaluru) in Dec 2024
Interview
1st round (DSA round) : it was easy some common DSA problems on tree(diameter of tree) and dp.
2nd round (Technical round) : Mostly discussion was from my resume, one standard puzzle
3rd : HR round
Interview questions [1]
Question 1
How would you implement activity tracking in application