Google Professional Cloud Network Engineer Professional Cloud Network Engineer Online Training
Google Professional Cloud Network Engineer Online Training
The questions for Professional Cloud Network Engineer were last updated at Jun 16,2025.
- Exam Code: Professional Cloud Network Engineer
- Exam Name: Professional Cloud Network Engineer
- Certification Provider: Google
- Latest update: Jun 16,2025
You want to implement an IPSec tunnel between your on-premises network and a VPC via Cloud VPN. You need to restrict reachability over the tunnel to specific local subnets, and you do not have a device capable of speaking Border Gateway Protocol (BGP).
Which routing option should you choose?
- A . Dynamic routing using Cloud Router
- B . Route-based routing using default traffic selectors
- C . Policy-based routing using a custom local traffic selector
- D . Policy-based routing using the default local traffic selector
You have enabled HTTP(S) load balancing for your application, and your application developers have reported that HTTP(S) requests are not being distributed correctly to your Compute Engine Virtual Machine instances. You want to find data about how the request are being distributed.
Which two methods can accomplish this? (Choose two.)
- A . On the Load Balancer details page of the GCP Console, click on the Monitoring tab, select
your backend service, and look at the graphs. - B . In Stackdriver Error Reporting, look for any unacknowledged errors for the Cloud Load Balancers service.
- C . In Stackdriver Monitoring, select Resources > Metrics Explorer and search for https/request_bytes_count metric.
- D . In Stackdriver Monitoring, select Resources > Google Cloud Load Balancers and review the Key Metrics graphs in the dashboard.
- E . In Stackdriver Monitoring, create a new dashboard and track the
https/backend_request_count metric for the load balancer.
You want to use Partner Interconnect to connect your on-premises network with your VPC. You already have an Interconnect partner.
What should you first?
- A . Log in to your partner’s portal and request the VLAN attachment there.
- B . Ask your Interconnect partner to provision a physical connection to Google.
- C . Create a Partner Interconnect type VLAN attachment in the GCP Console and retrieve the pairing key.
- D . Run gcloud compute interconnect attachments partner update <attachment> / — region <region> –admin-enabled.
You need to centralize the Identity and Access Management permissions and email distribution for the WebServices Team as efficiently as possible.
What should you do?
- A . Create a Google Group for the WebServices Team.
- B . Create a G Suite Domain for the WebServices Team.
- C . Create a new Cloud Identity Domain for the WebServices Team.
- D . Create a new Custom Role for all members of the WebServices Team.
You are using the gcloud command line tool to create a new custom role in a project by coping a predefined role.
You receive this error message:
INVALID_ARGUMENT: Permission resourcemanager.projects.list is not valid
What should you do?
- A . Add the resourcemanager.projects.get permission, and try again.
- B . Try again with a different role with a new name but the same permissions.
- C . Remove the resourcemanager.projects.list permission, and try again.
- D . Add the resourcemanager.projects.setIamPolicy permission, and try again.
One instance in your VPC is configured to run with a private IP address only. You want to ensure that even if this instance is deleted, its current private IP address will not be automatically assigned to a different instance.
In the GCP Console, what should you do?
- A . Assign a public IP address to the instance.
- B . Assign a new reserved internal IP address to the instance.
- C . Change the instance’s current internal IP address to static.
- D . Add custom metadata to the instance with key internal-address and value reserved.
After a network change window one of your company’s applications stops working. The application uses an on-premises database server that no longer receives any traffic from the application. The database server IP address is 10.2.1.25. You examine the change request, and the only change is that 3 additional VPC subnets were created. The new VPC subnets created are 10.1.0.0/16, 10.2.0.0/16, and 10.3.1.0/24/ The on-premises router is advertising 10.0.0.0/8.
What is the most likely cause of this problem?
- A . The less specific VPC subnet route is taking priority.
- B . The more specific VPC subnet route is taking priority.
- C . The on-premises router is not advertising a route for the database server.
- D . A cloud firewall rule that blocks traffic to the on-premises database server was created during the change.
You need to create a new VPC network that allows instances to have IP addresses in both the 10.1.1.0/24 network and the 172.16.45.0/24 network.
What should you do?
- A . Configure global load balancing to point 172.16.45.0/24 to the correct instance.
- B . Create unique DNS records for each service that sends traffic to the desired IP address.
- C . Configure an alias-IP range of 172.16.45.0/24 on the virtual instances within the VPC subnet of 10.1.1.0/24.
- D . Use VPC peering to allow traffic to route between the 10.1.0.0/24 network and the 172.16.45.0/24 network.
You are deploying a global external TCP load balancing solution and want to preserve the source IP address of the original layer 3 payload.
Which type of load balancer should you use?
- A . HTTP(S) load balancer
- B . Network load balancer
- C . Internal load balancer
- D . TCP/SSL proxy load balancer
Your company has a single Virtual Private Cloud (VPC) network deployed in Google Cloud with access from your on-premises network using Cloud Interconnect. You must configure access only to Google APIs and services that are supported by VPC Service Controls through hybrid connectivity with a service level agreement (SLA) in place.
What should you do?
- A . Configure the existing Cloud Routers to advertise the Google API’s public virtual IP addresses.
- B . Use Private Google Access for on-premises hosts with restricted.googleapis.com virtual IP addresses.
- C . Configure the existing Cloud Routers to advertise a default route, and use Cloud NAT to translate traffic from your on-premises network.
- D . Add Direct Peering links, and use them for connectivity to Google APIs that use public virtual IP addresses.