Question 90 of 315
Single answerYou have an App Engine application that needs to be updated. You want to test the update with production traffic before replacing the current application version.
What should you do?
ADeploy the update using the Instance Group Updater to create a partial rollout, which allows for canary testing.
✓BDeploy the update as a new version in the App Engine application, and split traffic between the new and current versions.
CDeploy the update in a new VPC, and use Google's global HTTP load balancing to split traffic between the update and current applications.
DDeploy the update as a new App Engine application, and use Google's global HTTP load balancing to split traffic between the new and current applications.
✓
Correct Answer: B
Deploy the update as a new version in the App Engine application, and split traffic between the new and current versions.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.