Developer applicants have rated the interview process at Amazon with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 33% positive. To compare, the company-average is 63.8% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
Interview process was straightforward- applied from school site, two OA rounds into a behavioral followed by two technical interviews. Average difficulty was around a leetcode medium i would say. extra words for word count
Interview + onsite. Technical interview + behavioral. It wasn't super bad. Just study up on leetcode and system design. Leetcodes were about medium ish and easy difficulty if i were to say.
I applied online. The process took 4 weeks. I interviewed at Amazon (Madrid) in Apr 2025
Interview
Online interview with coding exercise. The interviewer asks you to introdduce yourself and proceed to complete a coding exercise in a platform they provide. The coding exercise is done without test cases to run, is just a text editor. You have to explain your thought process while you code.
Call is made with Amazon Chime.
Interview questions [1]
Question 1
Given a list of itineraries from airport to airport (start, end), check that they are all connected. List contains unique elements and all flights are always connected. Solve in O(n) time and space complexity.