Add office photos
Engaged Employer

Amazon

4.1
based on 24.3k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ FITPASS Interview Questions and Answers

Updated 10 May 2024
Popular Designations

Q1. what are the amazon devices you see in market can u name them

Ans.

Amazon has a range of devices including Echo, Kindle, Fire TV, Fire Tablet, Ring, and more.

  • Echo

  • Kindle

  • Fire TV

  • Fire Tablet

  • Ring

View 1 answer

Q2. What are the SDLC models you know or you worked with

Ans.

SDLC models I know are Waterfall, Agile, Spiral, V-Model, and Iterative.

  • Waterfall model is a linear sequential approach

  • Agile model is iterative and incremental

  • Spiral model combines waterfall and prototyping models

  • V-Model emphasizes testing and verification

  • Iterative model involves repeating the development cycle

Add your answer

Q3. can you extend your time to complete the delivery for client

Ans.

Yes, I can extend the time to complete the delivery for the client based on the project requirements and feasibility.

  • I would first assess the project requirements and feasibility of extending the delivery time

  • I would communicate with the client and discuss the possibility of extending the delivery time

  • I would provide a revised timeline and ensure that the client is comfortable with the new delivery date

  • I would ensure that all stakeholders are informed of the revised timeline ...read more

Add your answer

Q4. What is difference between black box and white box testing

Ans.

Black box testing is testing without knowledge of internal workings, while white box testing is testing with knowledge of internal workings.

  • Black box testing focuses on testing the functionality of the system without knowledge of the internal workings.

  • White box testing focuses on testing the internal workings of the system, including code and algorithms.

  • Black box testing is typically done by end-users or testers who are not familiar with the code.

  • White box testing is typicall...read more

Add your answer
Discover FITPASS interview dos and don'ts from real experiences

Q5. What is testing? SDLC Regression testing with one example Example of a Negative Test case

Ans.

Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

  • Testing is an essential part of the Software Development Life Cycle (SDLC)

  • It helps to identify defects or bugs in the system

  • Regression testing is a type of testing that ensures that changes made to the system do not affect the existing functionality

  • For example, if a new feature is added to a software application, regression testing i...read more

Add your answer

Q6. what is regression testing and retesting

Ans.

Regression testing is the process of testing changes made to an application to ensure that existing functionality still works as expected.

  • It is performed after changes are made to an application

  • It ensures that existing functionality is not affected by the changes

  • It involves re-executing previously passed test cases

  • It helps to catch any defects that may have been introduced due to the changes

  • Retesting is the process of testing a defect fix to ensure that it has been resolved

Add your answer
Are these interview questions helpful?

Q7. what is smoke testing and sanity testing

Ans.

Smoke testing and sanity testing are two types of software testing used to ensure the stability and functionality of an application.

  • Smoke testing is a type of testing that checks the basic functionality of an application without going into details.

  • Sanity testing is a type of testing that checks whether the bugs have been fixed and the application is ready for further testing.

  • Smoke testing is performed after a build is received, while sanity testing is performed after a bug fi...read more

Add your answer

Q8. What are the types of testing

Ans.

Types of testing include functional, non-functional, manual, automated, regression, performance, security, and exploratory testing.

  • Functional testing checks if the software meets the specified requirements.

  • Non-functional testing checks the software's performance, usability, and security.

  • Manual testing is done by humans, while automated testing is done by software.

  • Regression testing checks if changes to the software have introduced new bugs.

  • Performance testing checks the softw...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. what is STLC? what is RTM?

Ans.

STLC stands for Software Testing Life Cycle and RTM stands for Requirement Traceability Matrix.

  • STLC is a process followed by testers to ensure quality of software.

  • It includes planning, designing, executing and reporting of tests.

  • RTM is a document that maps requirements to test cases.

  • It helps in ensuring that all requirements are covered in testing.

  • RTM also helps in tracking the progress of testing.

  • For example, if a requirement is not covered in testing, it can be easily ident...read more

Add your answer

Q10. What is user acceptance testing

Ans.

User Acceptance Testing (UAT) is the process of testing a software by end-users to ensure it meets their requirements.

  • UAT is performed by end-users to validate the software's functionality, usability, and compatibility.

  • It is the final stage of testing before the software is released to the market.

  • UAT helps to identify any defects or issues that were not caught during previous testing phases.

  • Examples of UAT include beta testing, acceptance testing, and regression testing.

Add your answer

Q11. What is out of scope testing?

Ans.

Out of scope testing is the testing that is not included in the project scope.

  • It involves testing that is not part of the project requirements

  • It is done to ensure that the system does not have any unexpected behavior

  • Examples include testing of features that are not mentioned in the project scope

  • It helps in identifying any potential risks that may arise due to untested areas

Add your answer

Q12. Write test cases for a water bottle?

Ans.

Test cases for a water bottle

  • Check if the bottle is leak-proof

  • Test the durability of the bottle by dropping it from a certain height

  • Check if the lid is tightly sealed to prevent spillage

  • Test the capacity of the bottle by filling it with water up to the brim

  • Check if the bottle is easy to clean and maintain

Add your answer

Q13. what is defect life cycle

Ans.

Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software development.

  • Defects are identified during testing or by users

  • Defects are reported to the development team

  • Defects are prioritized based on severity and impact

  • Defects are fixed by the development team

  • Defects are verified to ensure they have been fixed

  • Defects are closed if they have been fixed or deemed not a priority

Add your answer

Q14. Do you know automation testing

Ans.

Yes, I know automation testing.

  • I have experience in using automation testing tools like Selenium, Appium, and JMeter.

  • I am familiar with scripting languages like Java, Python, and Ruby.

  • I understand the importance of automation testing in improving efficiency and reducing manual errors.

  • I have worked on creating and executing test scripts, analyzing results, and reporting defects.

  • I am always willing to learn new tools and techniques to improve my automation testing skills.

Add your answer

Q15. What is regression Testing?

Ans.

Regression testing is the process of testing changes made to an application to ensure that existing functionality still works.

  • It is performed after making changes to the software

  • It ensures that the existing functionality is not affected by the changes

  • It helps to identify any new defects introduced by the changes

  • It can be automated to save time and effort

  • Examples include testing after bug fixes, new feature additions, and software upgrades

Add your answer

Q16. What is exploratory testing?

Ans.

Exploratory testing is a type of testing where the tester designs and executes tests simultaneously.

  • It is an unscripted testing approach

  • It is used to find defects that are difficult to find with scripted testing

  • It requires creativity and critical thinking

  • It is often used in Agile development environments

  • Examples include ad-hoc testing and session-based testing

Add your answer

Q17. What is negative testing

Ans.

Negative testing is the process of testing a system using invalid data or inputs to ensure it handles errors properly.

  • Testing the system with incorrect data to see how it responds

  • Checking if error messages are displayed correctly

  • Verifying that the system does not crash when given unexpected inputs

Add your answer

Q18. Write test cases for a bottle

Ans.

Test cases for a bottle

  • Check if the bottle is leak-proof

  • Test the durability of the bottle by dropping it from different heights

  • Check if the bottle is easy to open and close

  • Test the capacity of the bottle by filling it with water and measuring the volume

  • Check if the bottle is dishwasher safe

Add your answer

Q19. General testing techniques

Ans.

General testing techniques involve various methods to ensure software quality.

  • Black box testing: Testing the functionality of the software without knowing its internal code.

  • White box testing: Testing the internal code structure, paths, and logic of the software.

  • Regression testing: Testing to ensure that new code changes do not adversely affect existing functionality.

  • Smoke testing: Initial testing to check if the software build is stable enough for further testing.

  • Exploratory ...read more

Add your answer

More about working at Amazon

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated Internet/Product Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Test Associate Interview Questions from Similar Companies

4.1
 • 18 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter