Panda Guru LogoPanda
Guru

Amazon | SDE2 | Seattle | 2024 [Accepted]

Round 1: Online Assessment

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 2: Virtual Onsite

Questions:

Candidate's Approach
  • For the Word Search, started with BFS but acknowledged that DFS would be more efficient. Discussed the algorithm's time and space complexity conceptually.
  • For the Total Compensation Calculation, explained the use of a hashmap for aggregation and suggested a production implementation using RDBMS and caching.
  • For the K-Most Popular Items, initially attempted a heap approach but switched to an array due to efficiency concerns. Discussed a sliding window approach conceptually.
Interviewer's Feedback
  • Interviewers were satisfied with the candidate's stories during the LP questions.
  • The interviewer was pleased with the candidate's reasoning and approach to problem-solving, even if optimal solutions were not reached.