Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Amazon (Hyderabad) nel mese di ago 2022
Colloquio
Role: Amazon QAE (Quality Assurance Engineer)
Round1:
1) The interviewer started by introducing himself and asked my self-intro.
2) What is your project and why did you choose that perticular domain/project? Explain your project's flow diagram.
3) State some ML library functions.
4) How you done any courses on machine learning?
5) Why does Machine learing interest you?
6) Brief me about Software testing life cycle.
7) How is requirement gathering & analysis different in SDLC and STLC?
8) What is Regression testing and explain the example of amazon pay in case of regression testing?
9) What is compatibility testing?
10) What is Integrity testing?
11) Difference between compatibility testing vs Integrity testing?
12) What is software testing?
13) Write the test case enumeration for PhonePe UPI.
14) Explain difference between database testing vs backend testing in the case of Amazon login page?
15) The interviewer asked in which language I'm comfortable in and gave me a simple python problem on slicing?
16) Any questions?
Done
Verdict: Passsed
Round2:
1) The interviewer started by introducing himself and asked my self-intro.
2) What is your project and why did you choose that perticular domain/project? Explain your project's flow diagram.
3) What's the difference between test vs train data in your project?
4) Identify the software testing you use in your project?
5) What is functional testing?
6) What is testing? Why is it required in SDLC?
7) What are the different types of testing invloved in Software testing?
8) What is performance testing? How is it different from functional testing?
9) Write test cases for a function which implements addition of two numbers.
Then we moved on to the coding part:
10) Given a string, remove the consecutively repeated characters. For example - aabbbcabcbb to cabc.
11) Given an array, locate the three greatest numbers and print their product.
12) Write a code to convert a string such as aaabbccdaa to a3b2c2d1a2
13) Any questions?
Done.
Domande di colloquio [1]
Domanda 1
Role: Amazon QAE (Quality Assurance Engineer)
Round1:
1) The interviewer started by introducing himself and asked my self-intro.
2) What is your project and why did you choose that perticular domain/project? Explain your project's flow diagram.
3) State some ML library functions.
4) How you done any courses on machine learning?
5) Why does Machine learing interest you?
6) Brief me about Software testing life cycle.
7) How is requirement gathering & analysis different in SDLC and STLC?
8) What is Regression testing and explain the example of amazon pay in case of regression testing?
9) What is compatibility testing?
10) What is Integrity testing?
11) Difference between compatibility testing vs Integrity testing?
12) What is software testing?
13) Write the test case enumeration for PhonePe UPI.
14) Explain difference between database testing vs backend testing in the case of Amazon login page?
15) The interviewer asked in which language I'm comfortable in and gave me a simple python problem on slicing?
16) Any questions?
Done
Verdict: Passsed
Round2:
1) The interviewer started by introducing himself and asked my self-intro.
2) What is your project and why did you choose that perticular domain/project? Explain your project's flow diagram.
3) What's the difference between test vs train data in your project?
4) Identify the software testing you use in your project?
5) What is functional testing?
6) What is testing? Why is it required in SDLC?
7) What are the different types of testing invloved in Software testing?
8) What is performance testing? How is it different from functional testing?
9) Write test cases for a function which implements addition of two numbers.
Then we moved on to the coding part:
10) Given a string, remove the consecutively repeated characters. For example - aabbbcabcbb to cabc.
11) Given an array, locate the three greatest numbers and print their product.
12) Write a code to convert a string such as aaabbccdaa to a3b2c2d1a2
13) Any questions?
Done.
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