profile pic Quality_assurance
Upvote 0 Downvote
Software Testing Life Cycle (STLC) Quality Assurance @ Amazon Difficulty medium

Briefly explain the Software Testing Life Cycle (STLC). Describe each phase and its significance in the testing process.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Test Case Enumeration for PhonePe UPI Quality Assurance @ Amazon Difficulty medium

Write the test case enumeration for PhonePe UPI.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Understanding Functional Testing Quality Assurance @ Amazon Difficulty easy

What is functional testing? Explain its importance in software development and provide an example of a functional test case.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Understanding the Importance of Testing in SDLC Quality Assurance @ Amazon Difficulty easy

What is testing? Why is it required in SDLC?

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Automate a Test Using Python Quality Assurance @ Amazon Difficulty medium

Write a function in any programming language you know to automate a test.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Positive, Negative, and Boundary Value Analysis Quality Assurance @ Amazon Difficulty medium

Explain Positive Value Analysis, Negative Value Analysis, and Boundary Value Analysis with examples. Provide a scenario where these testing techniques would be applied and illustrate the expected outcomes.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Difference Between Compatibility Testing vs Integrity Testing Quality Assurance @ Amazon Difficulty medium

What is the difference between Compatibility Testing and Integrity Testing in the context of software and data systems? Provide a detailed comparison highlighting the purpose, scope, and techniques used in each type of testing.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Test Cases for Addition Function Quality Assurance @ Amazon Difficulty easy

Write test cases for a function which implements the addition of two numbers.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Test Cases for Shopping Cart Functionality Quality Assurance @ Amazon Difficulty medium

Write test cases about the shopping cart.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Test Cases for Elevator System Quality Assurance @ Amazon Difficulty medium

What are the test cases for an elevator system?

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Understanding Integrity Testing in Data Systems Quality Assurance @ Amazon Difficulty easy

What is Integrity Testing in the context of data systems? Describe its importance and a common approach to perform integrity testing when migrating data from one system to another.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Understanding Performance Testing vs. Functional Testing Quality Assurance @ Amazon Difficulty medium

What is performance testing? How is it different from functional testing?

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Selenium Automation Using XPath Quality Assurance @ Amazon Difficulty medium

Provide Selenium automation code to locate the element through XPath and validate a given test case.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Designing Tests for Amazon Web Store Review System Quality Assurance @ Amazon Difficulty hard

A thought question: think up as many tests and contingencies as you can if you were to design the Amazon web store review system from scratch.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Test Plan and Test Strategy for Automated Parking Kiosk System Quality Assurance @ Amazon Difficulty hard

Develop a test plan and test strategy for an Automated Parking Kiosk System.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Debugging Issues When Amazon Prime Stops Working on a Laptop Quality Assurance @ Amazon Difficulty medium

Assume you are watching Amazon Prime on a laptop and all of a sudden it stops working. Describe the steps you would take to debug this issue.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What is Bug Life Cycle? Quality Assurance @ IBM Difficulty easy

Define the Bug Life Cycle and explain its importance in the software development and testing process. Provide the typical stages involved and briefly describe each stage.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What Tests Would You Run on an Electric Kettle? Quality Assurance @ IBM Difficulty medium

Describe the different tests that should be conducted on an electric kettle to ensure its safety, functionality, and user experience. Include functionality, performance, safety, and usability tests.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Solve the Egg Dropping Problem with a Puzzle Based on Candles and Time Quality Assurance @ Oracle Difficulty hard

Consider the classic Egg Dropping problem where you need to determine the highest floor from which an egg can be dropped without breaking. Implement a solution using dynamic programming to find the minimum number of trials needed in the worst case for n eggs and k floors.

Additionally, suppose you have two candles, each of which burns for exactly one hour. How would you measure 45 minutes using these two candles? Explain your solution.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What are the Test Cases for a Login Form? Quality Assurance @ IBM Difficulty medium

List and describe possible test cases for a typical login form. Include both functional and non-functional test cases, covering various scenarios and edge cases.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Testing a New Plan Package for Telecom Customers Quality Assurance @ IBM Difficulty medium

Describe your approach to testing a scenario where a telecom provider is launching a new plan package for new customers. Include steps to ensure that old customers are not affected.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What is Regression Testing? Quality Assurance @ IBM Difficulty easy

Define Regression Testing and explain its importance in the software testing lifecycle. Provide examples of when and why it should be conducted.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What is Exploratory Testing? Quality Assurance @ IBM Difficulty easy

Define Exploratory Testing and explain its importance in the software testing lifecycle. Provide examples of when and how it can be effectively used.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What is Integration Testing? Quality Assurance @ IBM Difficulty medium

Define Integration Testing and explain its importance in the software development lifecycle. Describe the different approaches to integration testing and provide examples of when and why it should be conducted.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Explain How Burn-In Works Quality Assurance @ IBM Difficulty medium

Describe what the burn-in process is, its importance, and how it is typically conducted. Include examples of where burn-in testing is used and the benefits it provides.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
What is Security Testing? Quality Assurance @ IBM Difficulty medium

Define Security Testing and explain its importance in the software development lifecycle. Describe the common types of security testing and provide examples of techniques and tools used in security testing.

Solution:

Please sign-in to view the solution

Upvote 0 Downvote
Difference Between Severity and Priority? Quality Assurance @ IBM Difficulty easy

Explain the difference between severity and priority in the context of software testing. Provide examples of test cases where you might have high priority and low severity, and low priority and high severity.

Solution:

Please sign-in to view the solution