2 phone screen rounds
Round 1:
Round 2:
5 onsite rounds(Seattle):
Round 1:
- LP
- past project explaination
Round 2: [System Design]
- LP
- Design ride-sharing system like Uber/Lyft
Round 3:
Round 4:
Round 5:
- LP
- Find the minimum value element repeated multiple time in a not sorted sequence of elements.
- Later they modified it to: find the minimum value element repeated more that K times in a not sorted sequence of elements.
- After that: They asked if the sequence is so huge that we have to do the computation in the different distributed systems, how will you approach the same?