ISTQB Certification Exam-Sample Papers Q. 141 to 150
(Quickly Review Your Skills before appearing for ISTQB Certification Exam)
Set of 10 Questions.
Correct Answers to Earlier Questions – Q. 131 to Q 140 are at the end of this page:
Q. 141: A formal assessment of a work product conducted by one or more qualified independent reviewer to detect defects.
A. Inspection.
B. Walkthrough.
C. Review
D. Non Conformance
<<<<<< =================== >>>>>>
Q. 142: Which of the following are MAJOR test implementation and execution tasks?
I. Repeating test activities
II. Creating test suites
III. Reporting discrepancies
IV. Logging the outcome
V. Analyzing lessons learned
A. II, III and IV
B. I, III, IV and V
C. I, II, III and IV
D. III, IV and V
<<<<<< =================== >>>>>>
Q. 143: Which tasks are performed by a test leader versus a tester?
S. Writing a project test strategy
T. Selecting tools to support testing
U. Preparing and acquiring data
V. Scheduling tests
A. Test leader: S and V; Tester: T and U
B. Test leader: S, T and V; Tester: U
C. Test leader: S, U and V; Tester: T
D. Test leader: S; Tester: T, U and V
<<<<<< =================== >>>>>>
Q. 144: What type of tools to be used for Regression Testing
A. Performance
B. Record/Playback
C. A. & B.
D. None
<<<<<< =================== >>>>>>
Q. 145: System Integration testing should be done after
A. Integration testing
B. System testing
C. Unit testing
D. Component integration testing
<<<<<< =================== >>>>>>
Q. 146: During this event the entire system is tested to verify that all functional information structural and quality requirements have been met. A predetermined combination of tests is designed that when executed successfully satisfy management that the system meets specifications
A. Validation Testing
B. Integration Testing
C. User Acceptance Testing
D. System Testing
<<<<<< =================== >>>>>>
Q. 147: What is the normal order of activities in which software testing is organized?
A. Unit, integration, system, validation
B. System, integration, unit, validation
C. Unit, integration, validation, system
D. None of the above
<<<<<< =================== >>>>>>
Q. 148: During testing, a defect was found in which the system crashed when the network got disconnected while receiving data from the server. The defect was fixed by correcting functionality which checks the network availability during data transfer. Existing test cases did cover 100% of the module statements. To verify the fix and ensure more extensive coverage, some tests were designed and added to the test suite. What types of testing are mentioned above?
I. Functional testing
II. Structural testing
III. Confirmation testing
IV. Performance testing
A. I, III and IV
B. I and III
C. II and IV
D. I, II and III
<<<<<< =================== >>>>>>
Q. 149: What is a scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested?
A. Automation technique
B. Scripting language
C. Process-driven testing
D. Keyword-driven testing
<<<<<< =================== >>>>>>
Q. 150: The principal attributes of tools and automation are
A. Speed & efficiency
B. Accuracy & precision
C. All of the above
D. None of the above
Correct Answer of the above Questions
Access the Full Database of all Questions
Correct Answers to the Earlier Questions – Q. 131 to Q 140 are as under:
Question No. | Correct Answer |
Q. 131 | D |
Q. 132 | C |
Q. 133 | B |
Q. 134 | A |
Q. 135 | C |
Q. 136 | D |
Q. 137 | C |
Q. 138 | C |
Q. 139 | C |
Q. 140 | D |

An expert on R&D, Online Training and Publishing. He is M.Tech. (Honours) and is a part of the STG team since inception.
Q. 145: System Integration testing should be done after
A. Integration testing
B. System testing
C. Unit testing
D. Component integration testing
Answer should be B. System Testing
However,this site says C. Unit testing
Sushant Nayak on 2013-12-12 12:11:06
Hey rahul,
You are absolutely correct in this case the below because system integration testing takes multiple integrated systems that have passed system testing as input and tests their required interactions.
I completely agree with you.
viktor on 2015-02-27 20:29:06
It is correct the order is: unit,integration,validation,system.
Q. 145: System Integration testing should be done after
C. Unit testing
because if you follow the order of testing.
Hi Viktor,
System integration testing tests the interactions between different systems and may be done after system testing.
So completely agree with Rahul and Sushant.