Top 150+ Solved Software Quality Management (SQM) MCQ Questions Answer
Q. What is an equivalence partition (also known as an equivalence class)?
a. A set of test cases for testing classes of objects.
b. An input or output ranges of values such that only one value in the range becomes a test case.
c. An input or output ranges of values such that each value in the range becomes a test case.
d. An input or output ranges of values such that every tenth value in the range
Q. Exhaustive Testing is
a. Is impractical but possible
b. Is practically possible
c. Is impractical and impossible
d. Is always possible
Q. Which of the following is the task of a Tester?i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.ii. Prepare and acquire Test Dataiii. Implement Tests on all test levels, execute and log the tests.iv. Create the Test Specifications
a. i, ii, iii is true and iv is false
b. ii, iii, iv is true and i is false
c. i is true and ii, iii, iv are false
d. iii and iv is correct and i and ii are incorrect
Q. What can static analysis NOT find?
a. The use of a variable before it has been defined
b. Unreachable (“dead”) code
c. Memory Leaks
d. Array bound violations
Q. ____________ is the independent examination of a work product.
a. Boundary value analysis.
b. Coverage Analysis.
c. Bug.
d. Audit
Q. ______________ is a fault in a program.
a. Boundary value analysis
b. Coverage Analysis
c. Bug
d. Audit
Q. The sudden and complete failure of a computer system is called _______.
a. Boundary value analysis
b. Crash
c. Bug
d. Audit
Q. ___________ is the discrepancy between a computed and observed value.
a. Error
b. Coverage Analysis
c. Bug
d. Audit
Q. _______ is a chronological record of all relevant details about the execution of a test.
a. Test Item
b. Test Log
c. Test Case
d. Fault Report
Q. ___________ matrix records the relationship between two or more products.
a. Test.
b. Log.
c. Traceability.
d. Fault Report.
Q. Name the process that confirms that the software meets its technical specification.
a. Test
b. Validation
c. Verification
d. Acceptance
Q. _________ are defined to be the variance between the expected result and actual result when the software is put to operation.
a. Defect.
b. Coverage Analysis.
c. Bug.
d. Audit
Q. Software ____________ is defined as the probability of failure free operations for a specified period of time in a specific environment.
a. Testing.
b. Reliability.
c. Verification.
d. Acceptance.
Q. Name an evaluation technique to assess the quality of test cases.
a. Mutation analysis.
b. Validation.
c. Verification.
d. Performance analysis.