Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

36 results for “Branching Models”

Terminology · 16
term

Merge Queue

A serialising gate that tests each change against the current tip before merging, so a green branch cannot break the mainline.

Branching Models
term

Cloud Pricing Models

The purchase options for cloud compute — on-demand, committed use, and spot — which differ by up to 90% for identical hardware.

Cost & FinOps
term

Burstable Instance

An instance that provides a low baseline CPU allocation and accrues credits while idle, spendable for short periods of full performance.

Compute Models
term

Capability Model

A structured map of what a business does, independent of how it is organised or which systems support it, used to align technology investment with function.

Reference Models
term

Causal Consistency

A model guaranteeing that operations which causally depend on one another are seen in the same order everywhere, while concurrent operations may be seen in any order.

Consistency Models
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

Egress Pricing

The asymmetric charging model in which data entering a cloud is free and data leaving is billed, shaping architecture more than compute pricing does.

Cloud Pricing Models
term

Embedding Model Migration

The process of moving a corpus to a new embedding model, which requires re-embedding everything because vectors from different models are not comparable.

Embeddings
term

Instance Family

A group of instance types sharing a resource profile — general purpose, compute optimised, memory optimised, storage optimised, accelerated — chosen by which resource the workload…

Compute Models
term

Linearizability

The strongest single-object guarantee — every operation appears to take effect instantaneously at some point between its call and its return.

Consistency Models
term

Model Inventory

A complete register of models in use with their purpose, owner, risk tier and validation status — the artifact everything else in model governance depends on.

Model Risk Management
term

Operating Model

How an organisation arranges people, process, technology and governance to deliver its capabilities, which constrains architecture as strongly as any technical factor.

Operating Models
term

Purpose-Based Access

Granting access for a stated and recorded purpose rather than by role alone, which is what several data protection regimes actually require.

Data Access Models
term

Read-Your-Writes Consistency

A session guarantee that a client always sees its own updates, even when reads are served from replicas that may lag.

Consistency Models
term

Trunk-Based Development

All developers integrating small changes into a single shared branch at least daily, with long-lived branches avoided entirely.

Software Architecture
term

Trust Boundary Diagram

A diagram marking where data crosses between zones of differing trust, which is the structure a threat model is built on and the form security findings are best communicated in.

Communicating Threat Models
Topics · 14