Professional Cloud Security Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is deploying Compute Engine virtual machines without external IP addresses in a custom subnet (10.10.1.0/24). The workloads need to securely communicate with Cloud Storage and Artifact Registry while preventing data exfiltration to non-supported external services by leveraging an active VPC Service Controls security perimeter.
The VPC network enforces a strict baseline egress policy with an explicit low-priority deny rule for 0.0.0.0/0.
Which set of actions should the security engineer take to establish connectivity while maintaining network isolation and security perimeter enforcement?
Private Google Access (PGA) allows Compute Engine instances with only internal IP addresses to reach Google APIs and services through internal Google network pathways. When paired with VPC Service Controls (VPC-SC), traffic must be directed to the restricted VIP domain (restricted.googleapis.com), which maps to 199.36.153.4/30.
*.googleapis.com and *.pkg.dev to restricted.googleapis.com resolves endpoints to 199.36.153.4/30, which strictly allows only APIs supported by VPC Service Controls and blocks non-supported services, mitigating risk of data exfiltration.199.36.153.4/30 (or 0.0.0.0/0) with the default internet gateway next hop is required by Google Cloud's routing layer to direct internal API traffic to Google infrastructure.199.36.153.4/30 on TCP port 443 maintains tight boundary isolation while permitting necessary API traffic./30 prefix, keeping network attack surfaces minimal.This solution meets all functional, routing, firewall, and VPC-SC perimeter security requirements without introducing unneeded infrastructure or exposing internal workloads to broader network ranges.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.