PROFESSIONAL-CLOUD-DEVELOPER · Question #62
PROFESSIONAL-CLOUD-DEVELOPER Question #62: Real Exam Question with Answer & Explanation
The correct answer is A: Deploy website on App Engine and use traffic splitting.. A is correct because it allows routing traffic to a single domain and split traffic based on IP or B is not correct because the domain name will change based on the service. C and D are not correct because Cloud Functions cannot be used to deploy websites. https://cloud.google.co
Question
Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs. You are not able to make changes to your application code. What should you do?
Options
- ADeploy website on App Engine and use traffic splitting.
- BDeploy website on App Engine as three separate services.
- CDeploy website on Cloud Functions and implement custom code to show different designs.
- DDeploy website on Cloud Functions as three separate functions.
Explanation
A is correct because it allows routing traffic to a single domain and split traffic based on IP or B is not correct because the domain name will change based on the service. C and D are not correct because Cloud Functions cannot be used to deploy websites. https://cloud.google.com/appengine/docs/standard/python/splitting-traffic
Topics
Community Discussion
No community discussion yet for this question.