Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Amazon

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Amazon | Offres d’emploi chez Amazon | Salaires chez Amazon | Avantages sociaux chez Amazon
      Entretiens chez AmazonEntretiens d’embauche pour Software Development Engineer chez AmazonEntretien chez Amazon


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Development Engineer

      16 juill. 2010
      Candidat à l'entretien anonyme
      Seattle, WA
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      Le processus a pris 1 jour. J'ai passé un entretien chez Amazon (Seattle, WA) en juill. 2010

      Entretien

      Got contacted by recuiter from Amazon through phone. Since I don't take calls from numbers I don't recognize, he left me a voice message and also sent me an email. He said he found my resume on Dice.com. I replied him back with some questions, and available times. He scheduled a phone interview next day for following Monday. Interviewer called me 10 minutes late. His native language was not English and he was on a speakerphone, so I had a hard time understanding him. But I was able to understand him once he started talking on the phone not through the speakphone. There was not overview of what he's doing just straight to the first question. Asking me about my experiences in software engineering. Asked me if I am proficient with Java, then asked me if I am familiar with C++. Then asked me about Java keywords final, finalize, and finally. I couldn't remember what finalize was, and he briefly explained me then I could remember it was for garbage collection. I told him its relationship with the garbage collection, then he asked me to explain how Java does garbage collection. After my explanation (mentioning Mark&Sweep among them), he ask me if I know how Mark&Sweep is implemented. I know what it was but didn't know how it's implemented (extra bit, traversing from each "roots"), I just told him I do not know. Two coding questions followed. Given array of integers, how do you find the first pair that adds up to 10. I asked if the array contains negative numbers, and he said yes. Solved the problem using HashMap, then he asked me the second coding question. Given array of integers represending historic stock prices sorted in order of date (first one is the earliest price and the last is the latest price.) If you can trade only one stock, you can only buy once and sell once, and can hold the stock maximum 30 days, how would you find the buying and selling point that maximize the profit. I tried to clearify some points buy asking if each number represent closing price. I couldn't solve it, and he dumbed it down to following question. You have an array of 30 integers representing the historic stock price sorted by date. How would you find the buying and selling point that maximize the profit? I paniced that I screwed up the interview, and couldn't think of anything better than O(n^2) brute force solution. He asked me to send him the answer through email. I asked what kind of software development environment they use (RAD, eclipse, emacs, etc.), and if he enjoys working for the company. He was pretty honest about what he likes and doesn't like about the company. After the interview was over, I tried to solve the problem with better algorithm which I couldn't find. I ended up sending something stupid, tried to go to bed (which I couldn't) and sent the brute force one too. Next day, I was able to solve the problem, and sent him the solution. It's been 4 days and I'm still waiting to hear back from them.

      Questions d'entretien [5]

      Question 1

      Java keywords: final, finalize, finally
      Répondre à cette question

      Question 2

      Explain how Java does Garbage Colleciton.
      1 réponse

      Question 3

      Explain how Mark&Sweep is implemented.
      1 réponse

      Question 4

      Given array of integers, find the first pair add up to 10. Analize your solution.
      3 réponse(s)

      Question 5

      Given array of integers representing historic stock prices. Find the buying and selling points to maximize the profit. (original: You can hold the stock for only 30 days maximum.)
      2 réponse(s)
      2

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer chez Amazon

      Entretien pour Software Development Engineer

      3 juin 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.

      Questions d'entretien [1]

      Question 1

      Questions related to leadership principles
      Répondre à cette question

      Entretien pour Software Development Engineer

      26 mai 2026
      Employé (anonyme)
      São Paulo,
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Amazon (São Paulo, )

      Entretien

      Um teste de código online, se aprovado, vai para o loop. O loop é 4 entrevistas seguidas, duas em inglês e duas em português. 3 entrevistas técnicas de código, todas as 4 têm pergunta de liderança.

      Questions d'entretien [1]

      Question 1

      Pergunta historicas baseada nos principios de lideranca da amazon.
      Répondre à cette question

      Entretien pour Software Development Engineer

      11 mai 2026
      Candidat à l'entretien anonyme
      Offre refusée
      Expérience négative
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      The whole process stretched over nearly a month, longer than I anticipated. After an initial phone screen, I faced a technical round that included a Min Stack implementation question. We discussed design considerations and thread safety, which threw me for a bit. Fortunately, I remembered a specific mock interview I practiced on PracHub that mirrored this scenario closely, making me feel more at ease. Ultimately, I received an offer, but I chose to decline due to the company culture not feeling like the right fit.