Amazon Interview Question for Testing / Quality Assurances


Country: United States
Interview Type: Written Test




Comment hidden because of low score. Click to expand.
0
of 0 vote

If it is just test cases...

1. Book in Stock.
2. CC Number Valid. Includes CVV, ZIP.
3. Address Valid.
4. Payment Success.

- SS October 25, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

- Card limit overdrawn
- Card blocked
- CVV is wrong
- Book is out of store

- Anonymous October 26, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1)Validate whether book is in stock to buy
2)Provide incorrect card details , and verify payment failure
3)Provide correct card details and verify payment success
4)If the book is out of stock , it should not allow to place the order .

- Anonymous November 11, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1. credit options - master, visa, amex, discover, amazon giftcard
2. authenticate service provider, card no. and cardmember name
3. validate cvv
4.ask for coupon code, display any discount applicable

- Jyoti March 05, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

TC_1 +VE

I. Go to CC payment section
2. Enter Valid credit card number
3. Enter Valid Name
4. Enter Valid CVV, expiration date and Address

Expected result:
Payment should get processed

Actual result:
-----------------------------------------------------------
TC_2 -NE

I. Go to CC payment section
2. Enter Invalid credit card number
3. Enter invalid Name
4. Enter Invalid CVV, expiration date and Address

Expected result:
Payment should be denied

Actual result:
-----------------------------------------------------
TC_3 Blank

I. Go to CC payment section
2. Leave credit card number Field Blank
3. Leave Valid Name Field Blank
4. Leave CVV, expiration date and Address Filed Blank

Expected result:
system should say "Enter data in provided fields"

Actual result:

- Sean September 18, 2015 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More