for sde-1 there where 3 round.
Round 1 DS-ALGO the question was easy
Round 2 LLD round (design a make my trip like app)
Round 3 DS-ALGO + LLD + HLD round (more discussion about that they asked in round 2)
Interview questions [1]
Question 1
Design a app which work look like make my trip (only db design)
The process took 1 day. I interviewed at Park Plus in Aug 2022
Interview
The interview started with a brief introduction and then we dived into the technical part where I was given 2 DSA questions, both of which I solved.
For reasons unknown to me, I was not called for the next round.
Interview questions [1]
Question 1
1. Given an array of integers and an integer target, return all distinct pairs of elements whose sum is equal to the target. (Known as TwoSum)
2. A problem where have N trains coming in along with each one's arrival and departure time. We need to find the minimum number of platforms needed.