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.

How many diagrams are here in Unified Modelling Language ?
A six
B seven
C eight
D nine
Correct Answer: nine
Interaction Diagram is a combined term for_____________________?
A Sequence Diagram + Collaboration Diagram
B Activity Diagram + State Chart Diagram
C Deployment Diagram + Collaboration Diagram
D None of the mentioned
Correct Answer: Sequence Diagram + Collaboration Diagram
Which diagram in UML shows a complete or partial view of the structure of a modeled system at a specific time ?
A Sequence Diagram
B Collaboration Diagram
C Class Diagram
D Object Diagram
Correct Answer: Object Diagram
Which of the following UML diagrams has a static view ?
A Collaboration
B Use case
C State chart
D Activity
Correct Answer: Use case
Which of the following term is best defined by the statement:”a structural relationship that specifies that objects of one thing are connected to objects of another” ?
A Association
B Aggregation
C Realization
D Generalization
Correct Answer: Association
Classes and interfaces are a part of____________________?
A Structural things
B Behavioral things
C Grouping things
D Annotational things
Correct Answer: Structural things
Which things are dynamic parts of UML models ?
A Structural things
B Behavioral things
C Grouping things
D Annotational things
Correct Answer: Behavioral things
What is a collection of operations that specify a service of a class or component ?
A Use Case
B Actor
C Interface
D Relationship
Correct Answer: Interface
What can be requested from any object of the class to affect behavior ?
A object
B attribute
C operation
D instance
Correct Answer: operation
Which diagram in UML emphasizes the time-ordering of messages ?
A Activity
B Sequence
C Collaboration
D Class
Correct Answer: Sequence