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 Engineer II 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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon Web Services
      3.9★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      LinkedIn
      4.0★Rémunération et avantages

      Entretien pour Software Engineer II

      19 juin 2012
      Employé (anonyme)
      Bengaluru

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

      Entretien pour Software Engineer II

      11 avr. 2026
      Candidat à l'entretien anonyme
      Belo Horizonte,
      Aucune offre
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Amazon (Bengaluru) en juin 2012

      Entretien

      The interview process was pretty smooth - I got a call on a Thursday for a round of interviews on the following Saturday, it was a little too soon but I didn't ask to postpone even though they were willing to. There was a lot of waiting around for the interviewers to show up and finish with other candidates and I had to wait 2 hours before my first interview took place. Normally it would've been annoying, but it actually helped calm my nerves :). There were 3 technical rounds on the day - 2 based on data structures and algorithms, and 1 round with the hiring manager. All rounds were promotion based, if you dont do well in one, you dont go forward. Most of the questions asked were right out of careercup. I struggled a bit in some of the questions, but the interviewers were very helpful and were solving the problem along with me. I'm listing the questions I remember from each round Questions in round 1: 1. Given a NxN matrix, find all possible paths to a location (i,i). You can navigate only downwards and towards the right. 2. Given an large list of unsorted numbers, find the smallest number. You can access the list only 3 numbers at a time, and keep moving forward 1 number at a time. (otherwise called the sliding window problem?) 3. Traverse an n-ary tree in preorder (or something similar). There was another one but I dont remember it - it had to do with tree-sort of some kind using a binary tree. Questions in round 2: 1. Find the kth number from the end of a linked list. 2. How would you determine if there is a cycle in a linked list? 3. What would happen if you used two pivots instead of 1 in quicksort? Derive complexity. 4. How do you guarantee a good pivot is always found for quicksort? 5. Find the kth smallest number in an unsorted array with minimum complexity. 6. Find the longest length palindrome in a string. Questions in round 3: 1. About yourself 2. About your work. 3. Challenges faced. 4. Significant contributions. 5. In depth explanation of threading/lock management in Java and its relevance to a Singleton pattern. 6. Some more basic Java questions. After the first 3 rounds, there was an interview with a senior engineer from the Seattle office a couple of days later. It was a design round, the problem itself was simple and only a low level design was expected. Other questions were related to significant contributions in current project, challenges faced, and what would I have done differently in hindsight? There was a final high level design round. Also asked were significant contributions, etc.

      Questions d'entretien [3]

      Question 1

      Given an large list of unsorted numbers, find the smallest number. You can access the list only 3 numbers at a time, and keep moving forward 1 number at a time.
      5 réponse(s)

      Question 2

      Find the longest length palindrome in a string.
      1 réponse

      Question 3

      Find the kth smallest number in an unsorted array with minimum complexity.
      2 réponse(s)
      2
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Belo Horizonte, )

      Entretien

      The interview process for a Software Development Engineer II (SDE II) role at Amazon typically consists of three main stages: HR Screening The process begins with an initial conversation with a recruiter. This discussion focuses on your background, experience, and overall fit for the role. You may also go over basic behavioral questions aligned with Amazon’s Leadership Principles, along with details about the team and position. Online Assessment (OA) Candidates who pass the initial screening are invited to complete an online assessment. This stage generally includes: Data structures and algorithms coding problems Logical reasoning or work simulation tasks (in some cases) Basic system design or debugging questions (role-dependent) The goal is to evaluate problem-solving skills, coding ability, and efficiency. Technical Interview (Live Coding) The final stage involves one or more live technical interviews. These are typically conducted via an online coding platform and may include: Solving algorithmic problems in real time Explaining your thought process clearly Writing clean, efficient, and correct code Answering follow-up questions and optimizing your solution

      Questions d'entretien [1]

      Question 1

      Leet code type of problems with hard level.
      Répondre à cette question

      Entretien pour Software Engineer II

      18 févr. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      I completed an initial recruiter screening and then moved forward to the online assessment (OA). I didn’t prepare ahead of time, and the assessment consisted of two LeetCode medium-level problems. Unfortunately, I wasn’t able to solve them successfully and did not pass the OA stage.

      Questions d'entretien [1]

      Question 1

      Why do you want to work at Amazon?
      Répondre à cette question

      Entretien pour Software Engineer II

      1 déc. 2025
      Candidat à l'entretien anonyme
      Madrid
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Amazon (Madrid)

      Entretien

      was hard, but not something crazy, good interviewers, it was behavioural questions and after technical. There is first online interview, then 1 hr, tech, then 4 hrs of tech interview.

      Questions d'entretien [1]

      Question 1

      The situation where I felt stuck what did I do how I solved?
      Répondre à cette question