Archimate Foundation - Part 4 - Chapter 8 -9-10 Flashcards
Core elements
What is the use of the Business Layer metamodel?
The Business Layer is typically used (often in conjunction with the strategy elements described in the previous chapter) to model the Business Architecture of an enterprise that includes a description of the structure and interaction between the business strategy, organization, functions, business processes, and information needs.
What is the structure of the Business Layer metamodel?
As with all the architecture layers (Business, Application, and Technology), active structure, behavior, and passive structure elements are central. Active structure is a static structure of an organization in terms of entities – these are the subjects (business actors, roles) that perform behavior such as business functions/processes (which are the behavior aspect). Passive structure elements (business objects) are manipulated by behavior elements.
What is a business collaboration?
An aggregate of two or more business internal active structure elements that work together to perform collective behavior. A collaboration is a (possibly temporary) collection of business roles or actors within an organization, which perform collaborative behavior (interactions). The name of a business collaboration should preferably be a noun. It is also common to leave a business collaboration unnamed.
What is a business interface?
It is a point of access where a business service is made available to the environment.
A business interface exposes the functionality of a business service to other business roles or actors. It is often referred to as a channel (telephone, Internet, local office, etc.). The same business service may be exposed through different interfaces. The name of a business interface should preferably be a noun.
A business interface may be part of a business role or actor through a composition relationship, and a business interface may serve a business role. A business interface may be assigned to one or more business services, which means that these services are exposed by the interface
What are the active structure elements of the business layer?
In the Business Layer, three types of internal active structure element are defined: business actor, business role, and business collaboration.
What are the behaviour elements of the business layer?
In the Business Layer, three types of internal behavior element are defined: business process, business function, and business interaction.
What are the passive structure elements of the business layer?
In the Business Layer, there are two main types of passive structure elements: business object and representation. Furthermore, a contract, used in the context of a product, is a specialization of a business object.
What are the passive structure elements of the business layer?
In the Business Layer, there are two main types of passive structure elements: business object and representation. Furthermore, a contract, used in the context of a product, is a specialization of a business object.
What are the composite elements of the business layer?
The Business Layer contains one composite element: product. This aggregates or composes services and passive structure elements across the layers of the ArchiMate core language
In the Business Layer metamodel a business event can access which element? A. Business actor B. Business collaboration C. Business interface D. Business object
In the Business Layer metamodel a business event accesses passive structure elements, which include a business object.
Which of the following describes an element that can temporarily group two or more business roles to perform some collective behavior? A. Business collaboration B. Business interaction C. Business interface D. Contract
Business collaboration. A collaboration of two or more business roles results in collective behavior, which may be more than simply the sum of the behavior of the separate roles. Business collaborations represent this collective effort. Business interactions are used to describe the internal behavior that takes place within a business collaboration
What ArchiMate entity is capable of performing behavior?
A. Business actor B. Business role C. Location D. Business service
A. Business actor. It performs the behavior to which business roles are assigned.
Complete the sentence: A main difference between a function and a process is that the behavior of the process is based on a ……….
A. service B. role C. sequence or flow D. location
C. Sequence or flow
Which of the following best describes the behavior aspects of a business object?
A. It contains information that can be altered by its own behavior.
B. Its behavior is limited to managing the content of other business objects.
C. Its only represents behaviors recognized as important to the Business Architecture.
D. It has no behavior, and its contents can only be affected by other elements.
D. It has no behavior, and its contents can only be affected by other elements.
Identify the type of Business Layer elements in the table below.
…..F…. Ticket purchase completed A. Business collaboration
…..E…. Insurance policy B. Business interface
…..D…. Sales team C. Business role
…..B…. Toll-free telephone number D. Business actor
…..A…. A sales team creating a proposal E. Passive element
…..C…. A hiring manager F. Business event
Select the best Business Layer element that describes each of the following definitions:
………. Two or more roles working together A. Business function
………. Exposes functions through an interface B. Business process
………. Behavior based on chosen criteria C. Business interaction
………. Behavior based on ordered activities D. Business service
…..C…. Two or more roles working together A. Business function
…..D…. Exposes functions through an interface B. Business process
…..A…. Behavior based on chosen criteria C. Business interaction
…..B…. Behavior based on ordered activities D. Business service
Match the following symbols to their definitions:
…..C…. A unit of collective behavior performed by two or more business roles
…..D…. A perceptible form of the information carried by a business object
…..B…. A specification of an agreement between a provider and a consumer
…..A…. An explicitly defined business behavior
In your own words, explain what this model describes:
The “Request insurance” business event triggers the “Take out insurance” business process. A business object containing the “Customer information” is accessed when the business event occurs. The “Receive request” business process is the first sub-process within “Take out insurance” and triggers two parallel actions shown by a junction element. The first action is to trigger the “Process request” business process which then triggers the “Collect premium” business process. In parallel and external to the “Take out insurance” business process, a “Send portfolio” business event is triggered by the “Receive request” business process and accesses the “Customer information” business object; this triggers the “Send product portfolio to customer” process.
In the Business Layer metamodel a business event can access which element?
A. Business actor
B. Business collaboration
C. Business interface
D. Business object
D.
In the Business Layer metamodel a business event accesses passive
structure elements, which include a business object.
Which of the following describes an element that can temporarily group two or more
business roles to perform some collective behavior?
A. Business collaboration
B. Business interaction
C. Business interface
D. Contract
A.
Business collaboration. A collaboration of two or more business roles
results in collective behavior, which may be more than simply the sum of
the behavior of the separate roles. Business collaborations represent this
collective effort. Business interactions are used to describe the internal
behavior that takes place within a business collaboration.
What ArchiMate entity is capable of performing behavior?
A. Business actor
B. Business role
C. Location
D. Business service
A
Business actor. It performs the behavior to which business roles are
assigned.
Complete the sentence: A main difference between a function and a process is that the
behavior of the process is based on a ……….
A. service
B. role
C. sequence or flow
D. location
C
Sequence or flow
Which of the following best describes the behavior aspects of a business object?
A. It contains information that can be altered by its own behavior.
B. Its behavior is limited to managing the content of other business objects.
C. Its only represents behaviors recognized as important to the Business Architecture.
D. It has no behavior, and its contents can only be affected by other elements.
D.
It has no behavior, and its contents can only be affected by other elements.
In the application layer, what is the active structure, the behaviour and the passive structure?
Active structure is:
the application components, the interfaces to them, and collections of
components (an application collaboration); these are the subjects (applications) that perform
behavior.
Behaviour is application services (external behaviour) application functions/processes (internal behaviour), which are the behaviour aspect.
Passive structure elements (data objects) are manipulated by behaviour elements.
What is the application component?
The main active structure element for the Application Layer is the application component. This concept is used to model any structural entity in the Application Layer.
It can describe (reusable) software components that can be part of one or more applications, and also complete software applications, sub-applications, or information systems.
What is the application collaboration?
The application collaboration element is introduced here as the inter-relationships of components are important in an Application Architecture. It is defined as a collection of application components which perform application interactions.
What is the application interface?
An application interface is the (logical) channel through which the services of a component can be accessed. The application interface concept can be used to model both application-to-application interfaces, which offer internal application services, and application-to-business interfaces (and/or user interfaces), which offer external application services.
Describe the following Diagram
illustrates the application collaboration concept. Two application components are
shown collaborating in the application collaboration “Transaction administration”: an
“Accounting component” and a “Billing component”.