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 May 08,2025.
- Exam Code: OMG-OCSMP-MU100
- Exam Name: OMG-Certified Systems Modeling Professional - Model User
- Certification Provider: OMG
- Latest update: May 08,2025
Which requirements modeling technique is best suited for representing the structural relationships between entities in a system?
- A . Use Case Diagram
- B . Activity Diagram
- C . Class Diagram
- D . State Machine Diagram
What is true about "Composition" and "Part Property"?
- A . 1. Composition and parts are two ways of visualizing the same relation, and allows two-way synchronization
- B . 2. A Part represents the usage of a Block, a composition is a block within the block
- C . 1 and 2 are true
- D . 1 and 2 are false
What type of diagram is this?
- A . State Machine Diagram
- B . Block Definition Diagram
- C . Requirement Diagram
In the context of cross-cutting concerns, what is "weaving"?
- A . The process of combining separate modules into a cohesive system
- B . The process of integrating new features into the existing codebase
- C . The process of encapsulating concerns into aspects during runtime or compile-time
- D . The process of optimizing the performance of a software system
Which statements are true?
- A . Ports may carry flows of any sort of Block, Signal, or ValueType.
- B . Part properties can also have Ports, and their Ports can have Connectors to internal Parts, Ports of internal Parts, or to boundary Ports of a Block
- C . A Block can have Ports, and Ports can have Connectors to internal Parts or Ports of Parts.
Which diagrams are the same between SysML and UML2:
- A . The parametric and requirement diagram
- B . All but the parametric and requirement diagram
- C . Sequence, State Machine, Use case and Package diagrams
- D . All of them
Which model of requirements is most suitable for specifying business processes?
- A . Activity models
- B . Use case models
- C . Object models
- D . State-transition models
- E . Data models
In system behavior modeling, what does a Timing Diagram focus on?
- A . The dynamic behavior of a system in terms of states and transitions
- B . To illustrate the interactions between actors and the system over time
- C . To specify the sequence of messages between system components
- D . The allocation of software components to hardware nodes
What is the primary purpose of a Dependency Diagram in system modeling?
- A . To depict the internal structure of a block
- B . To model the interactions between actors and the system
- C . To represent the flow of control between system components
- D . To show relationships and dependencies between different elements of a system
What is a "join point" in the context of aspect-oriented programming?
- A . The point where different aspects are combined
- B . The location in the code where advice can be applied
- C . The weaving process of aspects into the codebase
- D . The modularized unit of cross-cutting concern