01Your model looks great offline but drops CTR 2% in production. How do you ship safely and find the cause?▼hardMetaGoogleMicrosoft2 repliesunlockedTwo problems wear one costume here: how you would have caught this before full rollout, and how you debug it after the fact. Cover both and you show senior judgment. This walks through the staged-rollout and root-cause playbook.Open full answer →
07Compare shadow, canary, and blue-green deployment for ML models, and how you roll back safely.▼medium★ EssentialMicrosoftAmazonDatabricks1 repliesunlockedDeploying a model is more than flipping a switch. The signal is knowing what each rollout strategy validates, why shadow is uniquely useful for ML, and keeping rollback a single step away. Here is the comparison and when each fits.Open full answer →
21How do you decide when to roll back a deployed model, and how do you do it safely?▼mediumAmazonMicrosoftGoogle1 replies◆ premiumA bad model in production needs a fast, safe rollback, but ML rollback is harder than code: the model is data and the truth signal lags. What matters is pre-defined criteria plus a previous version kept warm. Here is the answer.Open full answer →
23What is shadow deployment, and how does it differ from canary and A/B testing?▼mediumAmazonMicrosoftGoogle1 replies◆ premiumShadow deployment validates a new model on real traffic without exposing users to it. What matters is knowing outputs run in parallel then get discarded, and how it complements canary and A/B. Here is the answer.Open full answer →
44How do you design automated rollback triggers so a bad model reverts before a human notices?▼hardNetflixUberStripe2 replies◆ premiumManual rollback means minutes of damage while someone wakes up. What matters is defining the trigger signals, thresholds, and guardrails that revert automatically, without flapping on noise. Here is how to make the loop safe.Open full answer →
45Going deeper on canary and blue-green: how do you actually shift traffic and decide to ramp?▼hardNetflixAmazonUber1 replies◆ premiumSaying 'route 5% to the canary' is the easy part. What matters is how you split traffic deterministically, gather enough signal to decide, and ramp on evidence rather than vibes. Here is the mechanics layer.Open full answer →