I applied online. I interviewed at Amazon (Los Angeles, CA) in Jan 2020
Interview
There are three steps of the online assignments.1. debugging (7 coding questions), 2. programming skill (2 easy to mid-level coding questions), 3. behavior questions, and others (multiple choices). and one final video interview (one coding question and few behavior questions).
Interview questions [1]
Question 1
Describe one of the projects you have done and the challenge or difficulties you face during the project.
I applied through college or university. The process took 1 day. I interviewed at Amazon (Rolla, MO) in Mar 2019
Interview
I applied early fall and was rejected; however, I received an email early spring asking me to take a technical assessment. After I finished the assessment, I just had to wait until I heard back from them.
Interview questions [1]
Question 1
Given an N-ary tree, return the score of the node with the greatest value. The score is calculated by adding all the values of the node's children and dividing by the number of children.
I applied online. The process took 4 weeks. I interviewed at Amazon
Interview
There was a 3 step online process which involved debugging, coding challenges, and a workplace simulation spaced a few days apart. Finally, there was a phone interview I was asked behavioral and technical questions.
Interview questions [1]
Question 1
How to find the edit distance of a string from a base string?