Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpresources › An application needs to share a single VPC acros…

An application needs to share a single VPC across many projects so each team owns its own project but resources sit in one central network. Which feature solves this?

AVPC Network Peering between identical copies in each project
BCloud Load Balancing with multiple backend buckets
CCloud Interconnect with one circuit per project
DShared VPC (a host project shares its VPC subnets with service projects)
Answer & Solution
Correct answer: D. Shared VPC (a host project shares its VPC subnets with service projects)
Shared VPC is the canonical pattern: one host project owns the VPC; multiple service projects attach to its subnets and deploy resources there. Peering connects separate VPCs (useful for different orgs), Interconnect connects to on-prem, Load Balancing distributes traffic — none are shared-network architectures.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions