Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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

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

Choose the correct answer:

What is the main purpose of the concept of Extent in MOF?

A.

To allow an Element to access its meta class in order to obtain a reflective description of that Element.

B.

To define a set of Tags that represent information to be associated by any number of model Elements.

C.

To provide a context in which an Element can be identified independently from any value in the Element.

D.

To provide an extension mechanism to dynamically annotate model Elements with additional information.

Full Access
Question # 7

Choose the correct answer:

What happens when an exception is raised by an Action within an Activity that has been invoked asynchronously?

A.

The exception is propagated to the caller

B.

That kind of exception cannot be handled.

C.

The catching exception handler has exactly one output pin.

D.

The exception is lost if there is no matching handler within the Activity.

Full Access
Question # 8

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

Choose the correct answer:

Consider the following diagram fragment:

What is "QueryCustomerFromParcel"?

A.

A SQL query

B.

An OCL expression.

C.

An Action with a reference to a transformation behavior.

D.

A Behavior element, for example, an Activity. State Machine, or OpaqueBehavior.

Full Access
Question # 10

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

Choose the correct answer:

What does a lower multiplicity of one for an end of an n-ary Association imply?

A.

Links combining the values of the other ends may exist or may not exist

B.

Exactly one link exists combining the values of the other ends.

C.

A link for every possible combination of values for the other ends must exist.

D.

Links combining the values of one or many other ends may exist.

Full Access
Question # 12

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

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)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

Choose the correct answer:

Consider the following diagram:

Which statement is correct about the diagram?

A.

Each subclass of Electronic Device Kind must have a set of required Certifications defined.

B.

Each subclass of Electronic Device in the shown Generalization Set must have a set of required Certifications defined.

C.

The "Electronic Device Kind" Class and the "Electronic Device Kind" Generalization Set have the same name, but no semantic connection is implied by this.

D.

These are two alternative but incompatible ways to specify Electronic Device Kinds, either as Class "Electronic Device Kind" or as Specialization of "Electronic Device".

Full Access
Question # 15

Choose the correct answer:

A group of programming language designers want to create classes that model typical data collections such as arrays, lists, maps. etc.

Their design must satisfy three conditions:

1. The collections must be parameterizable to support any data type.

2. Some collections must inherit from other collections to leverage reuse of functionality.

3. The implementation of the collection functions cannot be overridden.

Which UML concept should these designers use?

A.

Classes

B.

Interfaces

C.

Power Types

D.

Class Templates

Full Access
Question # 16

Choose the correct answer:

What characterizes the generalization relationship between two Classifiers wherethe child can NOT be substituted for the parent?

A.

It has the stereotype "nonSubstitutable".

B.

It has the property "Substitute" set to false

C.

It has the property‘’isSubstitutable" set to false.

D.

It has the property "substitutingClassifier" set to false.

Full Access
Question # 17

Choose the correct answer: Consider the following diagram fragment:

Assume that the system is in StateAl Which sequence of triggers will move the system to StateC?

A.

a6., a3, a1, a7, an

B.

a5, a5, a5. a1. a8, a8, a11

C.

a5, a6, a5, a3, a2, a10, a11, a12

D a1, a7, a8, a7, an

Full Access
Question # 18

Choose the correct answer:

In fUML. how must an execution model be modeled?

A.

as a State

B.

as an Action

C.

as an Activity

D.

as a Collaboration

Full Access
Question # 19

Choose the correct answer: Which construct specifies all possible valid traces?

A.

generalized ordering

B.

alt combined fragment

C.

opt combined fragment

D.

assert combined fragment

Full Access
Question # 20

Choose the correct answer:

What happens with a transmitted object of a send Action during transmission?

A.

Only the selected content of the transmitted object Is sent to the receiver.

B.

The transmitted object may be copied and the object identity may be changed.

C.

The transmitted object may be copied and the transmission preserves the object identity.

D.

The transmitted object at the sender is exactly the same as the one that arrives at the receiver.

Full Access
Question # 21

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

Choose Ihe correct answer:

Which statement is true about fUML?

A.

All constructs of fUML are executable

B.

The semantics of Interactions are expressed in fUML

C.

fUML is designed primarily to express static semantics.

D.

fUML includes constructs widely used in both UML models and platform languages.

Full Access
Question # 23

Choose the correct answer:

Consider the following diagram:

action 1 executes the classifier Behavior of the input object What kind of Action is action 1?

A.

CallBehaviorAction

B.

CallOperationAction

C.

StartObjectBehaviorAction

D.

CallClassifierBehaviorAction

Full Access
Question # 24

Choose the correct answer:

Given the following diagram fragment:

Which review comment is valid and applicable?

A.

The Realization relationships should be reversed

B.

The Generalization relationships should be replaced by Realization relationships.

C.

The Realization relationships should be replaced by Generalization relationships.

D.

The UML syntax rules do not allow the use of Realization relationships between Components and Classes without the application of the stereotypes in a profile.

Full Access
Question # 25

Choose the correct answer:

Which behavioral process can be modeled by a FunctionBehavior?

A.

populating a file-based Spreadsheet with mathematical functions and their input values

B.

turning on or off a light in room depending on whether people are or are not in that room

C.

taking thenext 5 elements out of a First in First Out queue

D.

return an array containing the Fibonacci sequence (0.1.1. 2. 3. 5.....n) for a given parameter n

E.

UML has no concept of FunctionBehavior.

Full Access
Question # 26

Choose the correct answer:

Consider the following diagrams:

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

A.

reception of z

B.

reception of u

C.

reception of w

D.

We cannot uniquely determine the last event occurrence.

Full Access
Question # 27

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