Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When deploying a risky update to an application in Google App Engine that can only be tested in a live environment, what is the best strategy to minimize risk?
A
Create a new project with the new app version, and then redirect users to the new version.
B
Warn users that a new app version may have issues and provide a way to contact you if there are problems.
C
Deploy a new version of the application but use traffic splitting to only direct a small number of users to the new version.
D
Deploy the application temporarily and be prepared to pull it back if needed.