S/W Quality Assurance Certification Interview Preparation Guide

Prepare comprehensively for your S/W Quality Assurance interview with our extensive list of 35 questions. These questions will test your expertise and readiness for any S/W Quality Assurance interview scenario. Ideal for candidates of all levels, this collection is a must-have for your study plan. Secure the free PDF to access all 35 questions and guarantee your preparation for your S/W Quality Assurance interview. This guide is crucial for enhancing your readiness and self-assurance.
Tweet Share WhatsApp

35 S/W Quality Assurance Questions and Answers:

1 :: Explain Software testing activities should start
a. as soon as the code is written
b. during the design stage
c. when the requirements have been formally documented
d. as soon as possible in the development life cycle

d. as soon as possible in the development life cycle
Download PDFRead All S/W Quality Assurance Questions

2 :: What is An incident logging system
a only records defects
b is of limited value
c is a valuable source of project information during testing if it contains all incidents
d. should be used only by the test team.

c is a valuable source of project information during testing if it contains all incidents

3 :: What is A test design technique is
a. a process for selecting test cases
b. a process for determining expected outputs
c. a way to measure the quality of software
d. a way to measure in a test plan what has to be done

a. a process for selecting test cases

4 :: Faults found by users are due to:
a. Poor quality software
b. Poor software and poor testing
c. bad luck
d. insufficient time for testing

b. Poor software and poor testing

5 :: Explain Which of the following is true?
a. Component testing should be black box, system testing should be white box.
b. if u find a lot of bugs in testing, you should not be very confident about the quality of software
c. the fewer bugs you find,the better your testing was
d. the more tests you run, the more bugs you will find.

b. if u find a lot of bugs in testing, you should not be very confident about the quality of software
Download PDFRead All S/W Quality Assurance Questions

6 :: In which order should tests be run?
a. the most important tests first
b. the most difficult tests first(to allow maximum time for fixing)
c. the easiest tests first(to give initial confidence)
d. the order they are thought of

a. the most important tests first

7 :: Explain Which of the following is a static test?
a. code inspection
b. coverage analysis
c. usability assessment
d. installation test

a. code inspection

8 :: Suppose A program validates a numeric field as follows:
values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected

which of the following input values cover all of the equivalence partitions?
a. 10,11,21
b. 3,20,21
c. 3,10,22
d. 10,21,22

c. 3,10,22

9 :: Suppose IF YOU HAVE BEEN GIVEN THE RESPONSIBILITY TO ELICIT REQUIREMENTS FROM A CUSTOMER WHO TELL YOU HE IS TOO BUSY TO MEET WITH YOU. WHAT SHOULD YOU DO?

Create a questionaire and try to get as much information from the customer as possible.But be sure to make the questionarie more objective rather than subjective.
based on this questionaire have another set of questions formulated in continuation to answers provided to the first questioanire, this way you can make your understanding more concrete on the requirments and get what you are looking for in a few iterations of requestioning.

10 :: Suppose A program with high cyclometic complexity is almost likely to be:
a. Large
b. Small
c. Difficult to write
d. Difficult to test

d. Difficult to test
Download PDFRead All S/W Quality Assurance Questions