Google Cloud Certified - Professional Cloud Network Engineer (PR000240)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Certification
Google Professional certification
Content
261 Qs
Status
Verified
Updated
4 days ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $44 Instantly
-
✓Full PDF + Interactive Engine Everything you need to pass
-
✓All Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
✓Priority 24/7 Expert Support Direct line to certification leads
-
✓90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- ✓ Exam Questions (PDF)
- ✓ Mobile Friendly
- ✓ 60 Days Updates
Verified 53-Question Preview (PR000240)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Google certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated PR000240 prep kit.
Exam Overview
The Google Professional Cloud Network Engineer certification validates your expert-level skills in designing, implementing, and managing robust, scalable, and secure network architectures on Google Cloud. This credential signifies your proficiency in core networking services like Virtual Private Cloud (VPC), hybrid connectivity, load balancing, and network security policies. Achieving this certification demonstrates your ability to translate business requirements into practical, high-performance network solutions, ensuring optimal connectivity and resource accessibility. It's a critical step for network professionals looking to solidify their expertise in cloud networking, enhancing career prospects and positioning them as go-to specialists for complex Google Cloud deployments. This certification is a testament to your capability in optimizing network performance, cost, and security for modern cloud environments.
Questions
50-60
Passing Score
700/1000
Duration
120 Minutes
Difficulty
Expert
Level
Professional
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Google standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the PR000240 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated PR000240 bank (53 Questions).
Your company offers a popular gaming service. Your instances are deployed with private IP addresses, and external access is granted through a global load balancer. You have recently engaged a traffic-scrubbing service and want to restrict your origin to allow connections only from the traffic-scrubbing service.
What should you do?
Correct Option: A
The company's instances are deployed with private IP addresses, and external access is granted through a global load balancer. The goal is to restrict the origin (backend instances) to allow connections only from the traffic-scrubbing service.
A: Create a Cloud Armor Security Policy that blocks all traffic except for the traffic-scrubbing service. Cloud Armor is a Distributed Denial of Service (DDoS) protection and Web Application Firewall (WAF) service that integrates with Google Cloud's external HTTP(S) Load Balancers, SSL Proxy Load Balancers, and TCP Proxy Load Balancers. It operates at the edge of Google's network, inspecting incoming traffic *before* it reaches the load balancer and backend services. A Cloud Armor security policy can be configured with rules to allow specific source IP ranges (e.g., those of the traffic-scrubbing service) and deny all other traffic, effectively protecting the backend origins.
Reference: https://cloud.google.com/armor/docs/security-policy-overview
Your software team is developing an on-premises web application that requires direct connectivity to Compute Engine Instances in GCP using the RFC 1918 address space. You want to choose a connectivity solution from your on-premises environment to GCP, given these specifications:
- Your ISP is a Google Partner Interconnect provider.
- Your on-premises VPN device’s internet uplink and downlink speeds are 10 Gbps.
- A test VPN connection between your on-premises gateway and GCP is performing at a maximum speed of 500 Mbps due to packet losses.
- Most of the data transfer will be from GCP to the on-premises environment.
- The application can burst up to 1.5 Gbps during peak transfers over the Interconnect.
- Cost and the complexity of the solution should be minimal.
How should you provision the connectivity solution?
Correct Option: A
✅ Option A (Correct)Partner Interconnect provides dedicated, high-throughput connectivity (up to 10 Gbps per VLAN attachment) with better reliability and lower latency than VPNs over the public internet. It leverages the existing ISP relationship, directly addresses the VPN's performance issues (500 Mbps with packet loss), and meets the 1.5 Gbps burst requirement with minimal complexity for the customer.❌ Why the other choices are incorrect:
- Option B is incorrect: Dedicated Interconnect requires physical presence at a Google colocation facility and significantly higher cost and operational complexity, contradicting the 'minimal cost and complexity' requirement.
- Option C is incorrect: Creating multiple VPN tunnels with ECMP does not resolve underlying packet loss issues, nor does it guarantee the required 1.5 Gbps throughput reliably over an unstable internet connection.
- Option D is incorrect: Network compression adds overhead and latency, and does not mitigate packet loss. It's an unreliable method for guaranteed high-bandwidth transfers, especially with existing network instability.
Reference: https://cloud.google.com/network-connectivity/docs/interconnect/concepts/overview
Your company has just launched a new critical revenue-generating web application. You deployed the application for scalability using managed instance groups, autoscaling, and a network load balancer as frontend. One day, you notice severe bursty traffic that caused autoscaling to reach the maximum number of instances, and users of your application cannot complete transactions. After an investigation, you think it is a DDOS attack. You want to quickly restore user access to your application and allow successful transactions while minimizing cost.
Which two steps should you take? (Choose two.)
Correct Option: A,C
✅ Option A (Correct)
Reasoning: Cloud Armor is Google Cloud's DDoS protection service. Blacklisting known attacker IP addresses immediately blocks malicious traffic at the edge, preventing it from reaching backend instances. This reduces load, restores legitimate user access, and minimizes cost by not scaling resources for harmful requests.
✅ Option C (Correct)
Reasoning: The current setup uses a Network Load Balancer, which operates at Layer 4. A global HTTP(S) Load Balancer operates at Layer 7, providing advanced DDoS protection, including integration with Cloud Armor for WAF rules, rate limiting, and more granular traffic filtering. This is crucial for a web application to effectively handle sophisticated Layer 7 attacks and restore transaction success.
❌ Why the other choices are incorrect:
- Option B is incorrect: Increasing autoscaling capacity to accommodate malicious traffic is costly and inefficient. It does not mitigate the DDoS attack; instead, it scales up resources for undesirable load, increasing operational expenses.
- Option D is incorrect: Shutting down the application makes it completely unavailable, preventing all transactions and failing to restore user access. This is counterproductive to the goal of restoring service.
- Option E is incorrect: While understanding the attack is valuable for post-mortem analysis, SSHing into instances to view logs is a reactive troubleshooting step. It does not provide immediate mitigation or restore user access quickly, which is the primary objective.
Reference: https://cloud.google.com/armor/docs/overview
You are creating a new application and require access to Cloud SQL from VPC instances without public IP addresses.
Which two actions should you take? (Choose two.)
Correct Option: A,C
To enable VPC instances without public IP addresses to access Cloud SQL instances using private IP, Google Cloud uses Private Service Access. This mechanism establishes a private connection between your Virtual Private Cloud (VPC) network and the Google-managed service producer network where Cloud SQL instances reside.
- ✅ Option A: Activate the Service Networking API in your project. The Service Networking API must be enabled in your project before you can create a private connection to a service producer network. This API facilitates the VPC Network Peering connection.
- ✅ Option C: Create a private connection to a service producer. This step involves allocating an IP range for the private connection and then creating the actual VPC Network Peering connection between your VPC and Google's service producer network. This is the core component of Private Service Access that allows private IP communication to Cloud SQL.
Why the other choices are incorrect:
- ❌ Option B is incorrect: Activating the Cloud Datastore API is irrelevant to establishing private connectivity to Cloud SQL. Cloud Datastore is a different database service.
- ❌ Option D is incorrect: When using Private Service Access, Google manages the routing within its service producer network, and the VPC Network Peering handles the necessary routing between your VPC and the service producer network automatically. You do not need to create custom static routes to reach Cloud SQL's private IP.
- ❌ Option E is incorrect: Enable Private Google Access allows VM instances without external IP addresses to reach public Google APIs and services using internal Google network paths. However, for private IP connectivity to Cloud SQL instances specifically, you need Private Service Access, which provides direct private IP communication to the database instance itself. Private Google Access is for API endpoints, not direct private IP to the database instance.
Reference: https://cloud.google.com/sql/docs/mysql/configure-private-ip
You want to use Cloud Interconnect to connect your on-premises network to a GCP VPC. You cannot meet Google at one of its point-of-presence (POP) locations, and your on-premises router cannot run a Border Gateway Protocol (BGP) configuration.
Which connectivity model should you use?
Correct Option: D
The scenario presents two critical constraints: the inability to meet Google at a Point of Presence (POP) and the on-premises router's inability to run Border Gateway Protocol (BGP).
Partner Interconnect with a Layer 3 partner addresses both of these issues. A Layer 3 partner handles the physical connection to Google's network at a POP and manages the BGP peering on behalf of the customer. The customer then connects to the partner's network, often using static routes or another routing protocol, without needing to run BGP on their own router directly with Google Cloud. This model is specifically designed for customers who cannot physically reach a Google POP or cannot manage BGP themselves.
Reference: https://cloud.google.com/interconnect/docs/concepts/partner-overview#layer3
You have configured a Compute Engine virtual machine instance as a NAT gateway. You execute the following command:
gcloud compute routes create no-ip-internet-route \
--network custom-network1 \
--destination-range 0.0.0.0/0 \
--next-hop instance nat-gateway \
--next-hop instance-zone us-central1-a \
--tags no-ip --priority 800
You want existing instances to use the new NAT gateway. Which command should you execute?
Correct Option: B
To make existing instances use the newly created NAT gateway, they must have the network tag specified in the custom route. The provided gcloud compute routes create command includes the --tags no-ip parameter, which means the route will only apply to instances tagged with no-ip. Therefore, adding this tag to existing instances will direct their outbound traffic (matching 0.0.0.0/0) through the specified nat-gateway instance. Option B, gcloud compute instances add-tags [existing-instance] --tags no-ip, correctly accomplishes this by applying the necessary network tag to the existing instances. The NAT gateway itself must also have IP forwarding enabled, but this command is for the existing instances to utilize the route.
Reference: https://cloud.google.com/vpc/docs/using-routes#custom_static_routes
You need to configure a static route to an on-premises resource behind a Cloud VPN gateway that is configured for policy-based routing using the gcloud command.
Which next hop should you choose?
Correct Option: C
When configuring a static route in Google Cloud to direct traffic to an on-premises resource through a Cloud VPN tunnel, the next hop for that route must specify the Cloud VPN tunnel itself. In the gcloud compute routes create command, this is achieved by using the --next-hop-vpn-tunnel and --next-hop-vpn-tunnel-region flags, referencing the name and region of the Cloud VPN tunnel. This instructs Google Cloud to forward traffic matching the route's destination range into the specified VPN tunnel.
Reference: https://cloud.google.com/sdk/gcloud/reference/compute/routes/create
You need to enable Cloud CDN for all the objects inside a storage bucket. You want to ensure that all the objects in the storage bucket can be served by the CDN.
What should you do in the GCP Console?
Correct Option: D
✅ Option D (Correct)
Reasoning: To enable Cloud CDN for objects within a Cloud Storage bucket, an external HTTP(S) Load Balancer is required. The storage bucket is configured as a backend for this load balancer. Cloud CDN is then enabled on the backend service. Crucially, for Cloud CDN to serve content from a Cloud Storage bucket, the individual objects within the bucket must be publicly accessible. This ensures the CDN can fetch and cache the content.
❌ Why the other choices are incorrect:
- Option A is incorrect: Cloud CDN cannot be enabled directly on a Cloud Storage bucket. It operates in conjunction with an HTTP(S) Load Balancer.
- Option B is incorrect: Cloud CDN works exclusively with HTTP(S) Load Balancers, not TCP Load Balancers. TCP Load Balancers are designed for network-level load balancing of TCP traffic.
- Option C is incorrect: While SSL proxy load balancers handle secure traffic, Cloud CDN is integrated with HTTP(S) Load Balancers for content delivery, with storage buckets serving as backends. An SSL proxy load balancer is not the correct service to enable Cloud CDN with a GCS bucket backend.
Reference: https://cloud.google.com/cdn/docs/setting-up-cdn-with-bucket-backends
Your company’s Google Cloud-deployed, streaming application supports multiple languages. The application development team has asked you how they should support splitting audio and video traffic to different backend Google Cloud storage buckets. They want to use URL maps and minimize operational overhead.
They are currently using the following directory structure:
/fr/video
/en/video
/es/video
/../video
/fr/audio
/en/audio
/es/audio
/../audio
Which solution should you recommend?
Correct Option: C,D
✅ Option C (Correct)
Reasoning: URL maps support regular expression path matchers. The regex /[a-z]{2}/video accurately matches paths like /fr/video or /en/video, allowing routing without altering the existing directory structure. This minimizes operational overhead as requested.
✅ Option D (Correct)
Reasoning: URL maps allow wildcard path matchers. The rule /*/video effectively matches paths like /fr/video or /en/video, enabling traffic splitting based on the existing directory structure. This approach minimizes operational overhead while utilizing standard URL map capabilities.
❌ Why the other choices are incorrect:
- Option A is incorrect: Rearranging the directory structure directly contradicts the requirement to minimize operational overhead. While path rules are valid, this initial step makes the option unsuitable.
- Option B is incorrect: Rearranging the directory structure increases operational overhead. DNS hostname entries manage domain resolution, not granular path-based traffic splitting within a single application using URL maps, making it an inappropriate solution.
Reference: https://cloud.google.com/load-balancing/docs/url-map-concepts
You want to establish a dedicated connection to Google that can access Cloud SQL via a public IP address and that does not require a third-party service provider.
Which connection type should you choose?
Correct Option: B
This gives you a dedicated, direct connection to Google’s network for accessing services with public IPs (like Cloud SQL), without involving a partner ISP.
Would you like me to also outline a comparison table of Direct Peering vs Dedicated Interconnect vs Partner Interconnect, so you can see clearly when each is best used?
You are configuring a new instance of Cloud Router in your Organization’s Google Cloud environment to allow connection across a new Dedicated Interconnect to your data center. Sales, Marketing, and IT each have a service project attached to the Organization’s host project.
Where should you create the Cloud Router instance?
Premium Solution Locked
Unlock all 261 answers & explanations
You created a new VPC for your development team. You want to allow access to the resources in this VPC via SSH only.
How should you configure your firewall rules?
Premium Solution Locked
Unlock all 261 answers & explanations
Your on-premises data center has 2 routers connected to GCP through a VPN on each router. All applications are working correctly; however, all of the traffic is passing across a single VPN instead of being load-balanced across the 2 connections as desired.
During troubleshooting you find:
Premium Solution Locked
Unlock all 261 answers & explanations
You need to define an address plan for a future new GKE cluster in your VPC. This will be a VPC-native cluster, and the default Pod IP range allocation will be used. You must pre-provision all the needed VPC subnets and their respective IP address ranges before cluster creation. The cluster will initially have a single node, but it will be scaled to a maximum of three nodes if necessary. You want to allocate the minimum number of Pod IP addresses.
Which subnet mask should you use for the Pod IP address range?
Premium Solution Locked
Unlock all 261 answers & explanations
You have created a firewall with rules that only allow traffic over HTTP, HTTPS, and SSH ports. While testing, you specifically try to reach the server over multiple ports and protocols; however, you do not see any denied connections in the firewall logs. You want to resolve the issue.
What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
In your company, two departments with separate GCP projects (code-dev and data-dev) in the same organization need to allow full cross-communication between all of their virtual machines in GCP. Each department has one VPC in its project and wants full control over their network. Neither department intends to recreate its existing computing resources. You want to implement a solution that minimizes cost.
Which two steps should you take? (Choose two.)
- Connect both projects using Cloud VPN.
- Connect the VPCs in project code-dev and data-dev using VPC Network Peering.
- Enable Shared VPC in one project (
Premium Solution Locked
Unlock all 261 answers & explanations
You need to create a GKE cluster in an existing VPC that is accessible from on-premises. You must meet the following requirements:
- IP ranges for pods and services must be as small as possible.
- The nodes and the master must not be reachable from the internet.
You must be able to use kubectl commands from on-premises subnets to manage the cluster.
How should you create the GKE cluster?
Premium Solution Locked
Unlock all 261 answers & explanations
You are creating an instance group and need to create a new health check for HTTP(s) load balancing. Which two methods can you use to accomplish this? (Choose two.)
Premium Solution Locked
Unlock all 261 answers & explanations
You are in the early stages of planning a migration to GCP. You want to test the functionality of your hybrid cloud design before you start to implement it in production. The design includes services running on a Compute Engine Virtual Machine instance that need to communicate to on-premises servers using private IP addresses. The on-premises servers have connectivity to the internet, but you have not yet established any Cloud Interconnect connections. You want to choose the lowest cost method of enabling connectivity between your instance and on-premises servers and complete the test in 24 hours.
Which connectivity method should you choose?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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.)
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
You are using the gcloud command line tool to create a new custom role in a project by copying a predefined role. You receive this error message:
INVALID_ARGUMENT: Permission resourcemanager.projects.list is not valid
What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
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?
Premium Solution Locked
Unlock all 261 answers & explanations
Your company's security team tends to use managed services when possible. You need to build a dashboard to show the number of deny hits that occur against configured firewall rules without increasing operational overhead. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are configuring your Google Cloud environment to connect to your on-premises network. Your configuration must be able to reach Cloud Storage APIs and your Google Kubernetes Engine nodes across your private Cloud Interconnect network. You have already configured a Cloud Router with your Interconnect VLAN attachments. You now need to set up the appropriate router advertisement configuration on the Cloud Router. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are configuring load balancing for a standard three-tier (web, application, and database) application. You have configured an external HTTP(S) load balancer for the web servers. You need to configure load balancing for the application tier of servers. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
Your organization has a new security policy that requires you to monitor all egress traffic payloads from your virtual machines in region us-west2. You deployed an intrusion detection system (IDS) virtual appliance in the same region to meet the new policy. You now need to integrate the IDS into the environment to monitor all egress traffic payloads from us-west2. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are developing an HTTP API hosted on a Compute Engine virtual machine instance that must be invoked only by multiple clients within the same Virtual Private Cloud (VPC). You want clients to be able to get the IP address of the service. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You recently deployed Cloud VPN to connect your on-premises data canter to Google Cloud. You need to monitor the usage of this VPN and set up alerts in case traffic exceeds the maximum allowed. You need to be able to quickly decide whether to add extra links or move to a Dedicated Interconnect. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You have applications running in the us-west1 and us-east1 regions. You want to build a highly available VPN that provides 99.99% availability to connect your applications from your project to the cloud services provided by your partner's project while minimizing the amount of infrastructure required. Your partner's services are also in the us-west1 and us-east1 regions. You want to implement the simplest solution. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You need to create the network infrastructure to deploy a highly available web application in the us-east1 and us-west1 regions. The application runs on Compute Engine instances, and it does not require the use of a database. You want to follow Google-recommended practices. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are the network administrator responsible for hybrid connectivity at your organization. Your developer team wants to use Cloud SQL in the us-west1 region in your Shared VPC. You configured a Dedicated Interconnect connection and a Cloud Router in us-west1, and the connectivity between your Shared VPC and on-premises data center is working as expected. You just created the private services access connection required for Cloud SQL using the reserved IP address range and default settings. However, your developers cannot access the Cloud SQL instance from on-premises. You want to resolve the issue. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
Your company has separate Virtual Private Cloud (VPC) networks in a single region for two departments: Sales and Finance. The Sales department's VPC network already has connectivity to on-premises locations using HA VPN, and you have confirmed that the subnet ranges do not overlap. You plan to peer both VPC networks to use the same HA tunnels for on-premises connectivity, while providing internet connectivity for the Google Cloud workloads through Cloud NAT. Internet access from the on-premises locations should not flow through Google Cloud. You need to propagate all routes between the Finance department and on-premises locations. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You recently noticed a recurring daily spike in network usage in your Google Cloud project. You need to identify the virtual machine (VM) instances and type of traffic causing the spike in traffic utilization while minimizing the cost and management overhead required. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You need to enable Private Google Access for use by some subnets within your Virtual Private Cloud (VPC). Your security team set up the VPC to send all internet-bound traffic back to the on- premises data center for inspection before egressing to the internet, and is also implementing VPC Service Controls in the environment for API-level security control. You have already enabled the subnets for Private Google Access. What configuration changes should you make to enable Private Google Access while adhering to your security team’s requirements?
Premium Solution Locked
Unlock all 261 answers & explanations
You have deployed an HTTP(s) load balancer, but health checks to port 80 on the Compute Engine virtual machine instance are failing, and no traffic is sent to your instances. You want to resolve the problem. Which commands should you run?
Premium Solution Locked
Unlock all 261 answers & explanations
You deployed a hub-and-spoke architecture in your Google Cloud environment that uses VPC Network Peering to connect the spokes to the hub. For security reasons, you deployed a private Google Kubernetes Engine (GKE) cluster in one of the spoke projects with a private endpoint for the control plane. You configured authorized networks to be the subnet range where the GKE nodes are deployed. When you attempt to reach the GKE control plane from a different spoke project, you cannot access it. You need to allow access to the GKE control plane from the other spoke projects. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You recently deployed your application in Google Cloud. You need to verify your Google Cloud network configuration before deploying your on-premises workloads. You want to confirm that your Google Cloud network configuration allows traffic to flow from your cloud resources to your on- premises network. This validation should also analyze and diagnose potential failure points in your Google Cloud network configurations without sending any data plane test traffic. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
In your Google Cloud organization, you have two folders: Dev and Prod. You want a scalable and consistent way to enforce the following firewall rules for all virtual machines (VMs) with minimal cost:
• Port 8080 should always be open for VMs in the projects in the Dev folder.
• Any traffic to port 8080 should be denied for all VMs in your projects in the Prod folder.
What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You need to configure the Border Gateway Protocol (BGP) session for a VPN tunnel you just created between two Google Cloud VPCs, 10.1.0.0/16 and 172.16.0.0/16. You have a Cloud Router (router-1) in the 10.1.0.0/16 network and a second Cloud Router (router-2) in the 172.16.0.0/16 network. Which configuration should you use for the BGP session?
Premium Solution Locked
Unlock all 261 answers & explanations
Your company’s on-premises network is connected to a VPC using a Cloud VPN tunnel. You have a static route of 0.0.0.0/0 with the VPN tunnel as its next hop defined in the VPC. All internet bound traffic currently passes through the on-premises network. You configured Cloud NAT to translate the primary IP addresses of Compute Engine instances in one region. Traffic from those instances will now reach the internet directly from their VPC and not from the on-premises network. Traffic from the virtual machines (VMs) is not translating addresses as expected. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are designing a Partner Interconnect hybrid cloud connectivity solution with geo-redundancy across two metropolitan areas. You want to follow Google-recommended practices to set up the following region/metro pairs:
• (region 1/metro 1)
• (region 2/metro 2)
What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You are designing the network architecture for your organization. Your organization has three developer teams: Web, App, and Database. All of the developer teams require access to Compute Engine instances to perform their critical tasks. You are part of a small network and security team that needs to provide network access to the developers. You need to maintain centralized control over network resources, including subnets, routes, and firewalls. You want to minimize operational overhead. How should you design this topology?
Premium Solution Locked
Unlock all 261 answers & explanations
Your company has 10 separate Virtual Private Cloud (VPC) networks, with one VPC per project in a single region in Google Cloud. Your security team requires each VPC network to have private connectivity to the main on-premises location via a Partner Interconnect connection in the same region. To optimize cost and operations, the same connectivity must be shared with all projects. You must ensure that all traffic between different projects, on-premises locations, and the internet can be inspected using the same third-party appliances. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You have just deployed your infrastructure on Google Cloud. You now need to configure the DNS to meet the following requirements:
• Your on-premises resources should resolve your Google Cloud zones.
• Your Google Cloud resources should resolve your on-premises zones.
• You need the ability to resolve “.internal” zones provisioned by Google Cloud.
What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
Your organization uses a hub-and-spoke architecture with critical Compute Engine instances in your Virtual Private Clouds (VPCs). You are responsible for the design of Cloud DNS in Google Cloud. You need to be able to resolve Cloud DNS private zones from your on-premises data center and enable on-premises name resolution from your hub-and-spoke VPC design. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
You have a Cloud Storage bucket in Google Cloud project XYZ. The bucket contains sensitive data. You need to design a solution to ensure that only instances belonging to VPCs under project XYZ can access the data stored in this Cloud Storage bucket. What should you do?
Premium Solution Locked
Unlock all 261 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 261 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"