Search the practice set

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

60 results for “Streaming Cost”

Terminology · 20
term

Retention Cost

The storage bill for keeping a log replayable, which is set by retention multiplied by throughput multiplied by the replication factor.

Streaming Cost
term

Architecture Cost Model

A calculation, made during design, of what an architecture will cost to run at expected and at peak volume.

Cost & FinOps
term

Cost Accountability Model

The arrangement determining whether teams merely see their costs or are financially charged for them, and the behaviour each produces.

Showback & Chargeback
term

Cost Allocation Tagging

A mandatory, enforced tagging scheme that attributes every resource to an owner, so spend can be understood and acted on below the level of the whole account.

Cost Allocation
term

Cost Model Sensitivity

Identifying which assumptions in a cost projection dominate the outcome, so effort goes into the estimates that actually matter.

Architecture Cost Modelling
term

Cost Per Transaction

Infrastructure cost divided by business volume, which reveals efficiency trends that absolute spend conceals.

Performance vs Cost
term

Cost of Delay

What it costs the business per unit of time that a piece of work is not delivered, which is the input that makes prioritisation an economic decision.

Prioritisation
term

Cost of Downtime

The quantified business impact of unavailability per unit of time, which converts reliability investment from an argument into an arithmetic comparison.

Cost vs Reliability
term

Cost per Request

The fully-loaded infrastructure cost of serving one request, and the unit that makes architectural cost decisions comparable.

Cost & FinOps
term

Cost vs Reliability Trade-off

The non-linear relationship between availability and spend, which makes each additional nine roughly an order of magnitude more expensive.

Cost & FinOps
term

Egress Cost

The charge for moving data out of a cloud provider or across its zones and regions — usually the least-anticipated line on a cloud bill.

Cost & FinOps
term

End-to-End Test Cost Curve

How the cost of a broad end-to-end suite grows with its size while its marginal value falls, and where the two cross.

End-to-End Test Economics
term

Hidden Cost Categories

The recurring costs routinely omitted from total-cost-of-ownership comparisons, which usually exceed the licence or infrastructure line everyone argues about.

Total Cost of Ownership
term

Idle Cost

The portion of infrastructure spend incurred regardless of traffic, which determines how cost per request behaves as volume changes.

Cost per Request
term

Leaky Abstraction Cost

What a consumer pays when a platform abstraction hides a mechanism they must nonetheless understand to diagnose or tune it.

Abstraction Level Choice
term

Telemetry Cost Management

Controlling observability spend through sampling, retention tiering and cardinality limits without losing diagnostic capability.

Telemetry Cost
term

Token Cost Attribution

Assigning inference spend to features, tenants and users, so that cost can be managed by the people who influence it.

AI Cost Management
term

Total Cost of Ownership

The full lifetime cost of a capability, including the people, operations, upgrades and exit that a licence comparison leaves out.

Cost & FinOps
term

gRPC Streaming

Four call patterns — unary, server streaming, client streaming and bidirectional — built on HTTP/2 streams.

gRPC Transport
term

AI Gateway

A shared proxy in front of model providers that centralises routing, keys, quotas, caching, logging and safety policy.

AI-Era Architecture
Questions · 15
quiz

A business sponsor asks for a real-time data platform because "the competition has one". Reporting is currently a nightly batch that lands at 06:00 and nobody has complained. How do you handle this?

Do not answer the technology question "Real time platform" is a solution, and it has arrived without a problem attached. Answering it directly leads either to a

Streaming vs Batch
quiz

A design review presents a new event-driven platform. What cost questions do you ask before approving it?

What the interviewer is testing Whether cost is part of your architecture review or an afterthought handled by finance later, and whether you know the specific

Cost & FinOps
quiz

A fleet of 200 instances averages 15% CPU and 85% memory. Finance wants a 40% cost reduction. What do you do?

The diagnosis The instance family is wrong. 15% CPU and 85% memory means the workload is memory bound running on general purpose or compute optimised instances,

Compute Models
quiz

A regulated client requires that no traffic between their data centre and your SaaS platform traverses the public internet. Design the connectivity and justify the cost.

Two distinct requirements hiding in one sentence Traffic must not traverse the public internet — a routing requirement. The client must be able to demonstrate i

Private Connectivity
quiz

A streaming aggregation reports lower totals than the batch job it replaced. Both read the same source. What is likely happening?

The likely cause: late events dropped past the watermark The batch job reads a completed day and sees everything, including records that arrived hours after the

Streaming Data
quiz

A vendor claims their streaming platform provides exactly-once processing. How do you evaluate the claim?

Ask where the guarantee ends Nearly always at the platform's boundary. Within it, state and offsets commit together, so internal state reflects each input once.

Exactly-Once Semantics
quiz

Prime Video reported a 90% cost cut by consolidating a serverless distributed service into one process. Does that mean microservices were the wrong choice, and what is the actual decision rule?

What actually happened The Prime Video Video Quality Analysis team's 2023 post describes an audio/video monitoring service built as Step Functions orchestrating

Architecture Patterns
quiz

Security wants mandatory hardware keys for every login; the business says it will cost conversions. How do you resolve it architecturally rather than by picking a side?

What the interviewer is testing Whether you treat security as a fixed dial to be turned up, or as a risk proportionate design variable. Both stated positions ar

Architecture Decision-Making
quiz

You are handing a streaming pipeline to an operations team who have never run one. What must exist before they accept it?

The signals they will be paged on Consumer lag in time , not in messages — ten thousand messages means nothing without the rate. And alert on the derivative : g

Streaming SLOs
quiz

You inherit an estate of roughly 400 applications, no reliable inventory, and a mandate to reduce cost and risk. What do you do in the first ninety days?

What the interviewer is testing Whether you can sequence work at portfolio scale, and whether you go for evidence before strategy. This is the enterprise archit

Enterprise Architecture
quiz

Your services currently trust anything inside the VPC. A security review says move to zero trust. What changes, and what will it cost you?

What the interviewer is testing Whether "zero trust" is a concrete set of changes to you, or a slogan. What actually changes Workload identity. Every service ge

Security Architecture
quiz

Your streaming aggregate reports 2% lower daily revenue than the batch reconciliation. Both are "correct". Explain what is happening and how you resolve it.

The likely cause: silently dropped late data The streaming job windows by event time and closes each window when the watermark passes. Records arriving after th

Watermarks & Late Data
quiz

A CDC pipeline feeding your warehouse falls three hours behind during a source system's batch job, and the source's transaction log retention is 24 hours. What is the risk and what do you change?

The immediate risk Lag consumes the retention window. At three hours behind against a 24 hour retention, you have 21 hours of margin. If the consumer stops enti

CDC Pipeline Design
quiz

A single deploy took down your monitoring platform. What happened, and how do you prevent a recurrence?

What almost certainly happened A high cardinality label was added to a metric. Each unique combination of label values is a separate time series, and cost scale

Cardinality
quiz

A team wants to build a new internal API on serverless functions. It will serve steady traffic of about 200 requests per second during business hours. What do you advise?

What the interviewer is testing Whether you can apply the serverless trade off to a specific workload rather than treating it as a default good or a default bad

Cloud Architecture
Topics · 21
topic

Streaming Cost

Always-on compute, retention and cross-zone traffic as the three bills that surprise.

2 items
topic

Streaming vs Batch

The freshness requirement that actually justifies streaming, and the cost of assuming one.

3 items
topic

AI Cost Management

Token accounting, routing, caching and the context-window budget.

3 items
topic

Analytics Cost Control

Scanned bytes, idle warehouses, and the query nobody knew was running hourly.

3 items
topic

Architecture Cost Modelling

Pricing a design before building it, at expected and at ten times volume.

2 items
topic

Cost & FinOps

General material on the economics of an architecture.

22 items
topic

Cost Allocation

Tagging enforced at provisioning, and apportioning shared costs.

2 items
topic

Cost Governance

Budgets, anomaly alerts, quotas and preventive policy.

3 items
topic

Cost per Request

Fully-loaded per-unit cost, including the lines usually left out.

2 items
topic

Cost vs Reliability

Each nine costing an order of magnitude, and pricing the failure instead.

2 items
topic

Event Streaming

Retained ordered logs, consumer offsets, partitions and replay.

9 items
topic

Hydration Cost

The gap between visible and interactive, and the JavaScript that closes it.

2 items
topic

Observability Cost

Telemetry bills, cardinality control and retention tiering.

2 items
topic

Performance vs Cost

Buying latency, and knowing what the last millisecond is worth.

2 items
topic

Streaming & Real-Time Data

General material on continuous processing of unbounded data.

2 items
topic

Streaming Data

Windowing, watermarks, late arrivals and exactly-once semantics.

8 items
topic

Streaming Joins

Joining two unbounded streams, the buffering it needs, and the enrichment alternative.

2 items
topic

Streaming SLOs

End-to-end latency, consumer lag and completeness as commitments rather than dashboards.

3 items
topic

Streaming Schema Evolution

Changing an event's shape while a retained log still holds every older version of it.

2 items
topic

Telemetry Cost

Observability bills that rival compute, and where to cut without going blind.

2 items
topic

Total Cost of Ownership

Lifetime cost including people, operations, upgrades and exit.

3 items