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 of the following is a common pointwer problem ?

A Data sharing errors
B Accessing data elements of the wrong type
C Attempting to use memory areas after freeing them
D All of the mentioned
Correct Answer: All of the mentioned

Which of the following is not a part of bug report ?

A Test case
B Output
C Software Version
D LOC
Correct Answer: LOC

Which of the following is not a part of Execution Flow during debugging ?

A Step Over
B Step Into
C Step Up
D Step Out
Correct Answer: Step Up

Software mistakes during coding are known as__________________?

A errors
B failures
C bugs
D defects
Correct Answer: bugs

Name an evaluation technique to assess the quality of test cases ?

A Mutation analysis
B Validation
C Verification
D Performance analysis
Correct Answer: Mutation analysis

What is testing process’ first goal ?

A Bug prevention
B Testing
C Execution
D Analyses
Correct Answer: Bug prevention

_______________ categorizes class operations based on the generic function that each performs?

A Category-based partitioning
B Attribute-based partitioning
C State-based partitioning
D None of the mentioned
Correct Answer: Category-based partitioning

In which of the following testing strategies, a smallest testable unit is the encapsulated class or object ?

A Unit testing
B Integration testing
C System testing
D None of the mentioned
Correct Answer: Unit testing

What refers to the externally observable structure of an OO program ?

A Deep structure
B Surface structure
C Core structure
D All of the mentioned
Correct Answer: Surface structure

Which of the following is a part of testing OO code ?

A Validation tests
B Integration tests
C Class tests
D System tests
Correct Answer: Class tests