Summary
I had my first DSA round for an SDE-2 position at Dream 11, which involved solving two LeetCode-style medium questions in an hour, and I'm hopeful for the next rounds.
Full 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. The interviewer was friendly and gave hints in between whenever I felt stuck. Hoping to get a call for upcoming rounds.
Interview Questions (2)
I was asked to search for a target value in a 2D matrix where each row is sorted and the first element of each row is greater than the last element of the previous row.
I was given an array of non-negative integers heights representing the height of n vertical lines. I had to find two lines that together with the x-axis form a container, such that the container contains the most water.