Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Amazon

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Amazon | Offerte di lavoro di Amazon | Stipendi di Amazon | Benefit di Amazon
      Colloqui di AmazonColloqui per Quality Assurance Engineer II presso AmazonColloquio di Amazon


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Google
      4.5★Stipendio e benefit
      avatar
      HENNGE
      3.8★Stipendio e benefit
      avatar
      xneelo
      3.8★Stipendio e benefit

      Colloquio per Quality Assurance Engineer II

      10 giu 2018
      Candidato anonimo a colloquio
      Mumbai

      Altre recensioni di colloqui per Quality Assurance Engineer II presso Amazon

      Colloquio per QA Engineer II

      12 lug 2025
      Candidato anonimo a colloquio
      Vancouver, BC
      Nessuna offerta
      Esperienza negativa
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Amazon (Mumbai) nel mese di giu 2018

      Colloquio

      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!

      Domande di colloquio [6]

      Domanda 1

      Reverse a string without affecting special characters.
      1 risposta

      Domanda 2

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

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

      Domanda 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
      Rispondi alla domanda

      Domanda 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?
      Rispondi alla domanda

      Domanda 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.
      Rispondi alla domanda
      8
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Amazon (Vancouver, BC)

      Colloquio

      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.

      Domande di colloquio [3]

      Domanda 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.
      Rispondi alla domanda

      Domanda 2

      Writing a code : finding the pairs in an array
      Rispondi alla domanda

      Domanda 3

      Presented a payment app screenshot, and I was asked to create test cases around it.
      Rispondi alla domanda

      Colloquio per Quality Assurance Engineer II

      23 lug 2025
      Candidato anonimo a colloquio
      Poona
      Nessuna offerta
      Esperienza neutra
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (Poona) nel mese di lug 2025

      Colloquio

      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)

      Domande di colloquio [1]

      Domanda 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.,
      Rispondi alla domanda

      Colloquio per Quality Assurance Engineer II

      24 ago 2023
      Candidato anonimo a colloquio
      Madrid
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Amazon (Madrid) nel mese di lug 2023

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      What are career defining moments are most proud of career. big problems you resolve. how you solve a problem with your Manager.
      Rispondi alla domanda
      1