Quality, Cost & Token Economics
Latency budgets and UX tradeoffs Interview Questions
25 questions. All 25 carry a written answer.
- #1What is a latency budget and how would you allocate one across a RAG pipeline?ConceptIntermediate
- #2Why do you set latency targets at the 95th percentile rather than the mean?CalculationIntermediate
- #3Describe how streaming changes perceived latency without changing actual latency.ConceptFoundational
- #4At what point does latency stop mattering and quality take over?ConceptAdvanced
- #5How would you decide between a fast weak model and a slow strong one for autocomplete?CaseIntermediate
- #6Explain the UX options available when a response will take 30 seconds.CaseIntermediate
- #7Describe the latency requirements for a voice interface and why they are stricter.ConceptAdvanced
- #8How do reasoning models complicate a latency budget?ConceptAdvanced
- #9What is time-to-first-token and why is it the metric users actually feel?ConceptIntermediate
- #10Design the loading experience for an agent that runs for two minutes.CaseAdvanced
- #11How do you handle latency variance rather than average latency?ConceptAdvanced
- #12Explain when to move work to the background and notify the user later.CaseIntermediate
- #13What is the latency cost of adding a reranking step, and when is it worth it?CalculationAdvanced
- #14Describe how parallelizing tool calls affects an agent's latency profile.ConceptAdvanced
- #15How would you set a timeout, and what should happen when it fires?CaseIntermediate
- #16Explain the relationship between latency and cost in model selection.ConceptIntermediate
- #17Critique a design that shows a spinner for an unbounded amount of time.Artifact critiqueFoundational
- #18How does latency tolerance differ between a consumer and an enterprise workflow?ConceptIntermediate
- #19What UX patterns make waiting feel productive rather than broken?ConceptIntermediate
- #20Describe how you would measure whether latency is costing you conversions.CalculationAdvanced
- #21How do you budget latency when a third-party API's response time is outside your control?CaseAdvanced
- #22Explain the tradeoff between showing a fast partial answer and a slow complete one.CaseAdvanced
- #23What is the right latency target for an AI search feature, and how did you derive it?CalculationAdvanced
- #24How would you communicate a latency regression to users?CaseIntermediate
- #25Set a latency budget live for a feature I describe.InterviewAdvanced