Panda Guru LogoPanda
Guru

Amazon || SDE2 || Rejected

Round 1

Questions:

Candidate's Approach

I provided a solution with time complexity O(V+E) and space complexities of O(n), O(E), and O(h). However, the interviewer insisted on an O(1) space solution, and despite hints, I could not arrive at the optimized solution.

Interviewer's Feedback

No feedback provided.


Round 2

Questions:

Candidate's Approach

I initially provided a brute force solution for the coding question, followed by the most optimized solution.

Interviewer's Feedback

No feedback provided.