What is the purpose of a Relationship Connector in the ArchiMate language?
Answer : C
Comprehensive and Detailed in Depth
A Relationship Connector is used in ArchiMate to connect multiple relationships of the same type. This allows complex architectures to be simplified by visually combining multiple relationships into a single point of reference.
The ArchiMate 3.2 Specification defines Relationship Connectors as elements that allow two or more relationships to be connected, ensuring model clarity and simplicity.
Archi User Guide
Complete the sentence. In the Motivation elements metamodel, a principle __.
Answer : B
Comprehensive and Detailed in Depth
A Principle in ArchiMate is a high-level guideline that directs decision-making and architecture development. It is a specialization of a Constraint, meaning that it restricts behavior in a way that aligns with organizational goals.
The ArchiMate 3.2 Specification describes Principles as specific constraints that apply to enterprise architecture and governance.
Archi User Guide
ArchiMate 3.2 Specification
What Implementation and Migration element can be used to model sub-projects or tasks within a project, complete projects, programs, or project portfolios?
Answer : B
Comprehensive and Detailed in Depth
A Work Package is an Implementation and Migration element in ArchiMate that represents a series of actions designed to achieve a specific goal within a defined period. It is used to model sub-projects, tasks, projects, and programs as it captures the work needed to realize a specific aspect of an architecture.
The ArchiMate 3.2 Specification explicitly defines a Work Package as an element that structures and organizes the necessary activities within a project, program, or portfolio.
Archi User Guide
What application layer element would you use to define a point of access where an application service is made available to a user?
Answer : D
Comprehensive and Detailed in Depth
An Application Interface in ArchiMate represents a point of access where an Application Service is exposed to users or other applications.
Application Interfaces define how users or other software components interact with an Application Service. This is clearly defined in the ArchiMate 3.2 Specification, which states that an Application Interface provides access to an Application Service.
Archi User Guide
Which of the following is a composite element?
Answer : A
Comprehensive and Detailed in Depth
The Grouping element is a composite element in ArchiMate. It combines multiple elements into a single logical unit to simplify the representation of complex architectures.
Unlike Aggregation, which represents a relationship between a whole and its parts, Grouping allows the modeler to create arbitrary clusters of elements, regardless of their layer or type.
The ArchiMate 3.2 Specification confirms that Grouping is a composite element used for structuring models and can include elements from different aspects and layers.
Archi User Guide
ArchiMate 3.2 Specification
Consider the diagram:

(A diagram showing "Acquire Insurance Product" decomposed into Develop Products, Market and Sell Products, Manage Policies and Claims, and Serve Customers.)
Which of the following describes the diagram?
Answer : C
Comprehensive and Detailed In-Depth
This diagram represents a value stream, which is a key concept in ArchiMate 3.2. A value stream describes how value is created and delivered across a sequence of activities. It is used to represent high-level business activities that contribute to the value creation for a stakeholder or customer.
The Acquire Insurance Product at the top level represents an end-to-end flow.
The sub-elements (Develop Products, Market and Sell Products, Manage Policies and Claims, and Serve Customers) depict how value is progressively built through different stages.
The dashed arrows indicate a flow of value from one stage to the next, typical in value streams.
Analysis of Answer Choices:
A. A set of processes for acquiring insurance products Incorrect.
Processes are typically lower-level activities depicted using process modeling, such as BPMN or a process flow diagram.
ArchiMate 3.2 Specification, Section 6.3.2, differentiates business processes from value streams.
B. A sequence of capabilities for acquiring insurance products Incorrect.
Capabilities represent the organization's abilities rather than sequential activities.
In ArchiMate, capabilities are more static, focusing on what the organization can do, rather than how value is delivered over time.
ArchiMate 3.2 Specification, Section 7.3, explains the distinction between capabilities and value streams.
C. A value stream for acquiring insurance products Correct Answer
A value stream represents a series of high-level activities that create value for a customer or stakeholder.
ArchiMate 3.2 Specification, Section 8.2.4, defines value streams as sequences that deliver value incrementally.
This exact pattern (top-level action decomposed into a structured sequence of stages) is a value stream.
D. A decomposition of the course of action for acquiring insurance products Incorrect.
Course of action is a concept in Strategy Layer of ArchiMate, referring to guidelines, policies, or directions rather than a flow of activities.
This is not a strategic breakdown, but rather a flow of value creation.
ArchiMate 3.2 Specification, Section 7.5, states that course of action is different from a structured value creation sequence.
Final Answer: C. A value stream for acquiring insurance products.
ArchiMate 3.2 Specification: Sections 6.3.2 (Business Process), 7.3 (Capabilities), 8.2.4 (Value Streams), and 7.5 (Course of Action).
Consider the diagram showing a system used for settling car insurance claims:

(A diagram showing Online Claims connected to Loss Claim, which in turn accesses Customer Record.)
Which answer correctly describes this diagram?
Answer : B
Comprehensive and Detailed In-Depth
This ArchiMate Technology Layer diagram represents a software application architecture where different application components interact with data objects.
'Online Claims' is an application component that interacts with 'Loss Claim'.
'Loss Claim' is another application component, likely acting as a back-end system that processes claims.
'Customer Record' is a data object that 'Loss Claim' accesses to retrieve or store customer-related information.
The Online Claims system does not directly access the Customer Record, but instead relies on the Loss Claim system to fetch the required data.
Analysis of Answer Choices:
A. The Loss Claim application serves the Online Claims department and accesses a data object called Customer Record. Incorrect
There is no indication that 'Online Claims' represents a department; it is an application component.
The diagram focuses on software components, not organizational units.
B. The Online Claims application uses a back-end module called Loss Claim to access a data object called Customer Record. Correct Answer
The Online Claims system depends on the Loss Claim system, which in turn accesses the Customer Record.
This matches the typical structure of a front-end application relying on a back-end module.
ArchiMate 3.2 Specification, Section 7.3, states that application components can interact hierarchically, where a front-end application calls a back-end service to process data.
C. The Loss Claim application realizes the Online Claims service and accesses a Customer Record data object. Incorrect
'Realization' means the Loss Claim application would be implementing a service provided by Online Claims.
In the diagram, Online Claims and Loss Claim are separate application components, and Loss Claim is not a realization of an Online Claims service.
D. The Customer Record application uses Loss Claim middleware to present the Online Claims user interface. Incorrect
The Customer Record is a data object, not an application.
Loss Claim is not middleware; it is a back-end application component.
The diagram does not indicate that Loss Claim is responsible for presenting a user interface.
Final Answer: B. The Online Claims application uses a back-end module called Loss Claim to access
ArchiMate 3.2 Specification: Sections 7.3 (Application Components), 7.5 (Data Objects), and 7.6 (Application Services).
Archi User Guide: Modeling front-end and back-end application interactions.