Google Cloud Professional Cloud Network Engineer — Question 169
Your organization has approximately 100 teams that need to manage their own environments. A central team must manage the network. You need to design a landing zone that provides separate projects for each team. You must also make sure the solution can scale. What should you do?
Answer options
- A. Configure Policy-based Routing for each team.
- B. Configure a Shared VPC, and create a VPC network in the host project.
- C. Configure VPC Network Peering, and peer one of the VPC's to the service project.
- D. Configure a Shared VPC, and create a VPC network in the service project.
Correct answer: B
Explanation
The correct answer is B, as configuring a Shared VPC in the host project allows multiple teams to share the same VPC resources while maintaining their individual projects. Options A, C, and D do not provide the same level of management and scalability for multiple teams, with D incorrectly suggesting the VPC network should be in the service project rather than the host project.