Google Cloud Professional Cloud Developer — Question 15
Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs.
Which approach should you use?
Answer options
- A. Deploy the website on App Engine and use traffic splitting.
- B. Deploy the website on App Engine as three separate services.
- C. Deploy the website on Cloud Functions and use traffic splitting.
- D. Deploy the website on Cloud Functions as three separate functions.
Correct answer: A
Explanation
The correct answer is A because App Engine's traffic splitting feature allows for easy testing of different versions of a website without deploying separate services. Options B, C, and D are less efficient as they require either multiple deployments or do not utilize the traffic splitting capability effectively.