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 SDE-intern 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 SDE-intern

      17 janv. 2026
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Amazon (Bengaluru) en mars 2025

      Entretien

      Believe me or not before I faced an Amazon interview round I was never sure whether all those gratitude that people usually present to GeeksforGeeks were actually worth. But it is always easier to connect the dots looking backwards and now I can say with assurance that this website really deserves all the applause. I was recently interviewed for an internship position at Amazon and had to go through a total of 3 rounds i.e. one online followed by two telephonic rounds. Online Round As usual the online round had two coding questions and 20 MCQs. This was a pretty easy round and it's duration was 90 minutes. The round consisted of questions from various domains like Algorithm, Data Structure, Operating System and Aptitude. A few days after appearing in this round, I was informed that I have been qualified for the next round. First Telephonic Round I had just three days to prepare for this round and truly speaking, it was my first experience of appearing in any such interview. This round lasted for almost 60 minutes. It began with my general introduction followed by a brief discussion on my projects. After this, the interviewer asked me four questions. Question 1:Given an array of numbers find all such triplets that satisfy the given condition.Condition: a[i] < a[j] < a[k] where I < j < k. At first go I thought that it was a pretty easy question but slowly the mist started to clear and I realized how tough it was. The interviewer wanted me to solve it in linear time i.e. O(N) Question 2:Given two trees check if they are mirror images of each other or not. This was a straight forward question and it took me less than 10 minutes to code it. Now the interviewer wanted to test my understanding of operating systems and asked two fairly direct questions, to which I gave my answer based on my understanding (not bookish definition as I did not remember any of those). Question 3 & 4:What is semaphore and what do you mean by a deadlock. After two days I got a call from the HR informing me I have been selected for the next round. Now it was the time for the last and the decisive round. Second Telephonic Round For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 90 minutes. This time I had to face three technical questions and one general question on Amazon. Question 1:Given a BST, replace each node with the sum of the values of all the nodes that are greater than that node. Only constraint being that I was not allowed to use any global or static variable. Although I panicked a bit and made few mistakes, I got through. Question 2:Given an array of numbers find the maximum count of duplets and triplets such that there sum is a multiple of three. Number that has appeared once can’t be included anywhere else. I solved this question using a property of modulus. Question 3: Given the stock prices of 10 days find the best possible buy sell pair. For this question I started with a O(N2) solution but then finally managed to reduce it to O(N) solution with constant space complexity. I was also asked few questions on Amazon like what are domains in which Amazon deals.

      Questions d'entretien [1]

      Question 1

      DSA Problems were asked which were like medium - hard leetcode style
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme SDE-intern chez Amazon

      Entretien pour SDE-intern

      2 juin 2026
      Candidat à l'entretien anonyme
      Seattle, WA
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Amazon (Seattle, WA)

      Entretien

      It had 2 rounds, and each one had some behavioral questions as well as one technical question. The behavioral questions were about different group work situations that I had before, and I had to describe them. The technical questions were LeetCode medium.

      Questions d'entretien [1]

      Question 1

      Describe a situation when you had a conflict with your supervisor.
      Répondre à cette question

      Entretien pour Non SDE intern

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

      Candidature

      J'ai passé un entretien chez Amazon (Bengaluru)

      Entretien

      The role I was interviewed for is SDET. It was through our campus placements. There was an initial screening test, followed by 2 more online interview rounds. The screening round consisted of 7 chapters, like OOPS, Database, Linux, Computer Networks, Programming and so on.

      Questions d'entretien [1]

      Question 1

      The screening round was an online test for like 3 hours. It went well, and I was selected for that. But in the actual interview, I was initially asked about my projects and 2 DSA Questions. The first DSA question was a maximum subarray-based question, and the second question was a finding the shortest path in a graph-based question
      Répondre à cette question

      Entretien pour SDE Intern

      23 mai 2026
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      The interview was heavily focused on GenAI and Amazon Leadership Principles. The Technical Manager did a deep dive into my approach to prompting LLMs and how I optimize workflows using them. In contrast, the SDE Engineer’s questions were more direct and strongly centered around Leadership Principles.

      Questions d'entretien [1]

      Question 1

      DP problem [Medium] and Class Design [Medium]
      Répondre à cette question

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

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages
      avatar
      Shopee
      3.6★Rémunération et avantages