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.

In which testing level the focus is on customer usage ?

A Alpha Testing
B Beta Testing
C Validation Testing
D Both Alpha and Beta
Correct Answer: Both Alpha and Beta

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
Correct Answer: Metrics

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
Correct Answer: Different testing techniques are appropriate at different points in time

Which of the following is not used in measuring the size of the software_____________________?

A KLOC
B Function Points
C Size of module
D None of the mentioned
Correct Answer: Size of module

Behavioral testing is__________________?

A White box testing
B Black box testing
C Grey box testing
D None of the mentioned
Correct Answer: Black box testing

Beta testing is done at_________________?

A User’s end
B Developer’s end
C User’s & Developer’s end
D None of the mentioned
Correct Answer: User’s end

Acceptance testing is also known as____________________?

A Grey box testing
B White box testing
C Alpha Testing
D Beta testing
Correct Answer: Beta testing

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
Correct Answer: Software Process Improvement and Capability Determination

Which of the following is black box testing______________________?

A Basic path testing
B Boundary value analysis
C Code path analysis
D None of the mentioned
Correct Answer: Boundary value analysis

Unit testing is done by__________________?

A Users
B Developers
C Customers
D None of the mentioned
Correct Answer: Developers