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.

Boundary value analysis belong to ?
A White Box Testing
B Black Box Testing
C White Box & Black Box Testing
D None of the mentioned
Correct Answer: Black Box Testing
Which of the following is/are White box technique ?
A Statement Testing
B Decision Testing
C Condition Coverage
D All of the mentioned
Correct Answer: All of the mentioned
White Box techniques are also classified as_________________?
A Design based testing
B Structural testing
C Error guessing technique
D None of the mentioned
Correct Answer: Structural testing
What is Cyclomatic complexity ?
A Black box testing
B White box testing
C Yellow box testing
D Green box testing
Correct Answer: White box testing
Lower and upper limits are present in which chart ?
A Run chart
B Bar chart
C Control chart
D None of the mentioned
Correct Answer: Run chart
Exhaustive testing is___________________?
A always possible
B practically possible
C impractical but possible
D impractical and impossible
Correct Answer: impractical but possible
Which of the following term describes testing ?
A Finding broken code
B Evaluating deliverable to find errors
C A stage of all projects
D None of the mentioned
Correct Answer: Evaluating deliverable to find errors
What allows different projects to use the same source files at the same time ?
A Version Control
B Access control
C CM Process
D Version Control and Access control
Correct Answer: Version Control
Which of the following is not a change management process ?
A Log the changes
B Estimate impact on effort and schedule
C Review impact with stakeholders
D None of the mentioned
Correct Answer: None of the mentioned
How are baselines verified ?
A By reviews
B By inspections
C By testing of code
D All of the mentioned
Correct Answer: By testing of code