Search the practice set
275 questions, 991 terms and 600 topics in 30 areas.
60 results for “Analytics Cost Control”
Scanned Bytes
The volume a query reads, which is what most analytical engines bill for and what almost every optimisation ultimately reduces.
Preventive Control Placement
Choosing where in the lifecycle a control acts — at authoring, at admission or after the fact — which determines both its strength and its cost.
Budget Guardrail
An automated control that constrains or alerts on spend before an invoice arrives, rather than reporting overspend after the fact.
Log Level Discipline
Consistent semantics for log severity so that levels can be used for routing, alerting and cost control.
Managed vs Self-Managed
Trading control, portability and unit cost against the operational burden of running the thing yourself.
Admission Control
Deciding at the edge whether to accept a request at all, based on current capacity, before any work is done on it.
Architecture Cost Model
A calculation, made during design, of what an architecture will cost to run at expected and at peak volume.
Cache-Control
The HTTP header directing how a response may be cached and for how long, by browsers, proxies and CDNs.
Control Plane and Data Plane
The separation between the machinery that makes changes to a system and the machinery that serves its traffic.
Control Test Automation
Executing a control's test continuously against the whole population rather than sampling it annually, which changes both the detection latency and the strength of the evidence.
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.
Credit-Based Flow Control
A scheme where a receiver grants the sender a budget of bytes or messages it may transmit, replenished as the receiver consumes.
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.
Mesh Control Plane
The component that configures and coordinates a service mesh's data plane proxies, distributing policy, identity and routing rules.
Optimistic Concurrency Control
Allowing concurrent work without locks and detecting conflict at write time by checking that the underlying version has not changed.
Retention Cost
The storage bill for keeping a log replayable, which is set by retention multiplied by throughput multiplied by the replication factor.
Scheduler Control Plane
The orchestrator's own state and availability, which becomes a critical dependency for every pipeline it runs.
Service Control Policy
An organisation-level guardrail that limits what any identity in an account may do, regardless of the permissions granted within that account.
The analytics bill has tripled in six months with no corresponding growth in users or data volume. Where do you look?
Get cost per query, attributed Almost every analytical engine can report bytes scanned and compute time per query, with the identity that ran it. Without that 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 team proposes circuit breakers on every downstream call. What would you add, and why is the breaker not the most important control?
Why the bulkhead matters more A circuit breaker acts after it has detected a pattern of failure. During the seconds before it trips — and while its threshold is
A warehouse table now feeds the CRM through reverse ETL. It breaks, and the analytics team and the CRM team each say it is the other's problem. How do you resolve it?
The dispute is a design gap, not a personality problem A warehouse table built for analysis — nightly latency, best effort availability, schema changes made by
An order service must notify inventory, billing, shipping and analytics when an order is placed. Synchronous calls or events? Justify your choice per consumer.
What the interviewer is testing Whether you apply the decision per interaction rather than adopting one style globally. The framing that matters Synchronous cal
In the 2017 AWS S3 outage, the status page could not report the outage because it depended on S3. What does that tell you about designing status and control systems?
The case, as publicly reported On 28 February 2017, an authorised engineer running an established playbook to debug an S3 billing issue in us east 1 entered a c
In the October 2021 Meta outage, engineers reportedly struggled to physically access equipment because the access-control systems were also down. What class of dependency is that, and how do you find yours?
The case, as publicly reported On 4 October 2021, a command issued during routine backbone capacity assessment took down all connections between Meta's data cen
Mobile conversion is 40% below desktop. Product blames the design; analytics shows users leaving before the page is usable. How do you investigate?
Get field data before touching anything A laboratory run on a developer machine measures one configuration, usually the fastest one anyone uses. Real traffic in
Orders must trigger inventory reservation, a confirmation email, an analytics record and a fraud check. Queue, topic, or both — and what breaks if you choose wrong?
What the interviewer is testing Whether you know the difference between work distribution and notification — a distinction that produces one of the most confusi
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
Quarterly access reviews take two weeks of manager time and everyone approves everything. How do you make this a real control?
Recognise what it currently is A review where everything is approved is not producing a decision; it is producing a record of a decision shaped activity. Two we
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
Analytics Cost Control
Scanned bytes, idle warehouses, and the query nobody knew was running hourly.
Observability Cost
Telemetry bills, cardinality control and retention tiering.
GraphQL
Client-specified queries, N+1 resolution and query-cost control.
Managed vs Self-Managed
Trading control and unit cost against operational attention.
AI Cost Management
Token accounting, routing, caching and the context-window budget.
Architecture Cost Modelling
Pricing a design before building it, at expected and at ten times volume.
Backpressure & Flow Control
Telling callers to slow down instead of buffering into congestion collapse.
Control Design vs Operation
A control that is well designed and never runs fails exactly like one that is absent.
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.
Hydration Cost
The gap between visible and interactive, and the JavaScript that closes it.
Performance vs Cost
Buying latency, and knowing what the last millisecond is worth.