I applied through an employee referral. The process took 1 day. I interviewed at Amazon (Chennai) in Jun 2012
Interview
Totally 4 rounds were there
First Round(Written):
1. An Address book in your mobile has its contacts syncd with the Internet.
write test cases for this scenario.
2. Find second smallest element in an array without sorting
3. A Printer is connected to your laptop.But when trying to print a file it doesn’t print properly.
i) How will you identify the problem?
ii)What steps will you take to rectify them?
4.write a program which should accept and integer and print output as below
eg. 1 *
2 *
***
*
3 *
***
*****
***
*
5. for the code below,analyse and list all possible test cases
read p
read q
if p+q>100
print “large”
endif
if p>50
print “p large”
endif
They gave me a score of 16/25 in this round and so i was shortlisted.
2nd round(Technical+HR):
I was escorted to the interviewer’s room and she asked me the following questions.
Why Amazon?
Why Testing?
Test case for Mobile phonebook (which was asked in written)
Test case for A4 sheet
Test cases for Gmail.
Finally i was asked if i had any question.
I asked if there is a possibility of switching from testing to development side after joining as QA.She said it will take atleast 1 year to switch over as Developer.
I gt eliminated in this round :(
I applied online. I interviewed at Amazon (Madrid)
Interview
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
I applied online. The process took 4 weeks. I interviewed at Amazon (São Paulo, ) in Jul 2025
Interview
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
Interview questions [1]
Question 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.
Interview questions [1]
Question 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