Professional-Cloud-Network-Engineer Premium Files Updated Dec-2023 Practice Valid Exam Dumps Question [Q50-Q75]

Share

Professional-Cloud-Network-Engineer Premium Files Updated Dec-2023 Practice Valid Exam Dumps Question

Practice with Professional-Cloud-Network-Engineer Dumps for Google Cloud Platform Certified Exam Questions & Answer


Google Professional-Cloud-Network-Engineer exam is a certification test designed for individuals who want to demonstrate their skills and knowledge in designing, implementing, and managing complex network architectures on the Google Cloud Platform. Google Cloud Certified - Professional Cloud Network Engineer certification exam is intended for network professionals who want to validate their expertise in building and managing secure, scalable, and high-performance networks on the Google Cloud Platform.

 

NEW QUESTION # 50
You have configured Cloud CDN using HTTP(S) load balancing as the origin for cacheable content. Compression is configured on the web servers, but responses served by Cloud CDN are not compressed.
What is the most likely cause of the problem?

  • A. The web servers behind the load balancer are configured with different compression types.
  • B. You have configured the web servers and Cloud CDN with different compression types.
  • C. You have to configure the web servers to compress responses even if the request has a Via header.
  • D. You have not configured compression in Cloud CDN.

Answer: C

Explanation:
If responses served by Cloud CDN are not compressed but should be, check that the web server software running on your instances is configured to compress responses. By default, some web server software will automatically disable compression for requests that include a Via header. The presence of a Via header indicates the request was forwarded by a proxy. HTTP proxies such as HTTP(S) load balancing add a Via header to each request as required by the HTTP specification. To enable compression, you may have to override your web server's default configuration to tell it to compress responses even if the request had a Via header.


NEW QUESTION # 51
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 create example-instance --network custom-network1 \
    --subnet subnet-us-central \
    --no-address \
    --zone us-central1-a \
    --image-family debian-9 \
    --image-project debian-cloud \
    --tags no-ip
  • C. gcloud compute instances add-tags [existing-instance] --tags no-ip
  • D. gcloud builds submit --config=cloudbuild.waml --substitutions=TAG_NAME=no-ip

Answer: C

Explanation:
https://cloud.google.com/sdk/gcloud/reference/compute/routes/create
In order to apply a route to an existing instance we should use a tag to bind the route to it.


NEW QUESTION # 52
You need to enable Cloud CDN for all the objects inside a storage bucket. You want to ensure that all the object 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 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.
  • 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 TCP load balancer, select the storage bucket as a backend, and then enable Cloud CDN on the backend.

Answer: A


NEW QUESTION # 53
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. Run gcloud compute interconnect attachments partner update <attachment> / -- region <region> --admin-enabled.
  • D. Create a Partner Interconnect type VLAN attachment in the GCP Console and retrieve the pairing key.

Answer: B

Explanation:
https://cloud.google.com/network-connectivity/docs/interconnect/concepts/partner-overview?hl=En#provisioning "To provision a Partner Interconnect connection with a service provider, you start by connecting your on-premises network to a supported service provider. Work with the service provider to establish connectivity.


NEW QUESTION # 54
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. Then, define an A record in Cloud DNS. Clients should use the name of the A record to connect to the service.
  • B. Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[API_NAME]/[API_VERSION]/.
  • C. Ensure that clients use Compute Engine internal DNS by connecting to the instance name with the url https://[INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal/.
  • D. 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.

Answer: A


NEW QUESTION # 55
You need to give each member of your network operations team least-privilege access to create, modify, and delete Cloud Interconnect VLAN attachments.
What should you do?

  • A. Assign each user the editor role.
  • B. Assign each user the compute.networkAdmin role.
  • C. Give each user the following permissions only: compute.interconnectAttachments.create, compute.interconnectAttachments.get, compute.routers.create, compute.routers.get, compute.routers.update.
  • D. Give each user the following permissions only: compute.interconnectAttachments.create, compute.interconnectAttachments.get.

Answer: D


NEW QUESTION # 56
You want to configure a NAT to perform address translation between your on-premises network blocks and GCP.
Which NAT solution should you use?

  • A. An instance with IP forwarding enabled
  • B. An instance configured with iptables DNAT rules
  • C. Cloud NAT
  • D. An instance configured with iptables SNAT rules

Answer: C


NEW QUESTION # 57
You are responsible for enabling Private Google Access for the virtual machine (VM) instances in your Virtual Private Cloud (VPC) to access Google APIs. All VM instances have only a private IP address and need to access Cloud Storage. You need to ensure that all VM traffic is routed back to your on-premises data center for traffic scrubbing via your existing Cloud Interconnect connection. However, VM traffic to Google APIs should remain in the VPC. What should you do?

  • A. Delete the default route in your VPC and configure your on-premises router to advertise 0.0.0.0/0 via Border Gateway Protocol (BGP).
    Create a public Cloud DNS zone with a CNAME for *.google.com to private googleapis com, create a CNAME for * googleapis.com to private googleapis com, and create an A record for Private googleapis.com that resolves to the addresses in 199.36.153 8/30.
    Create a static route in your VPC for the range 199 .36.153.8/30 with the default internet gateway as the next hop.
  • B. Delete the default route in your VPC.
    Create a private Cloud DNS zone for googleapis.com, create a CNAME for *.googleapis.com to restricted googleapis.com, and create an A record for restricted googleapis com that resolves to the addresses in 199.36.153.4/30.
    Create a static route in your VPC for the range 199.36.153.4/30 with the default internet gateway as the next hop.
  • C. Configure your on-premises router to advertise 0.0.0.0/0 via Border Gateway Protocol (BGP) with a lower priority (MED) than the default VPC route.
    Create a private Cloud DNS zone for googleapis.com, create a CNAME for * googieapis.com to private googleapis com, and create an A record for private.googleapis.com that resolves to the addresses in 199 .36.153.8/30.
    Create a static route in your VPC for the range 199.36. 153.8/30 with the default internet gateway as the next hop.
  • D. Delete the default route in your VPC and configure your on-premises router to advertise 0.0.0.0/0 via Border Gateway Protocol (BGP).
    Create a private Cloud DNS zone for googleapis.com, create a CNAME for * googieapis.com to Private googleapis.com, and create an A record for private.googleapis.com that resolves to the addresses in 199.36.153.8/30.
    Create a static route in your VPC for the range 199.36.153.8/30 with the default internet gateway as the next hop.

Answer: C


NEW QUESTION # 58
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. Enable Private Google Access.
  • B. Create a custom static route to allow the traffic to reach the Cloud SQL API.
  • C. Activate the Service Networking API in your project.
  • D. Create a private connection to a service producer.
  • E. Activate the Cloud Datastore API in your project.

Answer: A,D

Explanation:
https://cloud.google.com/sql/docs/mysql/configure-private-services-access#console_1 C: If you are using private IP for any of your Cloud SQL instances, you only need to configure private services access one time for every Google Cloud project that has or needs to connect to a Cloud SQL instance. If your Google Cloud project has a Cloud SQL instance, you can either configure it yourself or let Cloud SQL do it for you to use private IP. Cloud SQL configures private services access for you when all the conditions below are true: https://cloud.google.com/sql/docs/postgres/configure-private-services-access#before_you_begin E: You can enable Private Google access on a subnet level and any VMs on that subnet can access Google APIs by using their internal IP address. https://cloud.google.com/vpc/docs/configure-private-google-access


NEW QUESTION # 59
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 more specific VPC subnet route is taking priority.
  • B. A cloud firewall rule that blocks traffic to the on-premises database server was created during the change.
  • C. The less specific VPC subnet route is taking priority.
  • D. The on-premises router is not advertising a route for the database server.

Answer: B


NEW QUESTION # 60
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?

  • A. * 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.
  • B. * 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.
    * Set up a network proxy to access the master.
    * Enable master authorized networks.
  • C. * 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.
  • D. * 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.

Answer: B

Explanation:
Creating GKE private clusters with network proxies for controller access When you create a GKE private cluster with a private cluster controller endpoint, the cluster's controller node is inaccessible from the public internet, but it needs to be accessible for administration. By default, clusters can access the controller through its private endpoint, and authorized networks can be defined within the VPC network. To access the controller from on-premises or another VPC network, however, requires additional steps. This is because the VPC network that hosts the controller is owned by Google and cannot be accessed from resources connected through another VPC network peering connection, Cloud VPN or Cloud Interconnect. https://cloud.google.com/solutions/creating-kubernetes-engine-private-clusters-with-net-proxies


NEW QUESTION # 61
Your organization is deploying a single project for 3 separate departments. Two of these departments require network connectivity between each other, but the third department should remain in isolation. Your design should create separate network administrative domains between these departments. You want to minimize operational overhead.
How should you design the topology?

  • A. Create a Shared VPC Host Project and the respective Service Projects for each of the 3 separate departments.
  • B. Create 3 separate VPCs, and use VPC peering to establish connectivity between the two appropriate VPCs.
  • C. Create a single project, and deploy specific firewall rules. Use network tags to isolate access between the departments.
  • D. Create 3 separate VPCs, and use Cloud VPN to establish connectivity between the two appropriate VPCs.

Answer: A

Explanation:
Use Shared VPC to connect to a common VPC network. Resources in those projects can communicate with each other securely and efficiently across project boundaries using internal IPs. You can manage shared network resources, such as subnets, routes, and firewalls, from a central host project, enabling you to apply and enforce consistent network policies across the projects.
With Shared VPC and IAM controls, you can separate network administration from project administration. This separation helps you implement the principle of least privilege. For example, a centralized network team can administer the network without having any permissions into the participating projects. Similarly, the project admins can manage their project resources without any permissions to manipulate the shared network.


NEW QUESTION # 62
You have deployed a proof-of-concept application by manually placing instances in a single Compute Engine zone. You are now moving the application to production, so you need to increase your application availability and ensure it can autoscale.
How should you provision your instances?

  • A. Create a single managed instance group, specify the desired region, and select Multiple zones for the location.
  • B. Create a managed instance group for each region, select Single zone for the location, and manually distribute instances across the zones in that region.
  • C. Create an unmanaged instance group in a single zone, and then create an HTTP load balancer for the instance group.
  • D. Create an unmanaged instance group for each zone, and manually distribute the instances across the desired zones.

Answer: B


NEW QUESTION # 63
You are disabling DNSSEC for one of your Cloud DNS-managed zones. You removed the DS records from your zone file, waited for them to expire from the cache, and disabled DNSSEC for the zone. You receive reports that DNSSEC validating resolves are unable to resolve names in your zone.
What should you do?

  • A. Disable DNSSEC at your domain registar.
  • B. Update the TTL for the zone.
  • C. Set the zone to the TRANSFER state.
  • D. Transfer ownership of the domain to a new registar.

Answer: A

Explanation:
Before disabling DNSSEC for a managed zone you want to use, you must deactivate DNSSEC at your domain registrar to ensure that DNSSEC-validating resolvers can still resolve names in the zone.
https://cloud.google.com/dns/docs/dnssec-config


NEW QUESTION # 64
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. Run gcloud compute interconnect attachments partner update <attachment> / -- region <region> --admin-enabled.
  • D. Create a Partner Interconnect type VLAN attachment in the GCP Console and retrieve the pairing key.

Answer: B

Explanation:
Reference:
https://cloudplatform.googleblog.com/2018/06/Partner-Interconnect-now-generally-available.html


NEW QUESTION # 65
You created a new VPC network named Dev with a single subnet. You added a firewall rule for the network Dev to allow HTTP traffic only and enabled logging. When you try to log in to an instance in the subnet via Remote Desktop Protocol, the login fails. You look for the Firewall rules logs in Stackdriver Logging, but you do not see any entries for blocked traffic. You want to see the logs for blocked traffic.
What should you do?

  • A. Check the VPC flow logs for the instance.
  • B. Create a new firewall rule to allow traffic from port 22, and enable logs.
  • C. Create a new firewall rule with priority 65500 to deny all traffic, and enable logs.
  • D. Try connecting to the instance via SSH, and check the logs.

Answer: C

Explanation:
Ingress packets in VPC Flow Logs are sampled after ingress firewall rules. If an ingress firewall rule denies inbound packets, those packets are not sampled by VPC Flow Logs. We want to see the logs for blocked traffic so we have to look for them in firewall logs. https://cloud.google.com/vpc/docs/flow-logs#key_properties


NEW QUESTION # 66
You create a Google Kubernetes Engine private cluster and want to use kubectl to get the status of the pods.
In one of your instances you notice the master is not responding, even though the cluster is up and running.
What should you do to solve the problem?

  • A. Assign a public IP address to the instance.
  • B. Create the appropriate master authorized network entries to allow the instance to communicate to the master.
  • C. Create the appropriate firewall policy in the VPC to allow traffic from Master node IP address to the instance.
  • D. Create a route to reach the Master, pointing to the default internet gateway.

Answer: C


NEW QUESTION # 67
You configured Cloud VPN with dynamic routing via Border Gateway Protocol (BGP). You added a custom route to advertise a network that is reachable over the VPN tunnel. However, the on-premises clients still cannot reach the network over the VPN tunnel. You need to examine the logs in Cloud Logging to confirm that the appropriate routers are being advertised over the VPN tunnel. Which filter should you use in Cloud Logging to examine the logs?

  • A. resource.type= "gce_network_region"
  • B. resource.type= "vpn_tunnel"
  • C. resource.type= "gce_router"
  • D. resource.type= "vpn_gateway"

Answer: B


NEW QUESTION # 68
You want to apply a new Cloud Armor policy to an application that is deployed in Google Kubernetes Engine (GKE). You want to find out which target to use for your Cloud Armor policy.
Which GKE resource should you use?

  • A. GKE Cluster
  • B. GKE Ingress
  • C. GKE Node
  • D. GKE Pod

Answer: D

Explanation:
Explanation/Reference: https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-armor-backendconfig


NEW QUESTION # 69
You have ordered Dedicated Interconnect in the GCP Console and need to give the Letter of Authorization/Connecting Facility Assignment (LOA-CFA) to your cross-connect provider to complete the physical connection.
Which two actions can accomplish this? (Choose two.)

  • A. Download the LOA-CFA from the Hybrid Connectivity section of the GCP Console.
  • B. Run gcloud compute interconnects describe <interconnect>.
  • C. Check the email for the account of the NOC contact that you specified during the ordering process.
  • D. Contact your cross-connect provider and inform them that Google automatically sent the LOA/CFA to them via email, and to complete the connection.
  • E. Open a Cloud Support ticket under the Cloud Interconnect category.

Answer: C,D

Explanation:
https://cloud.google.com/network-connectivity/docs/interconnect/how-to/dedicated/retrieving-loas


NEW QUESTION # 70
You recently configured Google Cloud Armor security policies to manage traffic to your application. You discover that Google Cloud Armor is incorrectly blocking some traffic to your application. You need to identity the web application firewall (WAF) rule that is incorrectly blocking traffic. What should you do?

  • A. Enable firewall logs, and view the logs in Firewall Insights.
  • B. Enable VPC Flow Logs, and view the logs in Cloud Logging.
  • C. Enable HTTP(S) Load Balancing logging with sampling rate equal to 1, and view the logs in Cloud Logging.
  • D. Enable Google Cloud Armor audit logs, and view the logs on the Activity page in the Google Cloud Console.

Answer: A


NEW QUESTION # 71
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 Service Control Perimeter that blocks all traffic except for the traffic-scrubbing service.
  • C. Create a VPC Firewall rule 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.

Answer: A

Explanation:
Global load balancer will proxy the connection . thus no trace of session origin IP. you should use Cloud Armor to geofence your service.
https://cloud.google.com/load-balancing/docs/https


NEW QUESTION # 72
Your end users are located in close proximity to us-east1 and europe-west1. Their workloads need to communicate with each other. You want to minimize cost and increase network efficiency.
How should you design this topology?

  • A. Create 1 VPC with 2 regional subnets. Deploy workloads in these subnets and have them communicate using private RFC1918 IP addresses.
  • B. Create 1 VPC with 2 regional subnets. Create a global load balancer to establish connectivity between the regions.
  • C. Create 2 VPCs, each with their own region and individual subnets. Use external IP addresses on the instances to establish connectivity between these regions.
  • D. Create 2 VPCs, each with their own regions and individual subnets. Create 2 VPN gateways to establish connectivity between these regions.

Answer: A

Explanation:
VPC Network Peering enables you to peer VPC networks so that workloads in different VPC networks can communicate in private RFC 1918 space. Traffic stays within Google's network and doesn't traverse the public internet.
Reference: https://cloud.google.com/vpc/docs/vpc-peering


NEW QUESTION # 73
You have recently been put in charge of managing identity and access management for your organization. You have several projects and want to use scripting and automation wherever possible. You want to grant the editor role to a project member.
Which two methods can you use to accomplish this? (Choose two.)
GetIamPolicy() via REST API

  • A. Enter an email address in the Add members field, and select the desired role from the drop-down menu in the GCP Console.
  • B. role roles/editor
    gcloud projects add-iam-policy-binding $projectname --member user:$username --
  • C. role roles/editor
  • D. setIamPolicy() via REST API
  • E. gcloud pubsub add-iam-policy-binding $projectname --member user:$username --

Answer: A,C

Explanation:
Explanation/Reference: https://cloud.google.com/iam/docs/granting-changing-revoking-access


NEW QUESTION # 74
You have several microservices running in a private subnet in an existing Virtual Private Cloud (VPC). You need to create additional serverless services that use Cloud Run and Cloud Functions to access the microservices. The network traffic volume between your serverless services and private microservices is low. However, each serverless service must be able to communicate with any of your microservices. You want to implement a solution that minimizes cost. What should you do?

  • A. Deploy your serverless services to the existing VPC. Configure firewall rules to allow traffic between the serverless services and your existing microservices.
  • B. Deploy your serverless services to the serverless VPC. Peer the serverless service VPC to the existing VPC. Configure firewall rules to allow traffic between the serverless services and your existing microservices.
  • C. Create a serverless VPC access connector. Configure the serverless service to use the connector for communication to the microservices.
  • D. Create a serverless VPC access connector for each serverless service. Configure the connectors to allow traffic between the serverless services and your existing microservices.

Answer: C


NEW QUESTION # 75
......

REAL Professional-Cloud-Network-Engineer Exam Questions With 100% Refund Guarantee : https://www.topexamcollection.com/Professional-Cloud-Network-Engineer-vce-collection.html

Get Special Discount Offer on Professional-Cloud-Network-Engineer Dumps PDF: https://drive.google.com/open?id=1pTrf89pj_X0FO4FgzXa0gU9drqRP_Fls