Quality Assurance Engineer 2
Quality Assurance Engineer 2 Interview Questions and Answers

Asked in GoGuardian

Q. How can you cut a piece of cake into 8 equal parts?
To cut a cake into 8 equal parts, make 3 horizontal cuts and 2 vertical cuts.
Make 2 horizontal cuts to divide the cake into 3 equal layers.
Then make 2 vertical cuts to divide each layer into 4 equal parts.
You will end up with 8 equal parts of the cake.

Asked in GoGuardian

Q. There are 3 bulbs and 3 switches. How do you identify which switch lights each bulb?
To identify which switch lights each bulb, turn on one switch for a few minutes, then turn it off and turn on another switch. The bulb that is on corresponds to the second switch.
Turn on one switch for a few minutes
Turn it off and turn on another switch
The bulb that is on corresponds to the second switch

Asked in FirstCry

Q. What is the difference between severity and priority in the context of software testing?
Severity refers to the impact of a defect, while priority indicates the urgency of fixing it in software testing.
Severity: Measures the impact of a defect on the system. For example, a crash in a critical feature is high severity.
Priority: Indicates the urgency of fixing a defect. A minor UI issue might be high priority if it affects a major release deadline.
High Severity, Low Priority: A bug that causes data loss but is found in a rarely used feature may be high severity but...read more

Asked in FirstCry

Q. What is the basic difference between sanity testing and regression testing?
Sanity testing checks specific functionalities after changes, while regression testing ensures overall system stability post-changes.
Purpose: Sanity testing verifies that a particular function works after changes, while regression testing checks that existing features remain unaffected.
Scope: Sanity testing is narrow and focused, often limited to specific areas, whereas regression testing is broader, covering the entire application.
Example of Sanity Testing: After a bug fix i...read more
Asked in Bhumati Consultancy Services

Q. What are alpha and beta testing?
Alpha and beta testing are types of acceptance testing conducted before releasing a software product to the public.
Alpha testing is done by the internal QA team before the software is handed over to beta testers or customers.
Beta testing is conducted by a selected group of external users in a real-world environment.
Alpha testing helps identify bugs and issues early in the development process.
Beta testing helps gather feedback from real users to improve the product before its ...read more

Asked in GoGuardian

Q. SQL creation of tables, queries, constraints
Understanding SQL for creating tables, writing queries, and applying constraints.
Tables can be created using the CREATE TABLE statement.
Queries can be written using SELECT, FROM, WHERE, and other clauses.
Constraints like PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL can be applied to ensure data integrity.
Quality Assurance Engineer 2 Jobs

Asked in Protechsoft Technologies

Q. Write test cases for a given scenario.
Write test cases for a login page
Verify that valid credentials can successfully log in
Verify that invalid credentials cannot log in
Verify that the 'Forgot Password' link works correctly

Asked in GoGuardian

Q. Update query in MongoDB/SQL
To update a document in MongoDB/SQL, use the update query with appropriate criteria and new values.
Use the update query with the 'update' keyword in MongoDB.
Specify the criteria for selecting the document to update.
Provide the new values to be updated in the document.
In SQL, use the UPDATE statement with SET clause and WHERE clause.
Share interview questions and help millions of jobseekers 🌟
Interview Questions of Similar Designations
Interview Experiences of Popular Companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users