exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 345 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 345
Topic #: 1
[All Professional Cloud Developer Questions]

You work for an organization that manages an ecommerce site. Your application is deployed behind an external Application Load Balancer. You need to test a new product recommendation algorithm. You plan to use A/B testing to determine the new algorithm’s effect on sales in a randomized way. How should you test this feature?

  • A. Split traffic between versions using weights.
  • B. Enable the new recommendation feature flag on a single instance.
  • C. Mirror traffic to the new version of your application.
  • D. Use HTTP header-based routing.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pime13
3 weeks, 6 days ago
Selected Answer: A
Weighted traffic splitting is a built-in feature of external Application Load Balancers on Google Cloud and AWS2. It allows you to route a percentage of user traffic to different backend services or versions — for example, 90% to the current recommendation engine and 10% to the new algorithm. This setup ensures randomized exposure, which is essential for statistically valid A/B testing. You can gradually adjust weights as confidence in the new version grows, and roll back instantly if needed.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...