Hiring process consists of one OA round and three technical interview rounds all are Elimination rounds OA round consist of 10 MCQ based on cs fundamentals and two coding questions of medium difficulty
Interview questions [1]
Question 1
1. Merge two sorted array in o(n) space and o(1) space
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.
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)