

MCQOPTIONS
Saved Bookmarks
This section includes 454 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science Engineering (CSE) knowledge and support exam preparation. Choose a topic below to get started.
101. |
The approach/document used to make sure all the requirements are covered when writing test cases |
A. | test matrix |
B. | checklist |
C. | test bed |
D. | traceability matrix |
Answer» E. | |
102. |
The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class. |
A. | 12,16,22 |
B. | 24,27,17 |
C. | 22,23,24 |
D. | 14,15,19 |
Answer» D. 14,15,19 | |
103. |
Handover of Test-ware is a part of which Phase |
A. | test analysis and design |
B. | test planning and control |
C. | test closure activities |
D. | evaluating exit criteria and reporting |
Answer» D. evaluating exit criteria and reporting | |
104. |
Which of the following items would not come under Configuration Management? |
A. | operating systems |
B. | test documentation |
C. | live data |
D. | user requirement document |
Answer» D. user requirement document | |
105. |
Reviewing the test Basis is a part of which phase |
A. | test analysis and design |
B. | test implementation and execution |
C. | test closure activities |
D. | evaluating exit criteria and reporting |
Answer» B. test implementation and execution | |
106. |
One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class |
A. | book |
B. | book |
C. | boo01k |
D. | book |
Answer» D. book | |
107. |
Static analysis is best described as: |
A. | the analysis of batch programs. |
B. | the reviewing of test plans. |
C. | the analysis of program code. |
D. | the use of black box testing. |
Answer» D. the use of black box testing. | |
108. |
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :- |
A. | system level testing |
B. | integration level testing |
C. | unit level testing |
D. | component testing |
Answer» C. unit level testing | |
109. |
Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads. |
A. | load testing |
B. | integration testing |
C. | system testing |
D. | usability testing |
Answer» B. integration testing | |
110. |
Which is the reputed testing standard? |
A. | m bridge awards |
B. | qai |
C. | iso |
D. | microsoft |
Answer» D. microsoft | |
111. |
To which phase will training cost fall? |
A. | failure |
B. | prevention |
C. | build |
D. | appraisal |
Answer» C. build | |
112. |
You are performing a test to see that it complies with the user requirement that a certain field be populated by using a drop down box containing a list of values. What kind of testing are you doing? |
A. | white box testing |
B. | black box testing |
C. | load testing |
D. | regression testing |
Answer» C. load testing | |
113. |
Test Readiness review is conducted by the |
A. | project manager |
B. | test manager |
C. | quality assurance personnel |
D. | user/customer |
Answer» C. quality assurance personnel | |
114. |
If the measurement taken by the two people are same refers to the terms as |
A. | reliability |
B. | validity |
C. | calibration |
D. | ease of use and simplicity |
Answer» B. validity | |
115. |
The two types of incremental testing approaches are top down and bottom up approach. |
A. | true |
B. | false |
Answer» B. false | |
116. |
A statistical technique to assess, monitor and maintain the stability of a process is |
A. | pareto chart |
B. | control chart |
C. | run chart |
D. | histogram |
Answer» C. run chart | |
117. |
You are told to prepare a report on the most commonly occurring product defects. You review the software defect reports, which categories the defects of coding errors, requirement errors, documentation errors, etc. The best tool to report this information is |
A. | a histogram |
B. | a pareto diagram |
C. | a cause and effect diagram |
D. | a scatter plot |
Answer» B. a pareto diagram | |
118. |
Function point is a measure of |
A. | effort |
B. | complexity |
C. | usability |
D. | size |
Answer» E. | |
119. |
The ‘v’ represent the following term: |
A. | verification and validation |
B. | static testing and dynamic testing |
C. | black box testing and white box testing |
D. | software development process and software testing process |
Answer» E. | |
120. |
Which one is not Statistical Tool? |
A. | cause and effect graphing |
B. | stratification |
C. | run chart |
D. | regression analysis |
Answer» B. stratification | |
121. |
Which of the following is not a part of test plan? |
A. | scope |
B. | mission |
C. | objective |
D. | risk |
Answer» C. objective | |
122. |
Which of the following is not true about Incremental testing? |
A. | top-down approach can be used |
B. | use of stubs or drivers are required |
C. | all modules need to be completed prior to testing |
D. | bottom – up approach is also possible |
Answer» D. bottom – up approach is also possible | |
123. |
Testing comes under which category of cost of quality? |
A. | preventive |
B. | appraisal |
C. | failure |
D. | none of the above |
Answer» C. failure | |
124. |
Which one is not Structural Testing? |
A. | regression |
B. | parallel |
C. | acceptance |
D. | stress |
Answer» D. stress | |
125. |
Pareto principle advocates |
A. | 20-80 rule |
B. | 80-20 rule |
C. | 40-60 rule |
D. | 60-40 rule |
Answer» C. 40-60 rule | |
126. |
Histogram refers to |
A. | bar chart |
B. | run chart |
C. | pareto diagram |
D. | correlation diagram |
Answer» B. run chart | |
127. |
Error guessing is a |
A. | test verification techniques |
B. | test execution techniques |
C. | test control management techniques |
D. | test data management technique |
Answer» E. | |
128. |
User Acceptance testing is |
A. | white box testing |
B. | black box testing |
C. | gray box testing |
D. | none of the above |
Answer» C. gray box testing | |
129. |
Defects are less costly if detected in which of the following phases |
A. | coding |
B. | design |
C. | requirements gathering |
D. | implementation |
Answer» D. implementation | |
130. |
… are used in component and component integration testing and when testing middleware. |
A. | test data preparation tools |
B. | monitoring tools |
C. | dynamic analysis tools |
D. | test execution tools |
Answer» D. test execution tools | |
131. |
Which is the assertion tests where each server response was received within a given amount of time? |
A. | duration |
B. | size |
C. | xml |
D. | response |
Answer» B. size | |
132. |
… are used to validate software models by enumerating inconsistencies and finding defects. |
A. | review tools |
B. | static analysis tools |
C. | modeling tools |
D. | test design tools |
Answer» D. test design tools | |
133. |
… are necessary for storage and version management of testware and related software. |
A. | requirements management tools |
B. | test management tools |
C. | incident management tools |
D. | configuration management tools |
Answer» E. | |
134. |
… helps with identifying inconsistent or missing requirements. |
A. | requirements management tools |
B. | test management tools |
C. | incident management tools |
D. | configuration management tools |
Answer» B. test management tools | |
135. |
… store and manage defects, failure, change requests, or perceived problems and anomalies. |
A. | requirements management tools |
B. | test management tools |
C. | incident management tools |
D. | configuration management tools |
Answer» D. configuration management tools | |
136. |
Unit Tests can detect ________________ |
A. | regressions |
B. | quality check |
C. | database errors |
D. | enforced error |
Answer» B. quality check | |
137. |
What type of review requires formal entry and exit criteria, including metrics? |
A. | management review |
B. | inspection |
C. | walkthrough |
D. | post project review |
Answer» C. walkthrough | |
138. |
… execute test objects using the automated test scripts. |
A. | test data preparation tools |
B. | monitoring tools |
C. | dynamic analysis tools |
D. | test execution tools |
Answer» E. | |
139. |
6. Which of the following uses Impact Analysis most? |
A. | non-functional system testing |
B. | component testing |
C. | user acceptance testing |
D. | maintenance testing |
Answer» E. | |
140. |
Which of the following is not the integration strategy? |
A. | design based |
B. | bottom-up |
C. | big-bang |
D. | top-down |
Answer» B. bottom-up | |
141. |
A deviation from the specified or expected behavior that is visible to end-users is called: |
A. | an error |
B. | a fault |
C. | a failure |
D. | a defect |
Answer» D. a defect | |
142. |
Which of the following is a static test? |
A. | coverage analysis |
B. | code inspection |
C. | usability assessment |
D. | installation test |
Answer» C. usability assessment | |
143. |
Which of the following risk does NOT include product risks in software testing? |
A. | failure-prone software delivered |
B. | software that does not perform its intended functions |
C. | low quality of the design and coding |
D. | poor data integrity and quality |
Answer» D. poor data integrity and quality | |
144. |
Exit criteria is determined during ______. |
A. | test closure activity |
B. | implementation and execution |
C. | evaluating exit criteria and reporting |
D. | planning and control |
Answer» E. | |
145. |
Due to existence of a certain defect few more defects are introduced or seen is normally termed as |
A. | camouflage effect |
B. | coverage effect |
C. | cascading effect |
D. | redundant effect |
Answer» D. redundant effect | |
146. |
Test scenarios are written by |
A. | developers |
B. | testers |
C. | suppliers |
D. | customers |
Answer» C. suppliers | |
147. |
Cost of appraisal represents |
A. | green money |
B. | blue money |
C. | red money |
D. | none of these |
Answer» C. red money | |
148. |
'Big Bang' approach involve testing software system |
A. | after development work |
B. | before development work |
C. | during development work |
D. | all of these |
Answer» B. before development work | |
149. |
In ------------ changes in environment is followed by stabilisation |
A. | continuous improvement |
B. | continual improvemnet |
C. | quality control |
D. | none of these |
Answer» B. continual improvemnet | |
150. |
Cost required for developing the right product by right method at the first time is called as: |
A. | cost of manufacturing |
B. | cost of quality |
C. | cost of prevention |
D. | cost of failure |
Answer» B. cost of quality | |