Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

OMG-OCUP2-ADV300 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

OMG-OCUP2-ADV300 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: OMG Certified UML Professional 2 (OCUP 2) - Advanced Level
  • Last Update: May 6, 2024
  • Questions and Answers: 90
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

OMG-OCUP2-ADV300 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

OMG-OCUP2-ADV300 Practice Exam Questions with Answers OMG Certified UML Professional 2 (OCUP 2) - Advanced Level Certification

Question # 6

Choose the correct answer:

Which statement is correct about a Decision Node?

A.

A Decision Node shall have at most one incoming Activity Edge

B.

A Decision Node shall have at most two incoming Control Flows

C.

If a Decision Node has an incoming Control Flow and a decisionlnput. then a decisionlnput shall have a single in Parameter.

D.

If a Decision Node has an incoming Object Flow, a decisionlnput. and a decisionlnputFlow. then a decisionlnput shall have two in Parameters.

Full Access
Question # 7

Choose the correct answer:

A project's requirements call for flexibility in the collection class design. Most of the collections will be a fixed length of 25 elements. However, allowance must be made in the design for collections that are a fixed length longer than 25.

Which model fragment supports the project's requirements?

A)

OMG-OCUP2-ADV300 question answer

B)

OMG-OCUP2-ADV300 question answer

C)

OMG-OCUP2-ADV300 question answer

D)

OMG-OCUP2-ADV300 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 8

Choose the correct answer:

You are asked to provide UML model content such that other modelers may use the Classes of your model as modular, partial specifications to be more fully specified by their models. You decide to provide a Vehicle Class that represents a partial specification of automobiles and allows tailoring of this class through the other modelers' choices of kinds of propulsion such as a gasoline motor, an electric engine, or a manual cyclesystem. You want to limit whichClass kinds the other modelers can choose as their propulsion system.

Which tactic appropriately exploits UML's syntax and semantics for modular reification?

A.

Model GasolineMotorVehicle. ElectricEngineVehicle. and ManualCyclingVehicle as specialized versions of your Abstract Class Automobile.

B.

Model Vehicle as a Template Classifier with a Class Parameter named Thrustor that is constrained to be a derivative of an Abstract Class PropulsionSystem

C.

Model Vehicle as a Class with a Property named thrustor of Type Enumeration Class Thrustor that has Enumeration Literals GasolmeMotor. ElectncEngme. and ManualCycler.

D.

Model three separate Packages named GasolineMotor Vehicles. ElectricEngme Vehicles, and ManualCyclmg Vehicles and Package Import into each of these the Package with your Vehicle Class.

Full Access
Question # 9

Choose the correct answer:

Which subclasses ofClassifiers can be parameterized and used as Template Parameters?

A.

Class. Component. Interface, but not Signal

B.

Signal. Use Case, Component, but not Datatype

C.

Activity. Interaction, State Machine, but not Collaboration

D.

all subclasses of Classifier e.g. Class. Component. Datatype. Interface. Signal

Full Access
Question # 10

Choose the correct answer:

A developer wants to make sure that each specialization of Class Bicycle has its own unique set of values for the suitable road surface and average speed

Which diagram imposes these requirements?

A)

OMG-OCUP2-ADV300 question answer

B)

OMG-OCUP2-ADV300 question answer

C)

OMG-OCUP2-ADV300 question answer

D)

OMG-OCUP2-ADV300 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

Choose the correct answer:

How are the execution semantics of Alf defined?

A.

by a specification defined with the Meta Object Facility

B.

by a specification defined with the Object Constraint Language

C.

by a specification defined with the programming language Java

D.

by mapping the concrete syntax of Alf to the abstract syntax of fUML

Full Access
Question # 12

Choose the correct answer:

Consider the following diagram:

OMG-OCUP2-ADV300 question answer

What does the string {guarded} mean?

A.

The execution of op1 is guarded by one or more exceptions which it will handle if they arise.

B.

Multiple invocations of op1 that overlap in time may occur to one instance, but only the first one will get handled.

C.

Multiple invocations of op1 that overlap in time may occur to one instance, but only one is allowed to commence.

D.

The execution of op1 Is guarded by one or more exceptions. Behaviors invoking it are required to handle these exceptions

Full Access
Question # 13

Choose the correct answer:

Which can be added to a redefined operation?

A.

scope

B.

templates

C.

parameters

D.

preconditions

Full Access
Question # 14

Choose the correct answer:

What is correct about the modeling of individual things with UML?

A.

A UML Model can contain individual things (e.g. Instances) UML does not prescribe the level of detail to be used in the description.

B.

A UML Model can contain statements about individual things If a thing is an instance of a Classifier, these statements must be consistent (all mandatory Properties must be defined, all Constraints must be satisfied).

C.

A UML Model can contain statements about individual things These statements can be incomplete, imprecise, and abstract, but not wrong.

D.

A UML Model can contain statements about individual things. These statements can be incomplete, imprecise, abstract, may turn out to be wrong, or even be asserted as counterfactual

E.

A UML Model can only contain statements about sets of individual things (e.g. Classifiers).

Full Access
Question # 15

Choose the correct answer:

Which class sits at the top of the MOF class hierarchy?

A.

Root

B.

Element

C.

Classifier

D.

Metaclass

Full Access
Question # 16

Choose the correct answer: What is a coregion?

A.

two Interactions that share the same border

B.

two combined fragments that have the same operands

C.

a shorthand for a parallel combined fragment on one lifeline

D.

the area between two lifelines that communicate

Full Access
Question # 17

Choose the correct answer:

In addition to ObjectFlow. which mechanism could be used to move data within an Activity?

A.

Pin

B.

Variable

C.

Property

D.

ControlFlow

Full Access
Question # 18

Choose the correct answer:

What is the difference between a ValueSpecificattonActlon and a CreateObjectAction?

A.

There is no difference between the possible results of the CreateObjectAction and the ValueSpecificationAction

B.

A ValueSpecificationAction cannot produce instances of Classifiers, but a CreateObjectAction only produces instances of Classifiers

C.

When an InstanceValue is produced by a CreateObjectAction. the Structural Features can be assigned values, but when an InstanceValue is produced by a ValueSpecificationAction, the Structural Features have no values.

D.

When an InstanceValue is produced by a ValueSpecificationAction, the Structural Features can be assigned values, but when an InstanceValue is produced by a CreateObjectAction, the Structural Features have no values.

Full Access
Question # 19

Choose the correct answer:

Which interpretation is valid when NamedElement A is the Supplier in a specialized Dependency having NamedElement B as the Client, and a Comment indicates that A and B participate in a transformation?

A.

B is the transformation Realization of A.

B.

A is the transformation Realization of B.

C.

A depends on B.

D.

A and B are part of an economic system where A consumes what B transforms.

Full Access
Question # 20

Choose the correct answer:

Consider the following diagram fragment:

OMG-OCUP2-ADV300 question answer

What is the value of "Counter" before the SomeActivity Action is executed?

A.

0

B.

42

C.

It is empty.

D.

the Set containing the Literal Specification 42

Full Access
Question # 21

Choose the correct answer:

Consider the following diagram fragment:

OMG-OCUP2-ADV300 question answer

Which diagram fragment correctly specifies task behavior based on task priority?

A)

OMG-OCUP2-ADV300 question answer

B)

OMG-OCUP2-ADV300 question answer

C)

OMG-OCUP2-ADV300 question answer

D)

OMG-OCUP2-ADV300 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 22

Choose the correct answer: What is the value of EMOF?

A.

It provides the ability to define instance models without defining Slots.

B.

It is the metamodel used to specify other metamodels including UML 2.

C.

It allows implementations, but these are not considered MOF-compliant.

D.

It enables mapping of MOF models to implementations such as XMl for simple metamodels.

Full Access
Question # 23

Choose the correct answer:

Consider the following diagram:

OMG-OCUP2-ADV300 question answer

When this behavior is executed, which event will occur last?

A.

finalizing HH

B.

reception of z

C.

reception of w

D.

We cannot determine the last event from this diagram alone.

Full Access
Question # 24

Choose the correct answer:

Consider the following template Operation:

addElement (e : E)

Which Operation represents a binding of that template Operation?

A.

addElement (e : Card)

B.

addElement

C.

addElement« E -> Card » (e : Card)

D.

addElement «bind» E -> Card (e)

Full Access
Question # 25

Choose the correct answer:

Which MOF capability supports the correlation of model elements across model transformations where both the source and target models may be subject to change?

A.

Identifiers

B.

Extension

C.

Reflection

D.

Federation

Full Access
Question # 26

Choose the correct answer:

What holds for the neg combined fragment?

A.

A neg fragment followed by normal positive constructs will make all traces valid.

B.

A neg fragment comprising another neg fragment will result in only valid traces.

C.

Normal positive constructs followed by a neg fragment will define some invalid traces.

D.

An assert fragment comprising a neg fragment will make the invalid traces into valid ones.

Full Access
Question # 27

Choose the correct answer:

What should a modeler do lo represent specific hardware environments In a deployment model?

A.

Create a profile with the applicable details

B.

Create an instance of a deployment manifest with the applicable details

C.

Create an instance of a deployment specification with the applicable details.

D.

Create a mapping between the logical hardware description and the physical hardware description with the applicable details.

Full Access