Google Cloud Professional Cloud Network Engineer · Domain 1 · 21% of exam

Designing and planning a Google Cloud VPC network

Drill 20 practice questions focused entirely on Designing and planning a Google Cloud VPC network for the Google Cloud PCNE exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

A retail company started with a single auto-mode VPC that automatically created a /20 subnet in every Google Cloud region. As they expand globally and plan to add many custom subnets, peer with a partner VPC, and tightly control IP address allocation per region, the network team is concerned about the fixed 10.128.0.0/9 range auto mode uses and the risk of overlap with the partner. What is the recommended approach to gain full control of subnet CIDR planning while preserving existing workloads?

Reviewed for accuracy · Report an issue
Question 2 of 20

You are designing a new production VPC for a retail company. The network must connect to two on-premises data centers via HA VPN, and the on-premises teams have already allocated the 10.128.0.0/9 range for their infrastructure. The cloud team wants precise control over which regions have subnets and the exact CIDR ranges used, to avoid any overlap with on-premises addressing. Which VPC design should you choose?

Reviewed for accuracy · Report an issue
Question 3 of 20

You are designing a new production VPC for a company that will initially deploy workloads in us-central1 and europe-west1, with plans to add three more regions over the next two years. The network team requires strict control over which subnet CIDR ranges exist in each region and wants to avoid any automatically created subnets that could later overlap with on-premises ranges reachable over Cloud Interconnect. Which VPC design best meets these requirements?

Reviewed for accuracy · Report an issue
Question 4 of 20

A retailer runs workloads in a Google Cloud VPC and maintains a large on-premises data center connected via HA VPN. Applications in the VPC must resolve private hostnames hosted by the on-premises Microsoft AD DNS servers, and on-premises clients must resolve records for private Cloud DNS zones used by the cloud workloads. The team wants a fully managed solution without deploying and maintaining DNS proxy VMs in Google Cloud. Which Cloud DNS configuration should they implement?

Reviewed for accuracy · Report an issue
Question 5 of 20

A retail company runs an internal application in a Google Cloud VPC. The same hostname, app.retail.internal, must resolve to a private RFC 1918 address for clients inside the VPC, but to a public-facing external IP for clients querying from the internet. The DNS team wants a Google-managed solution that avoids maintaining separate hostnames and works without deploying custom DNS servers. Which Cloud DNS approach should they implement?

Reviewed for accuracy · Report an issue
Question 6 of 20

A financial services company is designing a Dedicated Interconnect connection between their on-premises data center and Google Cloud. A compliance requirement mandates that all traffic traversing the physical link between their edge router and Google's peering edge must be encrypted at Layer 2. The design must minimize latency overhead and avoid tunnel-based encryption. Which approach should the network engineer choose?

Reviewed for accuracy · Report an issue
Question 7 of 20

A financial services company needs to connect its on-premises data center to Google Cloud. The workload requires a sustained, private data transfer rate of 15 Gbps, must avoid traversing the public internet for regulatory compliance, and the company already operates in a colocation facility that is listed as a Google Cloud Interconnect location. They want to minimize per-GB egress costs for high-volume transfers. Which connectivity option should the network engineer recommend?

Reviewed for accuracy · Report an issue
Question 8 of 20

Your organization runs three separate VPC networks (prod-vpc, staging-vpc, and tools-vpc) that are not peered with each other. A central 'shared-services-vpc' hosts a Cloud DNS private zone (internal.example.com) plus an inbound forwarding configuration that resolves on-premises records. You need all three isolated VPCs to resolve both the internal.example.com records and the on-premises records managed in shared-services-vpc, without creating full mesh VPC peering and without duplicating zone data in each VPC. What should you implement?

Reviewed for accuracy · Report an issue
Question 9 of 20

A retail company runs a customer-facing web application on a VPC-native GKE cluster exposed through an external HTTP(S) load balancer. During load testing, the network team notices that traffic first reaches a node's kube-proxy and is then redirected to a Pod on a different node, adding an extra hop and causing uneven backend utilization and inaccurate health checks. The team wants the load balancer to distribute traffic directly to the Pods and to see accurate per-Pod health. What should they implement?

Reviewed for accuracy · Report an issue
Question 10 of 20

Your company is deploying a new GKE cluster to host a microservices platform. Security requires that cluster nodes have no public IP addresses. The platform team expects the number of Pods to grow significantly over the next two years, and they want to avoid re-creating the cluster to accommodate more Pod IPs. The cluster will run in an existing Shared VPC subnet that already has a primary range and one secondary range reserved for Services. How should you design the cluster's IP addressing?

Reviewed for accuracy · Report an issue
Question 11 of 20

A retail company runs a VPC-native (alias IP) GKE cluster in a custom-mode subnet. The subnet's primary range is used for nodes, and a secondary range /20 is allocated for Pods. After a successful holiday campaign, the platform team plans to triple the number of nodes and Pods over the next year, and they are concerned the current Pod secondary range will be exhausted. They want to add capacity without recreating the cluster or migrating workloads. What should they do?

Reviewed for accuracy · Report an issue
Question 12 of 20

A media company is launching a stateless HTTP(S) web application that will serve users across North America, Europe, and Asia. Requirements: a single global anycast IP address, TLS termination at the edge close to users, automatic routing of each user to the nearest healthy backend region, and the ability to serve cached static content from Google's edge. Which load balancing option should you choose?

Reviewed for accuracy · Report an issue
Question 13 of 20

A retail company is building a single HA VPN gateway in the us-central1 region to connect its on-premises data center to a Google Cloud VPC. The network team wants to achieve the 99.99% availability SLA for the Cloud VPN connection. The on-premises side has two physical routers, each with a public IP. How should the team configure the HA VPN gateway and tunnels to meet this SLA requirement?

Reviewed for accuracy · Report an issue
Question 14 of 20

A retail company has two on-premises data centers connected to Google Cloud via HA VPN. They also operate three separate VPC networks (prod, staging, and shared-services) that today have no connectivity to each other or to the data centers. Management wants a single managed hub that allows the on-premises sites to reach all three VPCs and allows the VPCs to exchange data-transfer traffic with each other, without building a full mesh of VPN tunnels or peering connections, and while retaining centralized route management. Which design should the network engineer implement?

Reviewed for accuracy · Report an issue
Question 15 of 20

A retail company runs a set of microservices on managed instance groups spread across three zones in the us-central1 region. Internal clients within the same VPC need to reach these services using host- and path-based routing (for example, /cart and /checkout map to different backends). All traffic must stay private (RFC 1918) and must never traverse the public internet. Which load-balancing option should the network architect select?

Reviewed for accuracy · Report an issue
Question 16 of 20

A retail company operates 40 branch offices, each already connected to Google Cloud via its own HA VPN tunnel terminating on a separate Cloud Router in a single VPC. The branches currently cannot exchange traffic with one another; all inter-branch traffic is backhauled through an aging on-premises data center. Leadership wants branches to communicate directly with each other over Google's backbone, avoiding the data center hop, while minimizing operational overhead and avoiding a full-mesh of VPN tunnels between branches. Which Google Cloud design should the network engineer implement?

Reviewed for accuracy · Report an issue
Question 17 of 20

A retail company runs an SD-WAN overlay connecting 40 physical stores. Each store already has an SD-WAN edge appliance. The networking team wants to bring this SD-WAN fabric into Google Cloud so that store traffic can reach workloads in a central VPC, and they want to deploy virtual SD-WAN appliances inside the VPC that peer with the on-prem edges using BGP. They need a Google-managed hub that dynamically exchanges routes between these virtual appliances and the VPC without building point-to-point VPN tunnels for every store. Which design should they use?

Reviewed for accuracy · Report an issue
Question 18 of 20

A retail company needs to connect its on-premises data center to Google Cloud with a private, dedicated connection. Their bandwidth requirement is approximately 5 Gbps, and they do not have equipment colocated in any Google-supported colocation facility. They want a private connection (not over the public internet) with a supported SLA and the ability to scale bandwidth incrementally in the future. Which hybrid connectivity option should the network engineer recommend?

Reviewed for accuracy · Report an issue
Question 19 of 20

You are designing a custom-mode VPC that must host several regional subnets. Each subnet needs a primary range for VM instances plus a secondary range that a future GKE VPC-native cluster will use for Pods. You must reserve a contiguous, private, non-overlapping addressing plan across three regions and leave headroom for growth without renumbering. Which IP addressing design best satisfies these requirements?

Reviewed for accuracy · Report an issue
Question 20 of 20

Your company runs on-premises data-processing servers that must call Google Cloud APIs (Cloud Storage and BigQuery) without traversing the public internet. These servers connect to your VPC through an existing HA VPN tunnel and use only internal RFC 1918 addresses. You must ensure the on-premises hosts can reach the Google APIs privately through the tunnel using the default domains (e.g., storage.googleapis.com), with minimal ongoing management. What should you design?

Reviewed for accuracy · Report an issue

More PCNE practice

Keep going with the other Google Cloud Professional Cloud Network Engineer domains, or take a full timed mock exam.

← Back to PCNE overview