J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Amazon (Seattle, WA) en janv. 2014
Entretien
Got referred to Amazon by a relative. They got back to me a week later and I got 2 back to back 1 hour interviews. Problems were not that hard to average difficulty, but I didn't do well.
Questions d'entretien [1]
Question 1
Given a list of numbers, in which every number occurs an even number of times except one number, which occurs an odd number of times, return the value of the odd number. Question should be done with a hash map but I used a n log n solution.