🎄

CertoMetrics - 9% OFF Special Discount Offer - Ends In:

0d 00h 00m 00s
Coupon code: SALE2026

Google Cloud Certified - Professional Cloud Network Engineer (PR000240)

Get full access to the updated question bank and confidently prepare for your exam.

Vendor

Google

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

Launch Free Demo
Best Value Bundle

Premium Bundle

Complete Success Suite

$103 $59

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

Verified by 15k+ Students
Secure Checkout
Popular

Standard Simulation

Practice Engine

$54

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

Chrome
Verified Secure Checkout

Basic Tier

PDF Study Guide

$49

Digital Access

  • Exam Questions (PDF)
  • Mobile Friendly
  • 60 Days Updates
Download Free Sample PDF

Verified 53-Question Preview (PR000240)

Secure Checkout

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

Designing, planning, and prototyping a Google Cloud network
Implementing Virtual Private Cloud (VPC) networks
Configuring network services and hybrid connectivity
Implementing network security and access control
Monitoring, optimizing, and troubleshooting network operations

Career Path

Target Roles

Cloud Network Engineer Cloud Architect (Network Specialist) Network Administrator

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).

QUESTION 1

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?

A
Create a Cloud Armor Security Policy that blocks all traffic except for the traffic-scrubbing service.
B
Create a VPC Firewall rule that blocks all traffic except for the traffic-scrubbing service.
C
Create a VPC Service Controls Perimeter that blocks all traffic except for the traffic-scrubbing service.
D
Create IPTables firewall rules that block all traffic except for the traffic-scrubbing service.

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
QUESTION 2

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?

Technical Scenario Diagram
A
Provision a Partner Interconnect through your ISP.
B
Provision a Dedicated Interconnect instead of a VPN.
C
Create multiple VPN tunnels to account for the packet losses, and increase bandwidth using ECMP.
D
Use network compression over your VPN to increase the amount of data you can send over your VPN.

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
QUESTION 3

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.)

A
Use Cloud Armor to blacklist the attacker’s IP addresses.
B
Increase the maximum autoscaling backend to accommodate the severe bursty traffic.
C
Create a global HTTP(s) load balancer and move your application backend to this load balancer.
D
Shut down the entire application in GCP for a few hours. The attack will stop when the application is offline.
E
SSH into the backend compute engine instances, and view the auth logs and syslogs to further understand the nature of the attack.

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
QUESTION 4

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.)

A
Activate the Service Networking API in your project.
B
Activate the Cloud Datastore API in your project.
C
Create a private connection to a service producer.
D
Create a custom static route to allow the traffic to reach the Cloud SQL API.
E
Enable Private Google Access.

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
QUESTION 5

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?

A
Direct Peering
B
Dedicated Interconnect
C
Partner Interconnect with a layer 2 partner
D
Partner Interconnect with a layer 3 partner

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
QUESTION 6

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?

A
sudo sysctl -w net.ipv4.ip_forward=1
B
gcloud compute instances add-tags [existing-instance] --tags no-ip
C
gcloud builds submit --config=cloudbuild.waml --substitutions=TAG_NAME=no-ip
D
gcloud compute instances create example-instance --network custom-network1 \

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
QUESTION 7

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?

A
The default internet gateway
B
The IP address of the Cloud VPN gateway
C
The name and region of the Cloud VPN tunnel
D
The IP address of the instance on the remote side of the VPN tunnel

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
QUESTION 8

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?

A
Create a new cloud storage bucket, and then enable Cloud CDN on it.
B
Create a new TCP load balancer, select the storage bucket as a backend, and then enable Cloud CDN on the backend.
C
Create a new SSL proxy load balancer, select the storage bucket as a backend, and then enable Cloud CDN on the backend.
D
Create a new HTTP load balancer, select the storage bucket as a backend, enable Cloud CDN on the backend, and make sure each object inside the storage bucket is shared publicly.

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
QUESTION 9

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?

A
Rearrange the directory structure, create a URL map and leverage a path rule such as /video/* and / audio/*.
B
Rearrange the directory structure, create DNS hostname entries for video and audio and leverage a path rule such as /video/* and /audio/*.
C
Leave the directory structure as-is, create a URL map and leverage a path rule such as \/[a-z]{2}\/video and \/[a-z]{2}\/audio.
D
Leave the directory structure as-is, create a URL map and leverage a path rule such as /*/video and /*/ audio.

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
QUESTION 10

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?

A
Carrier Peering
B
Direct Peering
C
Dedicated Interconnect
D
Partner Interconnect

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?

QUESTION 11

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?

A
VPC network in all projects
B
VPC network in the IT Project
C
VPC network in the Host Project
D
VPC network in the Sales, Marketing, and IT Projects

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 12

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?

A
Create two firewall rules: one to block all traffic with priority 0, and another to allow port 22 with priority 1000.
B
Create two firewall rules: one to block all traffic with priority 65536, and another to allow port 3389 with priority 1000.
C
Create a single firewall rule to allow port 22 with priority 1000.
D
Create a single firewall rule to allow port 3389 with priority 1000.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 13

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:

A
Each on-premises router is configured with the same ASN.
B
Each on-premises router is configured with the same routes and priorities.
C
Both on-premises routers are configured with a VPN connected to a single Cloud Router.
D
The VPN logs have no-proposal-chosen lines when the VPNs are connecting.
E
BGP session is not established between one on-premises router and the Cloud Router.
F
One of the VPN sessions is configured incorrectly.
G
A firewall is blocking the traffic across the second VPN connection.
H
You do not have a load balancer to load-balance the network traffic.
I
BGP sessions are not established between both on-premises routers and the Cloud Router.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 14

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?

A
/21
B
/22
C
/23
D
/25

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 15

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?

A
Enable logging on the default Deny Any Firewall Rule.
B
Enable logging on the VM Instances that receive traffic.
C
Create a logging sink forwarding all firewall logs with no filters.
D
Create an explicit Deny Any rule and enable logging on the new rule.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 16

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.)

  1. Connect both projects using Cloud VPN.
  2. Connect the VPCs in project code-dev and data-dev using VPC Network Peering.
  3. Enable Shared VPC in one project (
E
G
, data-dev) a service project.Enable firewall rules to allow all ingress traffic from all subnets of project code-dev to all instances in project data-dev, and vice versa.Create a route in the code-dev project to the destination prefixes in project data-dev and use nexthop as the default gateway, and vice versa.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 17

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?

Technical Scenario Diagram
Solution Locked
A
• Create a private cluster that uses VPC advanced routes. Set the pod and service ranges as /24. Set up a network proxy to access the master.
B
Create a VPC-native GKE cluster using GKE-managed IP ranges.Set the pod IP range as /21 and service IP range as /24. Set up a network proxy to access the master.
C
• Create a VPC-native GKE cluster using user-managed IP ranges.Enable a GKE cluster network policy, set the pod and service ranges as /24. Set up a network proxy to access the master. Enable master authorized networks.
D
Create a VPC-native GKE cluster using user-managed IP ranges.Enable privateEndpoint on the cluster master. Set the pod and service ranges as /24.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 18

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.)

A
Create a new health check using the gcloud command line tool.
B
Create a new health check using the VPC Network section in the GCP Console.
C
Create a new health check, or select an existing one, when you complete the load balancer’s backend configuration in the GCP Console.
D
Create a new legacy health check using the gcloud command line tool.
E
Create a new legacy health check using the Health checks section in the GCP Console.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 19

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?

A
Cloud VPN
B
50-Mbps Partner VLAN attachment
C
Dedicated Interconnect with a single VLAN attachment
D
Dedicated Interconnect, but don’t provision any VLAN attachments

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 20

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

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 21

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 22

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 23

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 24

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?

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 25

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 26

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 27

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 28

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

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 29

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.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 30

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?

A
Configure Firewall Rules Logging. Use Firewall Insights to display the number of hits.
B
Configure Firewall Rules Logging. View the logs in Cloud Logging, and create a custom dashboard in Cloud Monitoring to display the number of hits.
C
Configure a firewall appliance from the Google Cloud Marketplace. Route all traffic through this appliance, and apply the firewall rules at this layer. Use the firewall appliance to display the number of hits.
D
Configure Packet Mirroring on the VPC. Apply a filter with an IP address list of the Denied Firewall rules. Configure an intrusion detection system (IDS) appliance as the receiver to display the number of hits.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 31

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?

A
Configure the route advertisement to the default setting.
B
On the on-premises router, configure a static route for the storage API virtual IP address which points to the Cloud Router's link-local IP address.
C
Configure the route advertisement to the custom setting, and manually add prefix 199.36.153.8/30 to the list of advertisements. Leave all other options as their default settings.
D
Configure the route advertisement to the custom setting, and manually add prefix 199.36.153.8/30 to the list of advertisements. Advertise all visible subnets to the Cloud Router.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 32

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?

A
Configure a forwarding rule on the existing load balancer for the application tier.
B
Configure equal cost multi-path routing on the application servers.
C
Configure a new internal HTTP(S) load balancer for the application tier.
D
Configure a URL map on the existing load balancer to route traffic to the application tier.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 33

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?

A
Enable firewall logging, and forward all filtered egress firewall logs to the IDS.
B
Enable VPC Flow Logs. Create a sink in Cloud Logging to send filtered egress VPC Flow Logs to the IDS.
C
Create an internal TCP/UDP load balancer for Packet Mirroring, and add a packet mirroring policy filter for egress traffic.
D
Create an internal HTTP(S) load balancer for Packet Mirroring, and add a packet mirroring policy filter for egress traffic.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 34

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?

A
Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Clients should use this IP address to connect to the service.
B
Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].
C
Reserve a static external IP address and assign it to an HTTP(S) load balancing service's forwarding rule. Then, define an A record in Cloud DNS. Clients should use the name of the A record to connect to the service.
D
Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url <a href="https://[API_NAME]/%5bAPI_VERSION%5d/">https://[API_NAME]/[API_VERSION]/</a>.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 35

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?

A
In the Network Intelligence Canter, check for the number of packet drops on the VPN.
B
In the Google Cloud Console, use Monitoring Query Language to create a custom alert for bandwidth utilization.
C
In the Monitoring section of the Google Cloud Console, use the Dashboard section to select a default dashboard for VPN usage.
D
In the VPN section of the Google Cloud Console, select the VPN under hybrid connectivity, and then select monitoring to display utilization on the dashboard.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 36

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?

A
Create one Cloud Router and one HA VPN gateway in each region of your VPC and your partner's VPC. Connect your VPN gateways to the partner's gateways. Enable global dynamic routing in each VPC.
B
Create one Cloud Router and one HA VPN gateway in the us-west1 region of your VPC. Create one OpenVPN Access Server in each region of your partner's VPC. Connect your VPN gateway to your partner's servers.
C
Create one OpenVPN Access Server in each region of your VPC and your partner's VPConnect your servers to the partner's servers.
D
Create one Cloud Router and one HA VPN gateway in the us-west1 region of your VPC and your partner's VPC. Connect your VPN gateways to the partner's gateways with a pair of tunnels. Enable global dynamic routing in each VPC.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 37

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?

A
Create one VPC with one subnet in each region.Create a regional network load balancer in each region with a static IP address.Enable Cloud CDN on the load balancers.Create an A record in Cloud DNS with both IP addresses for the load balancers.
B
Create one VPC with one subnet in each region.Create a global load balancer with a static IP address.Enable Cloud CDN and Google Cloud Armor on the load balancer.Create an A record using the IP address of the load balancer in Cloud DNS.
C
Create one VPC in each region, and peer both VPCs.Create a global load balancer.Enable Cloud CDN on the load balancer.Create a CNAME for the load balancer in Cloud DNS.
D
Create one VPC with one subnet in each region.Create an HTTP(S) load balancer with a static IP address.Choose the standard tier for the network.Enable Cloud CDN on the load balancer.Create a CNAME record using the load balancer’s IP address in Cloud DNS.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 38

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?

A
1. Modify the VPC Network Peering connection used for Cloud SQL, and enable the import and export of routes.2. Create a custom route advertisement in your Cloud Router to advertise the Cloud SQL IP address range.
B
1. Change the VPC routing mode to global.2. Create a custom route advertisement in your Cloud Router to advertise the Cloud SQL IP address range.
C
1. Create an additional Cloud Router in us-west2.2. Create a new Border Gateway Protocol (BGP) peering connection to your on-premises data center.3. Modify the VPC Network Peering connection used for Cloud SQL, and enable the import and export of routes.
D
1. Change the VPC routing mode to global.2. Modify the VPC Network Peering connection used for Cloud SQL, and enable the import and export of routes.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 39

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?

A
Peer the two VPCs, and use the default configuration for the Cloud Routers.
B
Peer the two VPCs, and use Cloud Router’s custom route advertisements to announce the peered VPC network ranges to the on-premises locations.
C
Peer the two VPCs. Configure VPC Network Peering to export custom routes from Sales and import custom routes on Finance's VPC network. Use Cloud Router’s custom route advertisements to announce a default route to the on-premises locations.
D
Peer the two VPCs. Configure VPC Network Peering to export custom routes from Sales and import custom routes on Finance's VPC network. Use Cloud Router’s custom route advertisements to announce the peered VPC network ranges to the on-premises locations.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 40

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?

A
Enable VPC Flow Logs and send the output to BigQuery for analysis.
B
Enable Firewall Rules Logging for all allowed traffic and send the output to BigQuery for analysis.
C
Configure Packet Mirroring to send all traffic to a VM. Use Wireshark on the VM to identity traffic utilization for each VM in the VPC.
D
Deploy a third-party network appliance and configure it as the default gateway. Use the third-party network appliance to identify users with high network traffic.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 41

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?

A
1. Create a private DNS zone with a CNAME record for *.googleapis.com to restricted.googleapis.com, with an A record pointing to Google's restricted API address range.2. Create a custom route that points Google's restricted API address range to the default internet gateway as the next hop.
B
1. Create a private DNS zone with a CNAME record for *.googleapis.com to restricted.googleapis.com, with an A record pointing to Google's restricted API address range.2. Change the custom route that points the default route (0/0) to the default internet gateway as the next hop.
C
1. Create a private DNS zone with a CNAME record for *.googleapis.com to private.googleapis.com, with an A record painting to Google's private AP address range.2. Change the custom route that points the default route (0/0) to the default internet gateway as the next hop.
D
1. Create a private DNS zone with a CNAME record for *.googleapis.com to private.googleapis.com, with an A record pointing to Google's private API address range.2. Create a custom route that points Google's private API address range to the default internet gateway as the next hop.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 42

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?

A
gcloud compute instances add-access-config instance-1
B
gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --destination-ranges 130.211.0.0/22,35.191.0.0/16 --direction EGRESS
C
gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --source-ranges 130.211.0.0/22,35.191.0.0/16 --direction INGRESS
D
gcloud compute health-checks update http health-check --unhealthy-threshold 10

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 43

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?

A
Add a firewall rule that allows port 443 from the other spoke projects.
B
Enable Private Google Access on the subnet where the GKE nodes are deployed.
C
Configure the authorized networks to be the subnet ranges of the other spoke projects.
D
Deploy a proxy in the spoke project where the GKE nodes are deployed and connect to the control plane through the proxy.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 44

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?

A
Use Network Intelligence Center's Connectivity Tests.
B
Enable Packet Mirroring on your application and send test traffic.
C
Use Network Intelligence Center's Network Topology visualizations.
D
Enable VPC Flow Logs and send test traffic.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 45

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?

A
Create and associate a firewall policy with the Dev folder with a rule to open port 8080. Create and associate a firewall policy with the Prod folder with a rule to deny traffic to port 8080.
B
Create a Shared VPC for the Dev projects and a Shared VPC for the Prod projects. Create a VPC firewall rule to open port 8080 in the Shared VPC for Dev. Create a firewall rule to deny traffic to port 8080 in the Shared VPC for Prod. Deploy VMs to those Shared VPCs.
C
In all VPCs for the Dev projects, create a VPC firewall rule to open port 8080. In all VPCs for the Prod projects, create a VPC firewall rule to deny traffic to port 8080.
D
Use Anthos Config Connector to enforce a security policy to open port 8080 on the Dev VMs and deny traffic to port 8080 on the Prod VMs.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 46

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?

A
Option A
B
Option B
C
Option C
D
Option D

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 47

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?

A
Lower the TCP Established Connection Idle Timeout for the NAT gateway.
B
Add firewall rules that allow ingress and egress of the external NAT IP address, have a target tag that is on the Compute Engine instances, and have a priority value higher than the priority value of the default route to the VPN gateway.
C
Add a default static route to the VPC with the default internet gateway as the next hop, the network tag associated with the Compute Engine instances, and a higher priority than the priority of the default route to the VPN tunnel.
D
Increase the default min-ports-per-vm setting for the Cloud NAT gateway.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 48

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?

A
Create a Cloud Router in region 1 with two VLAN attachments connected to metro1-zone1-x.Create a Cloud Router in region 2 with two VLAN attachments connected to metro1-zone2-x.
B
Create a Cloud Router in region 1 with one VLAN attachment connected to metro1-zone1-x.Create a Cloud Router in region 2 with two VLAN attachments connected to metro2-zone2-x.
C
Create a Cloud Router in region 1 with one VLAN attachment connected to metro1-zone2-x.Create a Cloud Router in region 2 with one VLAN attachment connected to metro2-zone2-x.
D
Create a Cloud Router in region 1 with one VLAN attachment connected to metro1-zone1-x and one VLAN attachment connected to metro1-zone2-x.Create a Cloud Router in region 2 with one VLAN attachment connected to metro2-zone1-x and one VLAN attachment to metro2-zone2-x.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 49

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?

A
Configure a host project with a Shared VPC. Create service projects for Web, App, and Database.
B
Configure one VPC for Web, one VPC for App, and one VPC for Database. Configure HA VPN between each VPC.
C
Configure three Shared VPC host projects, each with a service project: one for Web, one for App, and one for Database.
D
Configure one VPC for Web, one VPC for App, and one VPC for Database. Use VPC Network Peering to connect all VPCs in a full mesh.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 50

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?

A
Configure the third-party appliances with multiple interfaces and specific Partner Interconnect VLAN attachments per project. Create the relevant routes on the third-party appliances and VPC networks.
B
Configure the third-party appliances with multiple interfaces, with each interface connected to a separate VPC network. Create separate VPC networks for on-premises and internet connectivity. Create the relevant routes on the third-party appliances and VPC networks.
C
Consolidate all existing projects’ subnetworks into a single VPCreate separate VPC networks for on-premises and internet connectivity. Configure the third-party appliances with multiple interfaces, with each interface connected to a separate VPC network. Create the relevant routes on the third-party appliances and VPC networks.
D
Configure the third-party appliances with multiple interfaces. Create a hub VPC network for all projects, and create separate VPC networks for on-premises and internet connectivity. Create the relevant routes on the third-party appliances and VPC networks. Use VPC Network Peering to connect all projects’ VPC networks to the hub VPC. Export custom routes from the hub VPC and import on all projects’ VPC networks.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 51

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?

A
Configure an outbound server policy, and set your alternative name server to be your on-premises DNS resolver. Configure your on-premises DNS resolver to forward Google Cloud zone queries to Google's public DNS 8.8.8.8.
B
Configure both an inbound server policy and outbound DNS forwarding zones with the target as the on-premises DNS resolver. Configure your on-premises DNS resolver to forward Google Cloud zone queries to Google Cloud's DNS resolver.
C
Configure an outbound DNS server policy, and set your alternative name server to be your on-premises DNS resolver. Configure your on-premises DNS resolver to forward Google Cloud zone queries to Google Cloud's DNS resolver.
D
Configure Cloud DNS to DNS peer with your on-premises DNS resolver. Configure your on-premises DNS resolver to forward Google Cloud zone queries to Google's public DNS 8.8.8.8.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 52

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?

A
1. Configure a private DNS zone in the hub VPC, and configure DNS forwarding to the on-premises server.2. Configure DNS peering from the spoke VPCs to the hub VPC.
B
1. Configure a DNS policy in the hub VPC to allow inbound query forwarding from the spoke VPCs.2. Configure the spoke VPCs with a private zone, and set up DNS peering to the hub VPC.
C
1. Configure a DNS policy in the spoke VPCs, and configure your on-premises DNS as an alternate DNS server.2. Configure the hub VPC with a private zone, and set up DNS peering to each of the spoke VPCs.
D
1. Configure a DNS policy in the hub VPC, and configure the on-premises DNS as an alternate DNS server.2. Configure the spoke VPCs with a private zone, and set up DNS peering to the hub VPC.

Premium Solution Locked

Unlock all 261 answers & explanations

QUESTION 53

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?

A
Configure Private Google Access to privately access the Cloud Storage service using private IP addresses.
B
Configure a VPC Service Controls perimeter around project XYZ, and include storage.googleapis.com as a restricted service in the service perimeter.
C
Configure Cloud Storage with projectPrivate Access Control List (ACL) that gives permission to the project team based on their roles.
D
Configure Private Service Connect to privately access Cloud Storage from all VPCs under project XYZ.

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.

Customer Reviews

5 / 5
(15,000+ verified)
5
100%
4
0%
3
0%
2
0%
1
0%

Global Community Feedback

DM

David M.

Verified Student

"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."

SJ

Sarah J.

Premium Member

"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."

MC

Michael C.

Verified Buyer

"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"

Need Assistance?

Our expert support team is available to assist you with any inquiries about our exam materials.

Contact Support
Average response: < 24 Hours

Get Exam Updates

Subscribe to receive instant notifications on new questions and exclusive flash sales.

* Join 5,000+ students getting weekly updates

Support Chat ● Active Now

👋 Hi! How can we help you pass your exam?

Enter email to start chatting