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

      23 avr. 2018
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Amazon (Bengaluru) en avr. 2018

      Entretien

      I received a mail from a recruiter and an 1:1 interview was scheduled. I was very disappointed with the interview. I gave an interview in Amazon in WTC long back and gave 4-5 rounds. So, I was aware of the process and pattern. But here in Mahadevpura office it is very bad. A couple of guys who joined recently took my interview. Gave a problem which is pretty difficult to code on the fly if you dont know the answer already. Here's the fun fact as I did not know the answer I tried with a complexity of O(n2). Even without writing any code the guy wants a O(n) solution which eventually I gave. But he already had a solution in mind and when I wrote the code which was not same as he had in mind he was not able to follow. Eventually I was asked another problem which was far easy than the previous one. After 1 round 1 was asked to leave and the recruiter said although your approach was right you took more time to write the solution! I would suggest pray to God rather than preparing for Amazon interview. If you have a luck like mine you will only be able to crack the interview if you have already mugged up the answer. I have a decade of experience and don't write code to find the node of binary tree which is also a BST with max size everyday with O(n) complexity. On the contrast I remember the interview in WTC was far better. Interviewers were much experienced and logical in approach and understood different approaches to solve the same problem. Sadly I had no prep and could not crack the interview. My 2 cents: in case you get an interview in Amazon go to WTC.

      Questions d'entretien [1]

      Question 1

      problem on BST
      1 réponse
      1

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

      Entretien pour Software Engineer II SDE2

      27 juin 2026
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Amazon (Bengaluru) en juin 2026

      Entretien

      A recruiter reached out to me regarding the opportunity. After successfully clearing the Online Assessment (OA), I was invited to the Amazon Loop Interview process. The loop comprised four rounds: two coding interviews (featuring two LeetCode Medium problems in the first round and one LeetCode Hard problem in the second), a behavioral interview focused extensively on Amazon's Leadership Principles, and a final interview with the Hiring Manager that included one coding problem and a High-Level Design (HLD) system design discussio

      Questions d'entretien [1]

      Question 1

      You are given a 2D grid representing a terrain map with three types of cells: • 'T' - Radio tower (emits signals) • 'M' - Mountain (blocks signals) • '.' - Empty cell (signals pass through) Each radio tower broadcasts signals in 4 cardinal directions (up, down, left, right). A signal travels in a straight line until it either: • Hits a mountain (signal stops) • Reaches the grid boundary (signal stops) Your task: Determine which pairs of radio towers can communicate with each other. Two towers can communicate if a signal from one tower can reach the other tower. Input Format grid = [ ['T', '.', '.', 'T'], ['.', 'M', '.', '.'], ['T', '.', '.', 'T'] ] Example 1: Basic Line of Sight Input: T . . T . . . . T . . T Signal Propagation: Tower (0,0) → → → reaches Tower (0,3) ✓ Tower (0,3) ↓ ↓ reaches Tower (2,3) ✓ Tower (2,0) → → → reaches Tower (2,3) ✓ Tower (0,0) ↓ ↓ reaches Tower (2,0) ✓ Output: [ ((0, 0), (0, 3)), # Top-left ↔ Top-right ((0, 3), (2, 3)), # Top-right ↔ Bottom-right ((2, 0), (2, 3)), # Bottom-left ↔ Bottom-right ((0, 0), (2, 0)) ] Total communicating pairs: 4 Coding question were building a word game feature. Given a 2d from user tray and dictionary of valid words return all the words found by connecting adjavent cells board = o a a n e t a e i h k r i f l v words = ["oath","pea","eat","rain"] Output: ["oath","eat"]
      Répondre à cette question

      Entretien pour Software Engineer II SDE2

      15 avr. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      5 rounds and each is eliminator. First 2 round is DSA and other are related to the System design. Made to the Bar Raiser round but selected for SDE 1. I rejected

      Entretien pour Software Engineer II SDE2

      31 janv. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      OA was difficult which had two Leetcode Hard problems Recruiter was very helpful and gave a lot of time inbetween rounds to prepare Next rounds were drive rounds, I was asked to solve two DP Hard problems on the given time limit of 60 mins

      Questions d'entretien [1]

      Question 1

      A Variation of Number of Islands
      Répondre à cette question