58Given a list of inference latencies, compute the p95 and explain percentile indexing.▼easyOpenAIAnthropicGlean1 replies◆ premiumEveryone 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.Open full answer →
18Explain what a p-value actually is, to me, and then to a customer's VP of Marketing.▼easyMetaGoogleMicrosoft1 replies○ sign inMost working data scientists state the definition wrong, and interviewers know exactly which wrong versions to listen for. The correct one-sentence definition, the VP translation, and the three classic traps.Open full answer →
20The customer checked the A/B dashboard daily and stopped the test the day it hit significance. What's wrong, and what do you tell them?▼mediumMetaGoogleSnowflake1 replies○ sign inDaily peeking can quietly triple your false-positive rate, and almost every customer does it. The math of why, the multiple-comparisons cousin, and how to deliver the bad news without losing the room.Open full answer →
60Stand up an internal Chatbot Arena to decide if model B beats A. How many comparisons, and which biases bite?▼hardOpenAIAnthropicLMSYS1 replies◆ premiumAveraging two scalar scores tells you almost nothing. Blind pairwise battles plus a win-rate confidence interval do, and the result is only trustworthy once you've controlled position bias, verbosity bias, and rater fatigue.Open full answer →
38A nightly job drifted from 30 minutes to 5 hours over six weeks with no code change. Find the cause.▼hardDatabricksSnowflakePalantir1 replies◆ premiumThe regression with no smoking gun, no deploy to blame, no single bad night. Staff-level triage is about reading the trend, not the last run, and the four slow-burn causes that a one-night comparison can't see.Open full answer →
18Which statistical tests would you use to detect drift, and what thresholds should trigger action?▼medium★ EssentialMicrosoftJPMorganAmazon1 replies○ sign inEveryone names PSI and KS; almost nobody knows why the KS p-value betrays you at production scale. The thresholds that are actually industry convention, the response ladder behind them, and the trap answer interviewers bait on purpose.Open full answer →