nerdexam
Google

PROFESSIONAL-CLOUD-DEVELOPER · Question #62

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…

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…

Deployment Strategies

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.

How the community answered

(68 responses)
  • A
    82% (56)
  • B
    4% (3)
  • C
    10% (7)
  • D
    3% (2)

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

#Traffic Management#App Engine#Deployment Strategies#Serverless Computing

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVELOPER Practice