nerdexam
IIBA

CBAP · Question #456

The seminar administrator reviewed these three diagrams and asked the BA to create a fourth diagram to model the various levels that a trainee goes through (e.g., white belt to yellow belt yellow…

The correct answer is B. State modeling. State modeling captures the various states an entity can be in and the transitions between those states, making it the correct technique to model a trainee's progression through belt levels.

Requirements Analysis and Design Definition

Question

The seminar administrator reviewed these three diagrams and asked the BA to create a fourth diagram to model the various levels that a trainee goes through (e.g., white belt to yellow belt yellow belt to green belt etc). What modeling technique will the BA use to create this diagram?

Options

  • ADecision modeling
  • BState modeling
  • CConcept modeling
  • DOrganizational modeling

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)

Why each option

State modeling captures the various states an entity can be in and the transitions between those states, making it the correct technique to model a trainee's progression through belt levels.

ADecision modeling

Decision modeling represents the logic and rules behind business decisions using decision tables or DMN notation, not the lifecycle states of an entity.

BState modelingCorrect

A State Diagram (state machine diagram) models the distinct states an object or entity can occupy and the events or conditions that trigger transitions between those states. Modeling a trainee moving from white belt to yellow belt to green belt is precisely this pattern - each belt is a state, and advancement criteria are transitions. This directly maps to the state modeling technique.

CConcept modeling

Concept modeling (conceptual diagrams or domain models) captures the relationships between business concepts and entities, not the sequential states an entity progresses through.

DOrganizational modeling

Organizational modeling depicts the structure, roles, and reporting relationships of an organization, not the state transitions of an individual entity.

Concept tested: State modeling for entity lifecycle and transitions

Source: https://www.omg.org/spec/UML/2.5.1/PDF

Topics

#state modeling#state diagram#lifecycle transitions#modeling techniques

Community Discussion

No community discussion yet for this question.

Full CBAP Practice