I applied online. I interviewed at Amazon (Bellevue, WA)
Interview
Applied online. First, an OA and two work-style questionnaires. Then a 45 minute technical and behavioral interview - Amazon-themed leetcode style question, and 2 behavioral questions that they want to see you apply the LPs to.
I applied online. The process took 4 weeks. I interviewed at Amazon (Toronto, ON)
Interview
First I had a OA, was relatively easy and don't worry if you don't get perfect because I was fine with getting 27/30 so clearly its not just about the correctness. After that I had my first and only interview. During this interview I got 2 technical questions and 2 behavioral questions. The technical questions were very easy so I am assuming they mainly look at the behavioral questions.
Interview questions [2]
Question 1
Given 2 numbers print all odd numbers in between them. I was also given a follow up question however this only applies to you if you are using % in your for loop: I was asked if we could optimize this code even though the run time was O(n)...hint think of where % takes place and how it compares to other operations.
I applied through an employee referral. I interviewed at Amazon (Arlington, VA) in Feb 2024
Interview
My interviewer was very chill. We started with a standard behavioral question, and he asked a couple of follow-ups. For the technical portion, the first question I got was Valid Parentheses. The second, follow-up question was how I would implement the stack I used in the last question using two queues (reverse of the Leetcode question Implement Queue using Stacks). I did not need to actually write any code for the solutions, the interviewer was satisfied with my verbal responses.