
Answer-first summary for fast verification
Answer: Configure a Shared VPC, and create a VPC network in the host project.
The scenario requires a scalable solution where a central team manages the network while allowing 100+ teams to use separate projects. Shared VPC is designed for this purpose. In a Shared VPC setup, the host project (managed by the central team) contains the VPC network, and service projects (team-specific projects) attach to it. This centralizes network control and scales efficiently as new service projects can be added without reconfiguring the network. Option B correctly configures the VPC in the host project, aligning with centralized management. Options C and D are incorrect because VPC peering doesn't scale well with 100+ projects, and placing the VPC in service projects (D) decentralizes control. Policy-based Routing (A) is unrelated to cross-project network sharing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should you design a scalable landing zone that allows 100 teams to manage their own environments while maintaining centralized network control through separate projects per team?
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.
No comments yet.