I applied through university. The process took 1 day. I interviewed at Amazon in Sept 2021
Interview
One Online Interview started with an introduction followed by three coding questions. The interviewer Was very helpful gave quite a few hints. He was quite interested in correctness of the code as well as the time and space complexity of the course
Interview questions [1]
Question 1
Q1: Given an array of strings where each string denotes an integer find the second-highest number
Q2: Given a Binary tree u need to convert it to a doubly-linked list
Q3: Given an Array of Integers Find how many pairs of bits are different where both the bits doesn't belong to the same number