36A kernel CVE lands and 400 hosts need new kernels this quarter. How do you roll that out without betting the fleet?▼hardNewRed HatGoldman SachsOracle◆ premiumPatching is easy; surviving the rollout is the interview. Staged rings with health gates, what livepatching can and cannot buy you, and the rollback plan you write before starting.Open full answer →
25Design a canary that promotes or rolls back itself based on metrics, with no human in the loop.▼hardNewNetflixLinkedInUber◆ premiumThe loop is easy; the statistics are not. This question finds engineers who can size a traffic slice against sample noise and name the false rollback that kills trust in automation.Open full answer →
01Blue-green, canary or rolling for a payments API: pick one and defend the resource and rollback trade-off.▼medium★ EssentialNewStripeRazorpaySalesforce2 repliesunlockedThe interviewer does not want the three definitions. They want a decision, the number that justifies it, and what you do when the canary looks fine for nine minutes and then does not.Open full answer →
53A progressive rollout has been paused at 50 percent for two hours and nobody knows whether to promote or abort.▼hardNewGitLabAtlassianUber2 replies◆ premiumThe automation stopped because it could not decide, which is the correct behaviour and an incomplete design. Somebody has to decide, and the interesting question is what evidence that decision needs.Open full answer →
13How is rolling out a new model different from rolling out new code, and what does a model canary actually measure?▼expertNewMetaGoogleDatabricks○ sign inCode rollouts ask 'does it work'; model rollouts ask 'is it better', and the second question has no HTTP status code. Shadow traffic, offline eval gates and quality canaries replace the 500-rate dashboards you cannot use.Open full answer →
17Someone proposes serving the quantised model to halve your GPU bill. What has to be true before you ship it?▼hardNewNVIDIADatabricksMicrosoft2 replies○ sign inThe infrastructure win is real and easy to measure. The quality regression is real, harder to measure, and will not show up in your latency dashboards at all.Open full answer →