GoogleGoogle
ASSOCIATE-CLOUD-ENGINEER · Question #80
ASSOCIATE-CLOUD-ENGINEER Question #80: Real Exam Question with Answer & Explanation
The correct answer is B: Deploy the new version in the same application and use the --splits option to give a weight of 99. There is only one app engine can be created per project. https://cloud.google.com/appengine/docs/standard/python/splitting-traffic#gcloud
Submitted by mike_84· Mar 30, 2026
Question
You have a website hosted on App Engine standard environment. You want 1% of your users to see a new test version of the website. You want to minimize complexity. What should you do?
Options
- ADeploy the new version in the same application and use the --migrate option.
- BDeploy the new version in the same application and use the --splits option to give a weight of 99
- CCreate a new App Engine application in the same project. Deploy the new version in that
- DCreate a new App Engine application in the same project. Deploy the new version in that
Explanation
There is only one app engine can be created per project. https://cloud.google.com/appengine/docs/standard/python/splitting-traffic#gcloud
Community Discussion
No community discussion yet for this question.