Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Amazon (Seattle, WA) en abr 2011
Entrevista
I applied on Amazon careers website around 1st April and got call from Amazon recuiter in 1 week around 6th April. I was scheduled for 1st phone interview on 8th April.
1st interview was nice. some questions I can recall are
1) Asked me difference between class & object
2) Abstract classes
3) Hash Table
4) Program to check for palindrome (made it easily in 5 mins)
5) Black Box Testing
6) White Box Testing
7) ASked me how I will test my program
8) Why I want to join Amazon
9) Tools which I use currently,
Few days later I got mail frm recruiter for 2nd phone interview around 15th April
This one was bit tough but I answered nicely. some questions I can remember are
1) Design World Wide Web from scratch
2) A webservice takes 10 secods for processing but 120 secs for data Transfer, how will you speed up the process (I mentioned parallel processing but he asked me to go beyond it) maybe faster internet smthing
3) Gave me Fibonnacci Program to write (did it in 2 mins)
4) Diff in white Box & Black Box Testing
5) What happens when user types in Amazon.com home page URL in address bar.
2nd one was bit tough, But I gave pretty decent answers except the 1st one.... got mail from recruiter 2 days back that they are moving forward with other candidate :) better luck next time ....
Hope this help others ...
Me postulé en línea. Acudí a una entrevista en Amazon (Madrid)
Entrevista
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
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Amazon (São Paulo, ) en jul 2025
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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.
Preguntas de entrevista [1]
Pregunta 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