Explore topic-wise MCQs in Software Engg.

This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engg 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.

Validation refers to the set of tasks that ensure that software correctly implements a specific function.$

A. True
B. False
Answer» C.
3.

In which testing level the focus is on customer usage?$

A. Alpha Testing
B. Beta Testing
C. Validation Testing
D. Both Alpha and Beta
Answer» E.
4.

Which of the following is not regression test case?

A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function
Answer» E.
5.

What is normally considered as an adjunct to the coding step

A. Integration testing
B. Unit testing
C. Completion of Testing
D. Regression Testing
Answer» C. Completion of Testing
6.

Which of the following errors should not be tested when error handling is evaluated?

A. Error description is unintelligible
B. Error noted does not correspond to error encountered
C. Error condition causes system intervention prior to error handling
D. Error description provide enough information to assist in the location of the cause of the error
Answer» B. Error noted does not correspond to error encountered
7.

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
8.

Which of the following issues must be addressed if a successful software testing strategy is to be implemented?

A. Use effective formal technical reviews as a filter prior to testing
B. Develop a testing plan that emphasizes “rapid cycle testing.”
C. State testing objectives explicitly
D. All of the mentioned
Answer» E.
9.

By collecting ________ during software testing, it is possible to develop meaningful guidelines to halt the testing process.

A. Failure intensity
B. Testing time
C. Metrics
D. All of the mentioned
Answer» D. All of the mentioned
10.

ITG stands for

A. instantaneous test group
B. integration testing group
C. individual testing group
D. independent test group
Answer» E.
11.

Which of the following is not a software testing generic characteristics?

A. Different testing techniques are appropriate at different points in time
B. Testing is conducted by the developer of the software or an independent test group
C. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
D. None of the mentioned
Answer» B. Testing is conducted by the developer of the software or an independent test group
12.

Software Debugging is a set of activities that can be planned in advance and conducted systematically.

A. True
B. False
Answer» C.