I applied online. The process took 3 months. I interviewed at Amazon in Apr 2025
Interview
I received a Online Assessment that contained a Technical Portion, which was two questions and 90 minutes to solve them. Then a Work Simulation which had a time limit of 4 hours. After that I moved onto the Onsite Interview which consisted of three rounds over a 3 hour period.
Interview questions [1]
Question 1
Given a string "abaca" minimum number of operations to make the string empty.
example:
operation 1: remove b -> aaca
operation 2: remove c -> aaa
operation 3: since all the a's are together remove all a's at once