Ultimate access to all questions.
You are designing a deployment strategy for new applications on Google Cloud. As part of your deployment planning, you need to use live traffic to collect performance metrics for both new and existing applications while testing against full production load before launch. What should you do?
Explanation:
The question requires testing the new application against the full production load before launching it. Traffic mirroring (option D) allows copying live traffic to the new version without directing user requests to it. This enables performance testing under the same load as production without impacting users. Canary (A) and rolling updates (C) gradually shift traffic, not full load. Blue/green (B) typically switches all traffic at once but doesn't test the new version under full load before the switch unless combined with mirroring. Thus, D is the correct choice.