I applied online. The process took 3 weeks. I interviewed at Amazon (Seattle, WA)
Interview
Interview at Amazon is usually a challenge, so be prepared to answer deep technical questions and probably go through multiple rounds of interview. Sometimes it ends up sending to another circle but if you make it, it’s worth it.
Interview questions [1]
Question 1
Personality related questions, lots of questions about previous experience.
I applied through college or university. The process took 3 weeks. I interviewed at Amazon (Hyderâbâd) in Aug 2022
Interview
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.
Interview questions [1]
Question 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.
I applied through college or university. I interviewed at Amazon (Visakhapatnam) in Aug 2022
Interview
1)Introduction
2)Project discussion
3)some test scenarios were given and asked to write test cases for them.
4)Types of testing
5)QAE vs Software testing
6)About current trending technologies like big data , AI-ML , Block chain, Cloud computing , About NFT's etc.
Interview questions [1]
Question 1
Test scenario was Banking Application :-
1)Registration page
2)Login page
3)Transaction
4)Ticket raise
types of testing:-
->functional and non functional and its differences
->monkey testing
->guerrilla testing
->unit testing
->integration testing
->system testing
->acceptance testing
and a lot more .