Search the practice set

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

23 results for “Compute Models”

Terminology · 9
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

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

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

ETL vs ELT

Whether data is transformed before loading into the target or after it, which decides where the compute happens and how much raw history you keep.

Data Architecture
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

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

Serverless

A model where the provider allocates and scales compute per request, and you are billed for execution rather than for provisioned capacity.

Cloud Architecture