Google Cloud Professional Cloud Network Engineer — Question 96

You need to create the network infrastructure to deploy a highly available web application in the us-east1 and us-west1 regions. The application runs on Compute Engine instances, and it does not require the use of a database. You want to follow Google-recommended practices. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because it suggests using a global load balancer, which is optimal for distributing traffic across regions, and it includes enabling Cloud CDN and Google Cloud Armor for enhanced performance and security. Option A falls short by using regional load balancers instead of a global one, while C complicates the setup with VPC peering, and D does not utilize the global load balancer which is essential for high availability across multiple regions.