M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

Which testing integrates the set of classes required to respond to one input or event for the system?
A cluster testing
B thread-based testing
C use-based testing
D none of the mentioned
Correct Answer: thread-based testing
________________ methods can be used to drive validations tests ?
A Yellow-box testing
B Black-box testing
C White-box testing
D All of the mentioned
Correct Answer: Black-box testing
The object of ________________within an OO system is to design tests that have a high likelihood of uncovering plausible bugs ?
A Fault-based testing
B Integration testing
C Use-based testing
D Scenario-based testing
Correct Answer: Fault-based testing
Which of the following is black-box oriented and can be accomplished by applying the same black-box methods discussed for conventional software ?
A Conventional testing
B OO system validation testing
C Test case design
D Both Conventional testing and OO system validation testing
Correct Answer: Conventional testing
Which of the following testing types is not a part of system testing ?
A Recovery testing
B Stress testing
C System testing
D Random testing
Correct Answer: Random testing
Which of the following is one of the steps in the integration testing of OO software ?
A cluster testing
B thread-based testing
C use-based testing
D none of the mentioned
Correct Answer: cluster testing
The construction of object-oriented software begins with the creation of__________________?
A design model
B analysis model
C code levels
D both design and analysis model
Correct Answer: analysis model
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
Correct Answer: Smoke testing
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
Correct Answer: All of the mentioned
What is normally considered as an adjunct to the coding step____________________?
A Integration testing
B Unit testing
C Completion of Testing
D Regression Testing
Correct Answer: Unit testing