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

      15 oct. 2014
      Employé (anonyme)
      Hyderâbâd
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Amazon (Hyderâbâd) en août 2014

      Entretien

      On-campus recruitment: A 1.5Hr test consisting of MCQ's and 2coding questions. Followed by a tech interview. b)First Interview Q1) Given a sorted array of zeros and ones, find the number of zeros in the array.A: First I told him the brute force approach, he asked of time complexity then how is it O(n)then I told him we could use binary search, explained how, then I was asked to write code.there was a bug pointing which he gave me a test case, which I then rectified.Time complexity was asked and how was it O(logn)? Q2) Given a sorted array of integers, find the number of times a given number K occurs in the array. A: Use binary search on both sides and add, average time complexity came out to be O(n). Both left and right halves were to be checked only when key==mid.Time of round : 15-20 mins c)Second Interview Q1) Given a number n, the number of open paranthesis find number of all possible valid pattern of pairs of pranthesis. eg. n=2 (()) , ()() A: Used backtracking. -What all subjects you have studied? -C , DS, OS. Q2) Questions on OS- -How does a process start -diff b/w process program -what does running a process mean -what gets loaded on memory when a program is run -from where and how memory is allocated during runtime -what is system call -What all topics do you know in DS? - Stacks, Queues, Deque, trees. -Haven't you know graphs? - I know but not a very good grasp on it. Q3) Given a tree find shortest path between any two given nodes. A: Find nearest ancestor find heights from there, add them. He asked extra iterations for heights were required? Returned height while finding ancestor. Asked to code. Asked to explain the code, then dry run for any test case. A bug was found and corrected.
      38

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

      Entretien pour Software Engineer

      30 juin 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      Interviewed for silicon team. Have only been asked about the domain specific knowledge in 1st round and system design in 2nd round and C coding in 3rd round. The interviews were 50 mins each.

      Questions d'entretien [1]

      Question 1

      Difference between igpu and dgpu
      Répondre à cette question

      Entretien pour Software Engineer

      28 juin 2026
      Candidat à l'entretien anonyme
      Offre refusée
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      The phone screen went longer than expected, focusing heavily on implementation details. The interviewer really grilled me on my approach to a Least Recently Used (LRU) cache, asking how I'd combine a hashmap with a doubly linked list. I felt well-prepared since I had gone through system design examples on PracHub, which made me comfortable discussing eviction policies. The later rounds included more technical questions and behavioral interviews, but in the end, I received an offer, though I ultimately decided to decline. Overall, I’d say the process was average, with solid questions.

      Questions d'entretien [1]

      Question 1

      Design and implement a Least Recently Used (LRU) cache supporting get(key) and put(key, value) in O(1) average time. Walk through combining a hashmap with a doubly linked list, eviction policy when capacity is exceeded, and how you'd extend it to handle thread-safe concurrent access.
      Répondre à cette question

      Entretien pour Software Engineer

      27 juin 2026
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Amazon

      Entretien

      Recruiter reaches out after applying through Amazon careers, no referral. Had an initial OA, then after a month had four rounds in two days - three coding one system design. Each round had 30 min behavioral and 30 min coding.

      Questions d'entretien [1]

      Question 1

      Questions were mainly hashmap, sliding window and interval related.
      1 réponse