J'ai postulé en ligne. Le processus a pris 3 mois. J'ai passé un entretien chez Amazon en avr. 2025
Entretien
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.
Questions d'entretien [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