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 Quality Assurance 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.

      Entretien pour Quality Assurance Engineer II

      10 juin 2018
      Candidat à l'entretien anonyme
      Mumbai

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

      Entretien pour QA Engineer II

      12 juil. 2025
      Candidat à l'entretien anonyme
      Vancouver, BC
      Aucune offre
      Expérience négative
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Amazon (Mumbai) en juin 2018

      Entretien

      The interview process is pretty straight forward. You will have total of 5 rounds. First round will be a written pen paper based test which consists of usually 2-3 computer programs to write (Any language). Don't worry about the exact solution. the codes on your page should reflect your approaches. if they found your approach write they will shortlist you (P.S. I had two programs, one of them was correct although not optimized but i was shortlisted as the approach I took was promising) Second round can be anything from Coding round, test data generation-test case enumeration-test plan round. Coding Round: In the coding round the interviewer will present you the same codes you have written earlier (depends, in my case it happened) and will ask you to come up with some other efficient solutions. and will give you some extra coding problems to solve. First he will ask you to tell your approach in solving the problem and then he may ask you to implement it on paper. Once you have given the approach further to this you have to give more optimized solution in case the approach you have given was not very efficient. Duration of this round would be approx 45 mins to 1 hour. Key point to succeed in this round is just don't give up on the problem, put efforts in coming up with different solutions does not matter if they write, do not keep your thought process in mind keep speaking and let the interviewer know how you are thinking about the problem. Testing round: This round will broadly consist of 3 portions- 1. Test case enumeration: you will be given a scenario and you have to come up with different possible use cases. Number of use cases will not matter but what will matter here is scope. You have think about testing in a broader sense. Include all aspects of the that scenario. Think about scalability test cases, performance test case, networking if involved, database etc. Also keep your focus on every kind of device you can have this scenario like web mobile, fire tv etc. 2. Test data generation: This should be easy part for you . you have to just come up with all possible data sets for the given condition. Include positive scenarios, negative scenarios, Boundary cases, equivalence partitioning and more if you can think of. 3. Debugging: This is a kind of confusing round if you are not prepared for this. You will be given a problem scenario and you have to debug it. Debug here means you have to come up with approaches needed to solve that problem. Same as previous sections think in a broad sense what could be wrong like it could be issue with database, networking, Scalability, OS, UI, code error, memory leak, etc Bar raiser round: This round will be about everything asked previously. Just you will be grilled more. Don't stress out just keep coming up with ideas in a broader sense. Once you have cleared all this round you will be called some other day or next day for a F2F round with manager of it can be video conference depending upon the location you have applied for. he will ask more of behavioral type questions and all the same stuff asked before All the best!

      Questions d'entretien [6]

      Question 1

      Reverse a string without affecting special characters.
      1 réponse

      Question 2

      Input : ab50dt60h4q Output: Sum of integers i.e. 50+60+4= 114
      1 réponse

      Question 3

      Input : an int array [1,0,0,1,1,0,0,1,0,1,0,0,0,1] you have to come up with a program that will give all possible subsets of the array based on the pattern. Pattern restrictions were the string array should start with 1 and end with 1. So there will be many sub arrays like from index 0 to 3 and 0 to 4 and index 7 to 9
      1 réponse

      Question 4

      You have given voice command to alexa about some sort of search on amazon.in. Come up with test case enumeration for this senario
      Répondre à cette question

      Question 5

      You have a gift card in your amazon account for suppose Rs. 100 but when you are purchasing something and going on payment page the gift card is not appearing and also it is not auto applied. how will you debug this problem?
      Répondre à cette question

      Question 6

      Write test data for username and password field on a login page with basic restriction like no special characters in user and it should be upto 10 characters. password can contain anything but should be of length 8-12 inclusive.
      Répondre à cette question
      8
      Entretien facile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Amazon (Vancouver, BC)

      Entretien

      Ancient- the way the entire interview was handled, the questions asked, and the conversations reminded me of applying for an associate-level position. The interviewer went on to say, "Try to break the code, that's what QA is supposed to do." I agree that it is part of the job, not the entire job.

      Questions d'entretien [3]

      Question 1

      Most recent release if something went wrong, what did I do to handle it, what the action I took, what did I resolve, what would I do to avoid something like this in future.
      Répondre à cette question

      Question 2

      Writing a code : finding the pairs in an array
      Répondre à cette question

      Question 3

      Presented a payment app screenshot, and I was asked to create test cases around it.
      Répondre à cette question

      Entretien pour Quality Assurance Engineer II

      23 juil. 2025
      Candidat à l'entretien anonyme
      Pune
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Pune) en juil. 2025

      Entretien

      Once your resume is considered you will get an email with Online assessment link which you need to complete in 5 days. The assessment contains decision making questions on different kind of testing scenarios, some coding questions and etc., If you are good at it you will receive a mail from the recruiter for a Phone screening Round. This round is of 1hr and taken by a SDE of amazon. He/She asks you to give a brief introduction about yourself, previous project you worked on. What was the flow of the project, different kind of testing you performed, how many modules are of automation. He will give some scenarios and ask you the question. They will give any one scenario and ask you to write a function in your preferred language. How will you automate that scenario etc., Be well prepared with functions, automation practices and project experience(your roles and responsibilities)

      Questions d'entretien [1]

      Question 1

      They will give any one scenario and ask you to write a function in your preferred language. How will you automate that scenario etc.,
      Répondre à cette question

      Entretien pour Quality Assurance Engineer II

      24 août 2023
      Candidat à l'entretien anonyme
      Madrid
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

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

      Entretien

      I had a total of 6 interviews, 3 of which had live coding challenge and behavioral questions associated with my experience. With different members of the company, a bar raiser, members of the team, Hiring Manager, and first technical round with someone to filter your technical programming level. questions about object oriented programming, problem solving, testing, agile. The recruiter was always in contact with me, and sending me guides to prepare me for the interviews. The whole process took almost two months. although i was not selected after reaching the final round of interviews, at least they took the time to give me feedback.

      Questions d'entretien [1]

      Question 1

      What are career defining moments are most proud of career. big problems you resolve. how you solve a problem with your Manager.
      Répondre à cette question
      1