MCQOPTIONS
Saved Bookmarks
This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering Mcqs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which testing is an integration testing approach that is commonly used when shrink-wrapped software products are being developed ? |
| A. | Regression Testing |
| B. | Integration testing |
| C. | Smoke testing |
| D. | Validation testing |
| Answer» D. Validation testing | |
| 2. |
Software mistakes during coding are known as__________________? |
| A. | Errors |
| B. | Failures |
| C. | Bugs |
| D. | Defects |
| Answer» D. Defects | |
| 3. |
What is testing process first goal ? |
| A. | Bug prevention |
| B. | Testing |
| C. | Execution |
| D. | Analyses |
| Answer» B. Testing | |
| 4. |
Software Testing with real data in real environment is known as_____________________? |
| A. | Alpha testing |
| B. | Beta testing |
| C. | Regression testing |
| D. | None of the mentioned |
| Answer» C. Regression testing | |
| 5. |
Clinton wants to test his module where he had forgotten to initialize x If x = 0 then Write ( abnormal ) Else Write ( normal ); End if; |
| A. | The tests will always given repeatable results |
| B. | He will find the bug for all runs of the program |
| C. | The tests he generates may give nonrepeatable results |
| D. | None of the above |
| Answer» D. None of the above | |
| 6. |
Errors may be found by outsiders during |
| A. | Beta testing |
| B. | Alpha testing |
| C. | A structured walk through |
| D. | All of these |
| Answer» B. Alpha testing | |
| 7. |
According to Pareto s principle, x% of defects can be traced to y% of all causes. What are the values of x and y ? |
| A. | 60, 40 |
| B. | 70, 30 |
| C. | 80, 20 |
| D. | No such principle exists |
| Answer» D. No such principle exists | |
| 8. |
Test should be conducted for every possible_______________________? |
| A. | Data |
| B. | Case |
| C. | Variable |
| D. | All of the mentioned |
| Answer» E. | |
| 9. |
Standard Enforcer is a___________________? |
| A. | Static Testing Tool |
| B. | Dynamic Testing |
| C. | Static & Dynamic Testing |
| D. | None of the mentioned |
| Answer» B. Dynamic Testing | |
| 10. |
Test cases should uncover errors like_____________________? |
| A. | Nonexistent loop termination |
| B. | Comparison of different data types |
| C. | Incorrect logical operators or precedence |
| D. | All of the mentioned |
| Answer» B. Comparison of different data types | |
| 11. |
SPICE stands for __________________? |
| A. | Software Process Improvement and Compatibility Determination |
| B. | Software Process Improvement and Control Determination |
| C. | Software Process Improvement and Capability Determination |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 12. |
Testing done without planning and Documentation is called_________________? |
| A. | Unit testing |
| B. | Regression testing |
| C. | Adhoc testing |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |