Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

OMG-OCSMP-MBI300 OMG-Certified Systems Modeling Professional - Model Builder - Intermediate Questions and Answers

Questions 4

Choose the correct answer.

Given the following diagram:

What is the significance of typing the connector with an association?

Options:

A.

Only items compatible with Card Connection may pass over connector c1. There are no other implications

B.

If SD Card and Card Reader blocks ever have ports, they must be compatible with the Card Connection association

C.

Card Connection represents the pan that d uses to connect SD Card to Card Reader, eg the arrangement of contact points

D.

An association must exist between the SD Card block and Card Reader block, and not just between parts in the Digital Picture Frame block.

Buy Now
Questions 5

Choose the correct answer.

Consider the following two activity diagram fragments labeled Fragment 1 and Fragment 2. The JoinSpecification for Fragment 1 is completely specified, but the JoinSpecification for Fragment 2 is not.

Which join specification for Fragment 2 will make it exhibit the same behavior as fragment 1? Assume that activities with the same names exhibit the same behavior

Options:

A.

b1 or b2 or b3 or b4

B.

(b1 or b?) and (b3 or b4)

C.

(b1 or b2) and b3 and b4

D.

The question cannot be answered because Activity Diagram Fragment 1 is ambiguous

Buy Now
Questions 6

Choose the correct answer

How would a modeler refine a use case textual narrative?

Options:

A.

provide a detailed definition of the use case using a behavioral diagram

B.

specify all of the triggers preconditions, and post conditions for the use case

C.

specify all extension points for extend use cases and specify all secondary actors

D.

provide a complete textual description of the main flow and alternative/exceptional flows for the use case

Buy Now
Questions 7

Choose the correct answer

Which statement is true about the read only keyword when it appears next to a property?

Options:

A.

It states that the corresponding property is provided for reading purposes only

B.

It specifies that the corresponding property cannot be redefined

C.

It specifies that the value of the corresponding property cannot change during the lifetime of its owner.

D.

It specifies that the value of the corresponding property can be changed by its owner, but can only be read by other blocks

Buy Now
Questions 8

Choose the correct answer.

Given the following diagram:

What needs to be determined in order to model the connection between components s0 and u3 in more detail?

Options:

A.

whether component s0 subclasses component u3

B.

which parts of each component participate in the connection

C.

which parts of each component participate in a reference association

D.

whether any part that belongs to component s0 subclasses a pan that belongs to component u3

Buy Now
Questions 9

Choose the correct answer

Given the following diagram:

Which statement is true?

Options:

A.

The Security viewpoint conforms to the requirements specified by the Security view

B.

The Security view is intended to address the purpose specified by the Security viewpoint

C.

The Security view imports the Security viewpoint to ensure the security requirements are satisfied

D.

The Security viewpoint imports the model elements associated with flowing down the security requirements

Buy Now
Questions 10

Choose the correct answer.

A system engineer has created the following model of a tank system composed of two tanks and a pipe connecting them:

The system engineer wants to mathematically relate the flow of water through the pipe using the following mass conservation equation: Tank_System wFlowin flowRate * Tank_System pipe endA_Area = Tank_System wFlowOut flowRate * Tank_System pipe endB_Area How would the system engineer model this in SysML?

Options:

A.

Create a block to represent the mass conservation equation, use it in Tank_System. and relate its properties to the properties of wFlowin. wFlowOut. and pipe

B.

Create a constraint block to represent the mass conservation equation, use it in Tank_System. and relate its parameters to the properties of wFiowin. wFlowOut. and pipe

C.

Create a constraint block to represent each of wFlowin wFlowOut and the mass conservation equation; use these constraint blocks In Tank_System. and relate their parameters to the properties of pipe.

D.

Create two flow properties for Tank_System (equivalent to wFlowin and wFlowOut); create a constraint block for the mass conservation equation and use it in Tank_System. and then relate the flow properties to the new constraint property.

E.

It is not possible to model this because wFlowin and wFlowOut are item properties and not flow properties

Buy Now
Questions 11

Choose the correct answer

What is an efficient way to represent highly reused patterns of interaction on sequence diagrams?

Options:

A.

an Interaction use referencing an interaction defined on a separate sequence diagram

B.

an interaction template construct that is instantiated from the referring sequence diagram

C.

the call interaction operator with an operand referring to the reusable Interaction defined elsewhere

D.

an activation on the referring sequence diagram allocated to another activation on the referenced diagram

Buy Now
Questions 12

Choose the correct answer.

Given the following diagram:

Which diagram is correct?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 13

Choose the correct answer.

Given the following diagram:

Which generalization constraint keywords should be used to specify that:

1- the set of all instances of Car is not fully covered by its three shown subtypes, Small, Medium, and Large, AND

2- an instance of Car is exclusively either Small Medium, or Large

Options:

A.

(not full, exclusive)

B.

(partial, exclusive)

C.

{Incomplete, xor)

D.

(incomplete disjoint)

E.

{subset, disjoint}

Buy Now
Questions 14

Choose the correct answer

Different Block kinds are modeled using stereotypes such as «system», «subsystem» or «software»

Where are these stereotypes typically defined?

Options:

A.

The modeling tool provides the stereotypes

B.

The stereotypes are part of the SysML standard

C.

Each modeler who writes requirements can define stereotypes

D.

A profile that maps modeling methodology concepts to the model defines the stereotypes

Buy Now
Questions 15

Choose the correct answer.

What is one key advantage of using SysML parametrics versus traditional derived properties?

Options:

A.

A derived property requires an additional constraint expression, whereas SysML parametrics does not.

B.

OCL-based constraint expressions can be used with SysML parametrics but not with derived properties

C.

it takes many more steps to specify derived properties in the typical tool compared to specifying constraint blocks.

D.

SysML parametrics supports non causal expressions, whereas a derived property involves an expression with a fixed output direction

Buy Now
Questions 16

Choose the correct answer.

The area of a rectangle is calculated through analysis of its height and width:

How is this represented in a model?

A)

B)

C)

D)

E)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 17

Choose the correct answer.

What are the possible values of the enumeration ControlValue?

Options:

A.

suspend and resume

B.

enable and disable

C.

suspend, resume, enable and disable

D.

It has no values, but is intended for a modeler to extend with their own control values.

Buy Now
Questions 18

Choose the correct answer

In a state machine which behavior can be interrupted by a transition which leaves the current state?

Options:

A.

a do behavior

B.

an entry behavior

C.

an exit behavior

D.

the effect of an internal transition

Buy Now
Questions 19

Choose the correct answer

Which SysML construct is used to represent a connection point to an interaction when It is being used by another interaction?

Options:

A.

a formal gate

B.

a usage point

C.

a message port

D.

an interaction parameter

Buy Now
Questions 20

Choose the correct answer.

A project has produced the following initial draft sequence diagram fragment:

Options:

Buy Now
Questions 21

Choose the correct answer.

Assume the following state machine fragment Is In the A-State when the event evC arrives.

What is the order of behaviors that are executed after evj arrives?

Options:

A.

action 9, action 1

B.

action 2, action 9, action 1

C.

action 2, action 9, action 1, start activity X, evC

D.

stop activity X (if needed), action 2, action 9, action 1, start activity X

E.

stop activity X (If needed), action 2, action 9, action 1, action 4 start activity X

Buy Now
Questions 22

Choose the correct answer.

Given the following bdd:

Which Ibd corresponds?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 23

Choose the correct answer

A sequence diagram depicts the beginning of a user's session with a piece of interactive software . The diagram must show that the –Software Session is created by some activity of the .User.

Which sequence diagram fragment expresses this?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 24

Choose the correct answer

Annex C of the SysML specification describes optional stereotypes that are useful for modeling requirements. Which stereotype are all the other stereotypes based upon, and which properties does it add to a requirement?

Options:

A.

«designConstraint», which adds a mandatory constraintProperty

B.

«emanagedRequirement», which adds properties for owner and changeAuthority

C.

«extendedRequirement», which adds properties for source, risk, and verifyMethod

D.

«penformanceRequirement». which adds properties for performanceMeasure and performance MeasureKind

E.

«synched Requirement», which adds properties for lastSynch. version, and corresponding ID in the requirements management tool

Buy Now
Questions 25

Choose the correct answer.

Given the model composed of the following diagram:

The modeler has set all shown values us inputs and next intends to solve the mode that is, to calculate the outputs. Assume nothing relevant has been left out.

What is wrong with this model?

Options:

A.

The modeler set a1 as an input value in case1.

B.

Block A cannot be used by both easel and case2.

C.

Both easel and case2 should not be underlined.

D.

The slash (/) in property a1 of BlockA is an error that paramethes will assume to be a division sign.

Buy Now
Questions 26

Choose the correct answer

Where may constraint blocks be defined?

Options:

A.

on any diagram

B.

only on parametric diagrams

C.

only on block definition diagrams

D.

only on block definition diagrams or package diagrams

E.

only on block definition diagrams or parametric diagrams

F.

only on block definition diagrams or internal block diagrams

Buy Now
Questions 27

Choose the correct answer.

Given the following bdd fragment and table showing messages sent between blocks:

Block C Is encapsulated; none of the other blocks are.

Which Ibd for block A has the correct assignment of flow ports and connectors? If two or more options are correct, select the one with the fewest ports.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Exam Code: OMG-OCSMP-MBI300
Exam Name: OMG-Certified Systems Modeling Professional - Model Builder - Intermediate
Last Update: May 17, 2024
Questions: 90

PDF + Testing Engine

$130

Testing Engine

$95

PDF (Q&A)

$80