Search the practice set

126 questions, 454 terms and 400 topics in 20 areas.

15 results for “Sequence Diagrams”

Terminology · 9
term

Sequence Diagram

A diagram showing the ordered exchange of messages between participants over time, used to make an interaction's control flow and failure points explicit.

Architecture Communication
term

C4 Model

A set of four nested diagram levels — context, container, component, code — that keeps each diagram at one consistent level of abstraction.

Architecture Communication
term

Consistent Prefix Read

A guarantee that if a sequence of writes happens in a given order, a reader sees a prefix of that sequence — never an out-of-order subset.

Consistency Models
term

Cross-Zone Data Transfer

Charges incurred when data moves between availability zones within a region — invisible on architecture diagrams and a recurring surprise on cloud bills.

Availability Zones
term

Data-Flow Diagram

A diagram of how data moves between processes, stores and external entities, with trust boundaries drawn on it.

Architecture Communication
term

Event Sourcing

Storing the full sequence of state-changing events as the system of record, and deriving current state by replaying them.

Data Architecture
term

Message Ordering

The guarantee about the sequence in which messages are delivered — normally per-partition or per-group only, and lost the moment consumption is parallelised.

Messaging & Queues
term

Saga

A sequence of local transactions across services where each step has a compensating action that semantically undoes it if a later step fails.

Distributed Systems
term

Value Stream

The end-to-end sequence of activities that delivers a result to a customer, viewed across whatever departments and systems it happens to cross.

Business Architecture