Search the practice set
275 questions, 991 terms and 600 topics in 30 areas.
60 results for “Streaming Cost”
Retention Cost
The storage bill for keeping a log replayable, which is set by retention multiplied by throughput multiplied by the replication factor.
Architecture Cost Model
A calculation, made during design, of what an architecture will cost to run at expected and at peak volume.
Cost Accountability Model
The arrangement determining whether teams merely see their costs or are financially charged for them, and the behaviour each produces.
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 Model Sensitivity
Identifying which assumptions in a cost projection dominate the outcome, so effort goes into the estimates that actually matter.
Cost Per Transaction
Infrastructure cost divided by business volume, which reveals efficiency trends that absolute spend conceals.
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.
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 per Request
The fully-loaded infrastructure cost of serving one request, and the unit that makes architectural cost decisions comparable.
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.
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.
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.
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.
Idle Cost
The portion of infrastructure spend incurred regardless of traffic, which determines how cost per request behaves as volume changes.
Leaky Abstraction Cost
What a consumer pays when a platform abstraction hides a mechanism they must nonetheless understand to diagnose or tune it.
Telemetry Cost Management
Controlling observability spend through sampling, retention tiering and cardinality limits without losing diagnostic capability.
Token Cost Attribution
Assigning inference spend to features, tenants and users, so that cost can be managed by the people who influence it.
Total Cost of Ownership
The full lifetime cost of a capability, including the people, operations, upgrades and exit that a licence comparison leaves out.
gRPC Streaming
Four call patterns — unary, server streaming, client streaming and bidirectional — built on HTTP/2 streams.
AI Gateway
A shared proxy in front of model providers that centralises routing, keys, quotas, caching, logging and safety policy.
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
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
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,
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
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
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.
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
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
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
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
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
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
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
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
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
Streaming Cost
Always-on compute, retention and cross-zone traffic as the three bills that surprise.
Streaming vs Batch
The freshness requirement that actually justifies streaming, and the cost of assuming one.
AI Cost Management
Token accounting, routing, caching and the context-window budget.
Analytics Cost Control
Scanned bytes, idle warehouses, and the query nobody knew was running hourly.
Architecture Cost Modelling
Pricing a design before building it, at expected and at ten times volume.
Cost & FinOps
General material on the economics of an architecture.
Cost Allocation
Tagging enforced at provisioning, and apportioning shared costs.
Cost Governance
Budgets, anomaly alerts, quotas and preventive policy.
Cost per Request
Fully-loaded per-unit cost, including the lines usually left out.
Cost vs Reliability
Each nine costing an order of magnitude, and pricing the failure instead.
Event Streaming
Retained ordered logs, consumer offsets, partitions and replay.
Hydration Cost
The gap between visible and interactive, and the JavaScript that closes it.
Observability Cost
Telemetry bills, cardinality control and retention tiering.
Performance vs Cost
Buying latency, and knowing what the last millisecond is worth.
Streaming & Real-Time Data
General material on continuous processing of unbounded data.
Streaming Data
Windowing, watermarks, late arrivals and exactly-once semantics.
Streaming Joins
Joining two unbounded streams, the buffering it needs, and the enrichment alternative.
Streaming SLOs
End-to-end latency, consumer lag and completeness as commitments rather than dashboards.
Streaming Schema Evolution
Changing an event's shape while a retained log still holds every older version of it.
Telemetry Cost
Observability bills that rival compute, and where to cut without going blind.
Total Cost of Ownership
Lifetime cost including people, operations, upgrades and exit.