Topic 1 Question 223
You work for an organization that manages an ecommerce site. Your application is deployed behind a global HTTP(S) 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?
Split traffic between versions using weights.
Enable the new recommendation feature flag on a single instance.
Mirror traffic to the new version of your application.
Use HTTP header-based routing.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: A
A is the recommended way to test A/B
https://cloud.google.com/load-balancing/docs/https/traffic-management-global
👍 2melisargh2022/12/02 - 正解だと思う選択肢: A👍 2TNT872022/12/02
- 正解だと思う選択肢: A👍 1TNT872022/12/02
シャッフルモード