Testing Interview Questions
- 0of 0 votes
AnswerWrite test Case for Amazon search plugin with a drop-down, search text box and submit button
- A V September 23, 2020 in India for Ring| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersYou need to test a time converter that converts minutes to seconds, hours, days, weeks, months, years. What kind of test cases would you recommend? We enter only minutes, and the site automatically translates them into seconds, hours, days, weeks, months, years. This is how it looks:
- terenin1995 March 22, 2019
[0]minutes
----------------
[0] seconds
[0] hours
[0] days
[0] weeks
[0] months
[0] years
Values change dynamically, when input data changes - minutes| Report Duplicate | Flag | PURGE
Testing / Quality Assurance Testing - 1of 1 vote
AnswersIf you are able to find the bug in production but not in the test build, how will you test it so the bug is found in the test build?
- KH February 07, 2018 in United States| Report Duplicate | Flag | PURGE
Software Engineer in Test Testing - 0of 0 votes
AnswersI have a service in Which you need to send below data in SMS with a keyword and in return you will get the availability of flight or you can book a seat in flight.
- AD October 30, 2017 in India
Data - AirlineName, Date, Time, From, To
1. Give Test Data
2. Give Test Scenarios
3. If you have not being given any Mobile phone to send text or any API client to query the webservice, how will you test this?| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersAutomation Testing Question:
- sambenison66 July 04, 2017 in United States
How do you verify a search result list which changes consistently based on each search word and filters?
For example, how do you make sure that the list is sorted based on price or rating or etc without any identical list to compare with? Since providing an identical list as Test Input for each word is not the best approach.| Report Duplicate | Flag | PURGE
Google Software Engineer in Test Testing - 0of 0 votes
AnswersWrite test cases on Whatsapp group chat
- nidhi.prakash.410 January 23, 2017 in India| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 23of 23 votes
AnswersWrite test conditions and test data to test a app which has login and signup screen on a mobile app and once you click on signup or login it takes you to a website to fill the remaining details(for sign up) or to perform any activities post login. The screens were provided with all the fields.
- kreetanshu December 26, 2016 in India| Report Duplicate | Flag | PURGE
Amazon Testing / Quality Assurance Testing - 0of 0 votes
AnswersYou are part of a team that develops push notifications on an app (android/iOS). The push notifications are sent out for ads published by a marketing team from a data source that they own. Come up with the test plan/cases
- sunny December 22, 2016 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersWrite test cases for refrigerator?
- manasa0930 September 29, 2016 in United States| Report Duplicate | Flag | PURGE
Amazon Testing / Quality Assurance Testing - 0of 0 votes
Answers4. Generate Test data for below function Grade(Obtained marks, Total marks) having below grading system.
- Mallikarjun Birajdar September 18, 2016 in India for Kindle
0% to 40%= D grade
41% to 60%= C grade
61% to 80%= B grade
81% to 100%= A grade
Grading calculation=Grade(20,40)=100*(20/40)= C grade| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
Answers1. "Unified search" for Email App, Web content and for SDCARD/Internal memory, which search word, letter and display result.
- Mallikarjun Birajdar September 18, 2016 in India for Kindle
Its a smartphone app. Write the test case for this.| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 1of 1 vote
AnswersWrite a Junit test for the following 2 methods in the class which test for properties file as well:
- newbieJunit September 16, 2016 in India
public class Test{
private HashMap<String, String> aTCN;
private static final String alpha= "alpha.";
private static final String beta = "beta.";
private Properties exporterConfig;
private static final ADFLogger LOG = ADFLoggerFactory.getLogger("R",R.class);
public Map<String, String> getATCN() {
if (aTCN== null) {
aTCN= new HashMap<>();
Properties demo= new Properties();
try {
demo.load(ClassLoader.getSystemResourceAsStream("r1.properties"));
} catch (IOException e) {
LOG.emitError("", e.getMessage());
}
for (String columnName : demo.stringPropertyNames()) {
aTCN.put(columnName.replace(beta, ""),
demo.getProperty(columnName).replace(alpha, ""));
}
}
return aTCN;
}
public Properties getEC() {
if (eC== null) {
try {
exporterConfig = new Properties();
exporterConfig.load(ClassLoader.getSystemResourceAsStream("r2.properties"));
} catch (IOException e) {
LOG.emitError("", e.getMessage());
}
}
return eC;
}
}
I was unable to figure out the same. Let me know if any one has any solution.| Report Duplicate | Flag | PURGE
Amazon Intern Testing - 0of 0 votes
Answermillions of data are there, they are chunked across different computer node to reduce the load on RAM, CPU etc.
- Nueman September 07, 2016 in India
There is one computer node where data are store after sorting them in different nodes...i.e. sorting is done in different nodes and only the sorted merge happens in the integration node...
Write test cases including performance, smoke, sanity, regression, boundary, usability, stress etc etc| Report Duplicate | Flag | PURGE
InMobi Testing / Quality Assurance Testing - 0of 0 votes
AnswerTest plan for Angry birds game with 80% coverage.what areas you will concentrate on.
- royalprince September 02, 2016 in United States| Report Duplicate | Flag | PURGE
Amazon SDET Testing - 25of 25 votes
AnswerSome users can put some files to a shared network drive. A Cron Job* is programmed to delete files from the shared network drive. The shared location has limited access and only people with Admin Rights can add a file to the drive. The Cron Job picks up only those files which fulfill the following conditions:
- abhiatniit April 08, 2016 in India
i. File Type = .txt
ii. 5kb<=file size=<20kb
iii. Filename = <4 digit unique id>_<username>_mmddyyyyhhmmss.txt
The time is in 24 Hour format
The cron job can delete only 10 files at a time.
The cron job is executed at the interval of ten minutes. Its running sequence is 10:00AM, 10:10AM, 10:20AM……………
Any error is reported in an xml file with the causes behind delete failure. The XML file is placed In the same drive, the name of the file is errorlog.xml.
Write test cases for testing the system. Just write test case description, avoid using standardized format.| Report Duplicate | Flag | PURGE
Testing - 0of 0 votes
AnswersNegative test cases for a train Booking Website. Focus only on the booking screen. The specifications are:
- abhiatniit April 08, 2016 in India
i. A ‘To’ and ‘From’ textbox that pops a list of suggestion as the user types in the box
ii. A Date picker
iii. A class picker (SL,AC1,AC2,AC3,CC,GEN)
iv. A Submit button
The trains get listed based on the user’s inputs.
*NOTE 1 – NOT ALL TRAINS RUN EVERYDAY
*NOTE 2 – NOT ALL TRAINS HAVE EVERY CLASS| Report Duplicate | Flag | PURGE
Testing - 0of 0 votes
AnswersThere is an HTC Phone and a Samsung Phone. Both have the same Android Versions installed. Also assume the following:
- abhiatniit April 08, 2016 in India
i. Both Devices have same screen size and resolution
ii. Same Chipset
iii. Same processor
iv. Same RAM(build and capacity)
v. Connected to the same Broadband network
Yet an application crashes on Samsung Device, and works seamlessly on HTC Device.
Can you list out the possible causes?| Report Duplicate | Flag | PURGE
Testing - 0of 0 votes
AnswersThere was a bug caught in production.why it wasn't caught in the qa.what was the reason?
- Ajay April 05, 2016 in India for amazon.in| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersWrite down testcases for an app which uploads files(text or pdf etc) from local machine or a dropbox.
- Ajay April 05, 2016 in India for amazon.in
Also cover testcases for the narration of that file| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersGiven a system in which a musician is selling his CD's. User can enter how many CD"s he/she wants. Enter his/her address detail and click on next. The cost for the number of CD's, tax for the order, Shipping cost for the order and Total values are displayed. User enter the credit card / debit card details. Click on next. If the transaction successful/unsuccessful display the message accordingly. There is a bank web service which reads card information and a response is sent based on if it is a valid card or not. A database which stores all the information about user orders and their status. An admin portal which accesses the database to edit/update on user order status and user information. Test the complete system.
- testsync012345 October 23, 2015 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 1of 1 vote
AnswersTest Amazon Website
- testsync012345 October 23, 2015 in United States
Functionalities: Two categories with 100 products each, Buying a product, Customer information, Order tracking| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersExplain the complete automation design and What have you contributed in the automation framework
- testsync012345 October 23, 2015 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersHow do you test search functionality of Amazon. Include category based searches as well. What tests you will automate and what tests you will not automate
- testsync012345 October 23, 2015 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswerWrite test cases for an analog watch
- testsync012345 October 23, 2015 in United States for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswerThere is a graph which represent average number of days the defects spent in status over a
- sivakreddyc September 14, 2015 in India
duration of time say in progress, ready for Qa etc. For example the X asis of the graph
will project the daily/weekly/monthly duration and the y axis would be the count of days.
List the test condtions to test and certify this graph| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersA registration form, to get user details has phone number field. This field is javaScript
- sivakreddyc September 14, 2015 in India
validated to get only numbers as input. But internally in the database they are stored as
text. Do think there is an issue ? High/Medium/Low ? Justify| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersThe client sends a string to server and the server respnds with the same string appended
- sivakreddyc September 14, 2015 in India
with date and time. List down the tests| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersKth largest element
- sivakreddyc September 14, 2015 in India
Consider that there are 2 lists that contain numeric values S1 and S2. the developer has
written a program to find the kth largest element in the merge of two sorted sequences S1
and S2. The developer has written a program implementing the same. List down the test
conditions to test and certify| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswerThe truck monitoring app is installed on the truck driver's phone. This app sends the
- sivakreddyc September 14, 2015 in India
location info back to the truck supervising application. there is a supervisor who monitors
the route, drop off locations and time for the trucks from the head office to make sure the
SLA's with the vendors(time, location, goods sign off) are honored. List the test cases and
certify this application| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswerhostA - FTP server it's a linux box in a data centre, hostb - FTP client on a vm. HostB is pooling 800 TB of data from HostA. and if the file tranfer is stopped, how do you troubleshoot the issue?
- sonu August 12, 2015 in United States| Report Duplicate | Flag | PURGE
adara networks Quality Assurance Engineer Testing