Google
ASSOCIATE-CLOUD-ENGINEER · Question #101
You are building a new version of an application hosted in an App Engine environment. You want to test the new version with 1% of users before you completely switch your application over to the new ve
The correct answer is D. Deploy a new version of your application in App Engine. Then go to App Engine settings in GCP. https://cloud.google.com/appengine/docs/standard/python/splitting-traffic
Submitted by miguelv· Mar 30, 2026Deploying and implementing a cloud solution
Question
You are building a new version of an application hosted in an App Engine environment. You want to test the new version with 1% of users before you completely switch your application over to the new version. What should you do?
Options
- ADeploy a new version of your application in Google Kubernetes Engine instead of App Engine
- BDeploy a new version of your application in a Compute Engine instance instead of App Engine
- CDeploy a new version as a separate app in App Engine. Then configure App Engine using GCP
- DDeploy a new version of your application in App Engine. Then go to App Engine settings in GCP
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- C17% (4)
- D70% (16)
Explanation
https://cloud.google.com/appengine/docs/standard/python/splitting-traffic
Topics
#App Engine#traffic splitting#canary deployment#version management
Community Discussion
No community discussion yet for this question.