I applied online. The process took 5 weeks. I interviewed at Amazon (Barcelona) in Nov 2024
Interview
I first applied for the offer and three weeks later, I received a response to take the Online Assessment. The OA was two LeetCode medium problems, and a leadership questionnaire. After that, I didn't hear back from them.
Interview questions [1]
Question 1
Given an array of integers, select k pairs that maximizes the total sum.
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.