capacity
DevOps interview questions tagged capacity, across every topic.
7 questions · 3 unlocked for you
Concepts behind "capacity"
The concept pages behind what these questions are testing.
Foundational
The KV cache is what decides how many users you can serveModel weights, runtime memory and the KV cache compete for GPU memory. Estimate the cache budget and memory per sequence, then check whether that concurrency also meets your latency target.🤖 AI Infrastructure
Foundational
Tokens are the unit of cost, latency and capacity at onceRequests per second is the wrong unit for anything involving a model. Tokens determine what you pay, how long a request takes, and how many users fit on a GPU, which is why capacity, cost and latency stop being three separate conversations.🤖 AI Infrastructure
Core
Napkin math: sizing a system before you draw itDesign rounds put a number in the prompt on purpose. Arithmetic done in the first two minutes eliminates whole classes of architecture and is the difference between designing something and describing something. These are the reference figures and the method for using them.⚙️ Infrastructure at ScaleSign in
Core
Saturation and utilisation targets: why systems fall over before they are fullLittle's law relates average concurrency, throughput and residence time. Queueing models explain why variable demand needs headroom; measurements and the failure case determine the utilization target.⚙️ Infrastructure at ScaleSign in