OMG OMG-OCSMP-MU100 OMG-Certified Systems Modeling Professional – Model User Online Training
OMG OMG-OCSMP-MU100 Online Training
The questions for OMG-OCSMP-MU100 were last updated at Nov 19,2024.
- Exam Code: OMG-OCSMP-MU100
- Exam Name: OMG-Certified Systems Modeling Professional - Model User
- Certification Provider: OMG
- Latest update: Nov 19,2024
What is the primary purpose of a dependency diagram in requirements modeling?
- A . To depict the flow of data within a system
- B . To model the interactions between actors and the system
- C . To specify the sequence of messages between system components
- D . To represent relationships and dependencies between different elements of a system
Which flow is not allowable in SysML:
- A . Circular Flow
- B . Bidirectional flows
- C . Unidirectional flows
Which requirements modeling technique is useful for capturing and organizing user stories and acceptance criteria?
- A . Use Case Diagram
- B . User Story Map
- C . Data Flow Diagram (DFD)
- D . State Machine Diagram
In system behavior modeling, what does an Interaction Overview Diagram focus on?
- A . The dynamic behavior of a system in terms of states and transitions
- B . An overview of the flow of control between system components
- C . The interactions between actors and the system over time
- D . The allocation of software components to hardware nodes
An allocation diagram cuts across the various aspects of your model: requirements, behaviors, structures, and constraints.
- A . True
- B . False
Which type of relationship in SysML represents a specialized form of association where one block plays a specific role in relation to another block?
- A . Dependency
- B . Association
- C . Generalization
- D . Composition
Which model of system structure is based on the concept of tables, with each table representing an entity and the relationships between them represented as foreign keys?
- A . Hierarchical model
- B . Network model
- C . Relational model
- D . Object-oriented model
SysML is
- A . A graphical language
- B . A programming language
- C . Semiformal
- D . Standard for Systems Engineering
Which of the following is a cross-cutting construct that is used to represent the ability to represent data and behavior as a single entity?
- A . Inheritance
- B . Polymorphism
- C . Encapsulation
- D . Modularity
Assume the following state machine fragment Is In the A-State when the event evC arrives.
What is the order of behaviors that are executed after evj arrives? Choose the correct answer.
- A . action 9, action 1
- B . action 2, action 9, action 1
- C . action 2, action 9, action 1, start activity X, evC
- D . stop activity X (if needed), action 2, action 9, action 1, start activity X
- E . stop activity X (If needed), action 2, action 9, action 1, action 4 start activity X