Google Cloud Professional Cloud Network Engineer
Validates ability to design, implement, and manage Google Cloud network infrastructure. Covers designing and planning VPC networks including overall architecture, VPC design, hybrid/multi-cloud networking, and GKE networking; implementing VPC networks with routing, Network Connectivity Center, and GKE clusters; configuring managed network services including load balancing, Cloud CDN, and Cloud DNS; configuring hybrid and multi-cloud interconnectivity with Cloud Interconnect, VPN, and Cloud Router; managing, monitoring, and troubleshooting network operations; and configuring cloud network security solutions with Cloud Armor and Cloud NGFW. 50-60 multiple-choice and multiple-select questions in 2 hours. Recommended 3+ years industry experience; 2-year validity.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Designing and planning a Google Cloud VPC networkeasy
A platform team is designing a container host pattern on Compute Engine where each container on a VM needs its own routable IP address inside the VPC, without provisioning extra network interfaces. Which VPC feature is the right primitive?
- A.Cloud NAT, by reserving a port range per container and rewriting source ports on egress. Cloud NAT translates egress, it does not give each container a unique routable internal address.
- C.Google Cloud alias IP ranges enable administrators to assign multiple internal IP addresses to a single VM network interface, giving each container its own address without extra NICs.Correct answer
- B.Shared VPC service-project attachment, granting compute.networkUser on the host project. Shared VPC delegates subnets across projects; it does not place per-container IPs on one VM.
Sources
Questions are grounded in 150 references from official and authoritative materials.