Choose the correct answer:
In addition to stereotypes, which UML elements can a profile define?
Choose the correct answer:
Consider the following diagram fragment:
What is the value of "Counter" before the SomeActivity Action is executed?
Choose the correct answer:
What is the main purpose of the concept of Extent in MOF?
Choose the correct answer:
What happens when an exception is raised by an Action within an Activity that has been invoked asynchronously?
Choose the correct answer:
What is the difference between a ValueSpecificattonActlon and a CreateObjectAction?
Choose the correct answer:
Consider the following diagram fragment:
What is "QueryCustomerFromParcel"?
Choose the correct answer:
Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?
Choose the correct answer:
What does a lower multiplicity of one for an end of an n-ary Association imply?
Choose the correct answer:
Consider the following sequence diagram:
What does "critical" refer to?
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)
Choose the correct answer:
Consider the following diagram:
Which statement is correct about the diagram?
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?
Choose the correct answer:
What characterizes the generalization relationship between two Classifiers wherethe child can NOT be substituted for the parent?
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?
Choose the correct answer:
In fUML. how must an execution model be modeled?
Choose the correct answer: Which construct specifies all possible valid traces?
Choose the correct answer:
What happens with a transmitted object of a send Action during transmission?
Choose the correct answer:
Which feature of a UML model element could NOT be adapted by a Stereotype?
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?
Choose the correct answer:
Given the following diagram fragment:
Which review comment is valid and applicable?
Choose the correct answer:
Which behavioral process can be modeled by a FunctionBehavior?
Choose the correct answer:
Consider the following diagrams:
When this behavior is executed, which event will occur last?