QuestionQ336

Building and testing applications

Your website is running on Compute Engine. Your marketing team wants to test conversion rates across 3 different website designs.

Which approach should you choose?

  • 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.
Explanation

App Engine traffic splitting distributes a specified percentage of requests across two or more versions within a service and is designed for A/B testing. Deploying the three designs as versions and splitting traffic enables conversion-rate comparison.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!