I applied online. The process took 3 days. I interviewed at Amazon (Seattle, WA) in Apr 2025
Interview
I got an interview invitation for a new grad SDE role after an OA and then I have a three round loop interview on a single day. I did well in all three rounds but unfortunately I haven't received an offer.
Interview questions [1]
Question 1
Round 1: This round was completely Behavioral the interviewer asked three question and I have answered those in STAR format from my previous experiences
Round 2: it was a mix of Algorithms and Behavioral the first 30min was a technical question and the interviewer asked me to design a generic xmlNode class in and it should be adaptable and can be used to create any kind of an xml document. It should also have a toString method implemented which will print that entire xml nodes in pretty print format with nesting and proper attributes for each tag. and then the last 30 mins was a behavioral he asked to question which related to the leadership principles and I have given my answers in STAR format.
Round 3: this was completely a technical coding interview the interviewer asked me two questions the first question was 703. Kth largest element from a stream. and Union find (Disjoint sets) question.
I received an Online Assessment (OA) invitation from Amazon. The assessment consisted of two coding questions of medium to hard difficulty, focusing on data structures, algorithms, and problem-solving skills. The questions required efficient solutions with optimized time and space complexity. After the OA, shortlisted candidates typically proceed to one or more technical interview rounds covering coding, system design, and behavioral questions based on Amazon's Leadership Principles.
Applied online via career site, received OA link within 2 days and cleared it, Round 1- DSA, Round-2 DSA, Round 3- System Design, Round 4- Mixed Technical Discussion and Behavioral.
Interview questions [1]
Question 1
Number of Islands (LC 200 - Medium): You are heavily advised to know how to traverse connected components using a 2D grid.
Interview involved one screening OA and one final day, 3 back to back interviews, one technical, one behavioral and one mix. Focused on leader ship principles and DSA and algo