Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you design a study to test whether a new color scheme increases sales for a global ecommerce web application hosted on Cloud Run, using live production traffic?
A
Use an external HTTP(S) load balancer to route a predetermined percentage of traffic to two different color schemes of your application. Analyze the results to determine whether there is a statistically significant difference in sales.
B
Use an external HTTP(S) load balancer to route traffic to the original color scheme while the new deployment is created and tested. After testing is complete, reroute all traffic to the new color scheme. Analyze the results to determine whether there is a statistically significant difference in sales.
C
Use an external HTTP(S) load balancer to mirror traffic to the new version of your application. Analyze the results to determine whether there is a statistically significant difference in sales.
D
Enable a feature flag that displays the new color scheme to half of all users. Monitor sales to see whether they increase for this group of users.