
Answer-first summary for fast verification
Answer: In GCP console, click Traffic Splitting and direct 100% of the traffic to the previous version.
The correct answer is **C** because the most efficient way to revert to a functioning state is by redirecting all traffic to a previously deployed version using Traffic Splitting in the GCP console. This method allows for immediate redirection without the need for command-line interventions, which may not support rollback or revert features as indicated in options A and D. Option B is incorrect as the GCP console does not offer a direct Rollback button for this purpose. Traffic splitting is a versatile feature that not only facilitates quick rollbacks but also supports A/B testing and controlled feature rollouts by distributing traffic among multiple versions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
After successfully deploying several versions of your App Engine applications in a Standard Environment, you've encountered a broken deployment. The development team has left for the day. What's the quickest method to restore your site to a working condition?
A
Use the gcloud app deployments revert command.
B
In GCP console, click the Rollback button on the versions page.
C
In GCP console, click Traffic Splitting and direct 100% of the traffic to the previous version.
D
Use the gcloud app deployments rollback command.
No comments yet.