Black Friday Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

OMG-OCUP2-ADV300 Questions and Answers

Question # 6

Choose the correct answer:

Which statement is correct about working with multiple profiles?

A.

The only way to integrate profiles is to merge them into one big profile

B.

Only profiles that represent the same domain can be integrated together.

C.

A profile can reuse all or parts of another profile, and extend other profiles.

D.

A profile can reuse all or parts of another profile, but cannot extend other profiles.

Full Access
Question # 7

Choose the correct answer:

Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?

A.

« substitute»

B.

«replacement»

C.

«isReplaceable»

D.

«isSubstitutable»

Full Access
Question # 8

Choose the correct answer:

Which input element does lexical analysis of Action Language for Foundational UML text discard?

A.

term

B.

delimiters

C.

expression

D.

whitespace

Full Access
Question # 9

Choose the correct answer:

Consider the following sequence diagram:

What does "critical" refer to?

A.

That the emergency message is given highest priority

B.

That the diagram fragment within "critical may be up for redesign

C.

That no other events may interfere m between the events of thecriticalfragment

D.

That the most urgent and important issue is to make sure that Emergency gets the message

Full Access
Question # 10

Choose the correct answer:

Consider the following diagram:

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 # 11

Choose the correct answer:

Consider the following diagram fragment:

Which statement is correct about the diagram fragment?

A.

The diagram fragment is a valid UML diagram.

B.

To use the template List. Company must be a bound element to List.

C.

List cannot be used by Company unless Company is also a template.

D.

List cannot be used as a data type, only a bound element to List can.

Full Access
Question # 12

Choose the correct answer:

In addition to stereotypes, which UML elements can a profile define?

A.

all of the UML elements

B.

all of the UML Structured Classifiers

C.

Class. DataType. Enumeration

D.

Class. DataType. Enumeration. Object. Component

Full Access
Question # 13

Choose the correct answer:

Can State Machine Events have Features?

A.

Yes. they can

B.

Yes. they can. but only when the modeled Events also extend Classifier.

C.

No. they can not. because State Machine Events are not Classifiers.

D.

No. they can not. because UML State Machines do not have an Event concept.

Full Access
Question # 14

Choose the correct answer:

Consider the following diagram fragment:

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 # 15

Choose the correct answer:

What is true about a MOF 2.x Model?

A.

It is always a valid UML 2 x Model

B.

It can be a valid UML 2.x Model, when certain limitations are observed.

C.

The visual representation resembles a UML 2.x Model, but the underlying Model is a MOF-Model.

D.

There is a subtle difference between it and a UML 2.x Model, but only theoretical computer scientists care.

Full Access
Question # 16

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 # 17

Choose the correct answer:

When an Order is closed, a Customer of that Order must be notified

Which diagram fragment correctly models this scenario?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 18

Choose the correct answer:

Consider the following diagram fragment:

Assume that the system is in StateAl

Which sequence of behaviors could be executed in moving the system to StateC?

A.

a6, a2, a7, al2

B.

a4, a3, a1, a2, a7, a8, a12

C.

a4, a6, a3, a1, a7, a8, a11

D.

a4,a4, a3, a2, a7, a7, a9, a9,a12

Full Access
Question # 19

Choose the correct answer:

Which statement is correct about redefinition of simple States?

A.

A simple State cannot be redefined

B.

A simple State can be redefined by excluding it in a redefined StateMachine.

C.

A simple State can be redefined as a composite State with one or more Regions.

D.

State Redefinition is not a UML capability.

Full Access
Question # 20

Choose the correct answer:

Which feature of a UML model element could NOT be adapted by a Stereotype?

A.

Notation could be changed.

B.

Constraints could be added

C.

Constraints can be removed.

D.

Attributes and Operations could be added.

Full Access
Question # 21

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 # 22

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 # 23

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
Question # 24

Choose the correct answer:

What must a modeler do to use an Action that coordinates other Actions?

A.

extend Behavior and add the desired Actions

B.

use one of the StructuredActivityNodes in UML

C.

use the standard Action and add desired tag values

D.

extend Action and specify the constraints to be relaxed or removed

Full Access
Question # 25

Choose the correct answer:

What is true about the use of a Template Classifier to specify the Type of a Typed Element?

A.

The Template Classifier needs to be modeled

B.

The Template Classifier must have defaults for all of its Template Parameters

C.

The Type Property of the Typed Element must directly name the Template Classifier.

D.

Template Classifiers cannot be used in the specification of Types for Typed Elements.

E.

A set of bound elements provides values for the Template Parameters of the Template Classifier.

Full Access
Question # 26

Choose the correct answer:

Which capability enables the discovery and manipulation ofmetaobjects and metadata''

A.

Life Cycle

B.

Extension

C.

Reflection

D.

Federation

Full Access
Question # 27

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