I applied online. The process took 2 months. I interviewed at Amazon (Boston, MA) in Mar 2023
Interview
Only two rounds. The first round was a 110-minute OA and the second was an hour-long video interview. Both featured LeetCode easy/medium questions. The final round consisted of one LeetCode question and then a bunch of general questions on Data Structures and Algorithms and Software Development principles.
Interview questions [1]
Question 1
1. Given a list of integers, there is one duplicate value. a) Find it in any way possible. b) Find it in O(n) time. c) Find it in constant space. d) Say there are n duplicates, find them all. d) Find it in O(n) time and constant space.