Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Amazon (Bengaluru) nel mese di ago 2016
Colloquio
I got an email from Amazon HR inviting me for the Interview scheduled on 06th of August 2016 in Bangalore.
Interview consisted of 5 rounds.
1. Test cases writing
2. Scripting & Test data generation ( Any programming or Scripting language)
3. Problem Solving & Debugging
4. Hiring Manager
5. Managerial Round
In the Test case Writing round, the question paper had 4 questions related to Test scripting, debugging and coding.
Domande di colloquio [4]
Domanda 1
A desktop application accepts input file as PDF and generates a HTML file as output. Write Test case for this application. Test coverage is more important than the number of test cases.
Write a code to detect the first number having duplicate in below mentioned Array.
Array = [4 1 2 5 8 1 3]
Output would be 1.
Note : You can use any coding or scripting language.
Write a code to for an input arithmetic equation to detect the braces and return the output in Binary i.e. for each opened braces there would be one closed braces.
2+((3-1)/8 ----- Output = False
2+((3-1)/8) -------- Output = True
Don't remember the exact wordings of the question.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (Madrid)
Colloquio
Primo colloquio tecnico facile e non superato. Ti fanno sentire a tuo agio.
Prima del colloquio tecnico ho fatto un colloquio conoscitivo con hr, che ti spiega come funzionerà l'iter di selezione
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Amazon (San Paolo del Brasile, ) nel mese di lug 2025
Colloquio
Testes online bem extensos cobrindo a parte comportamental, técnica e a experiência como QA, nunca tinha visto testes tão bem estruturados e completos, eles focam bem no dia a dia de trabalho e não em códigos de LeetCode e similares. Entrevista online com uma possível colega de time, que te pergunta sobre um case STAR da sua carreira, perguntas técnicas pra entender sua experiência e depois faz um teste técnico pra entender seu nivel de lógica
Domande di colloquio [1]
Domanda 1
Apresente um case da sua carreira com método STAR, como você escreve casos de testes, se já validou Web e como faria pra validar
The selection process consists of three rounds. The first round is an online test assessing. The second round focuses on coding skills through problem-solving tasks. The third round evaluates testing abilities, Automation question including understanding of test cases, debugging, and quality assurance concepts relevant to the role.
Domande di colloquio [1]
Domanda 1
Find the duplicate elements in an array (disscusin for bruit force methord then with shrorting and also using list)
"Using a data structure make methords
1 - addValue(int value) - new duplicate element can be added
2 - removeValue(int value)
3 getRandem() - should return a randem number and this methorord can be only called if it has a number"
Write a test plan for amazon pay feature
Write test cases for amazon pay
write test data for name, age, id
Explain your framework in deatil
Impliment the cross browser in your framework write the code