FDEInterviews logo
Coding & DSA / 58
easyOpenAIAnthropicGlean

Given a list of inference latencies, compute the p95 and explain percentile indexing.

Everyone quotes p95 in latency SLOs, but few can compute it without a library and fewer can explain why the index is ceil(p*n)-1, not p*n. The warm-up that screens whether you actually understand the metric you live by.

Updated Aug 2026 · Grounded in real Forward Deployed Engineer interview loops and written to a senior-engineer editorial bar.

Everyone quotes p95 in latency SLOs, but few can compute it without a library and fewer can explain why the index is ceil(p*n)-1, not p*n. The warm-up that screens whether you actually understand the metric you live by.

20 answers per topic instead of 10, plus saved progress and bookmarks · no cardor unlock all 523 remaining answers · ₹2,000 / $25
UP NEXT ON YOUR JOURNEY
FEDITOR'S NOTE

The trap is averaging. A candidate who reports mean latency when asked for p95 has missed the entire point of the question, which is that tail latency is what users feel. The second trap is off-by-one in the index: interpolation method matters, and a strong candidate names which one they picked (nearest-rank) rather than pretending there is one true p95.

DISCUSSION · 0

No comments yet — be the first to share your approach.