Google Sample Question 12 of 15
You recently used Vertex AI Prediction to deploy a custom-trained model in production. The automated re-training pipeline made available a new model version that passed all unit and infrastructure tests. You want to define a rollout strategy for the new model version that guarantees an optimal user experience with zero downtime. What should you do?
🦉 Explanation by WiseOwl Tutor™ — not endorsed by Google
Shadow deployments minimize the risk of affecting user experience while ensuring zero downtime by executing predictions in parallel without returning them to users. Canary deployments (via traffic splitting or Istio) route a subset of actual user traffic to the new model version, which violates the requirement to guarantee an optimal user experience with zero risk of affecting the production user experience. Multi-armed bandits also expose users to the new version.
Ready to practice?
These 15 official sample questions are free to practice on WiseOwlLearns — no account required. Get real-time tutoring from WiseOwl Tutor™ and step-by-step elimination reasoning from Option Analyzer™.