OMG OMG-OCUP2-FOUND100 OMG Certified UML Professional 2 (OCUP 2) – Foundation Level Online Training
OMG OMG-OCUP2-FOUND100 Online Training
The questions for OMG-OCUP2-FOUND100 were last updated at Nov 22,2024.
- Exam Code: OMG-OCUP2-FOUND100
- Exam Name: OMG Certified UML Professional 2 (OCUP 2) - Foundation Level
- Certification Provider: OMG
- Latest update: Nov 22,2024
Which statement describes the semantics of a Property that has the aggregation kind composite?
- A . The aggregation kind composite is semantically equivalent to namespace containment
- B . Instances of the composed object’s type can exist only in the context of the composite object.
- C . When the Property’s composite object ceases to exist, all of its composed objects also cease to exist.
- D . The Property’s composed objects are part of a subset and the composite object is a union of the defined subsets.
Consider the following diagram:
According to the diagram, which statement describes the property db?
- A . The property db is a primary key
- B . The property db is a static property.
- C . The property db is inherited from a superclass.
- D . The property db is important and is emphasized by the modeler with an underline.
Which diagram shows inherited properties?
A)
B)
C)
D) Inherited properties cannot be shown In a specialized class.
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which elements in the diagram are Features of the Car class?
- A . drive(), Car
- B . stop(). driver
- C . name. stop()
- D . driveO, stop(). Person
Which statement is correct regarding Enumeration Literals?
- A . EnumerationLiterals are immutable
- B . EnumerationLiterals may be anonymous.
- C . EnumerationLiterals may not be compared for equality.
- D . Enumeration Literal names may appear more than once within an Enumeration.