Google Professional Cloud Network Engineer Exam Practice Questions (P. 5)
- Full Access (317 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #41
You want to configure load balancing for an internet-facing, standard voice-over-IP (VOIP) application.
Which type of load balancer should you use?
Which type of load balancer should you use?
- AHTTP(S) load balancer
- BNetwork load balancerMost Voted
- CInternal TCP/UDP load balancer
- DTCP/SSL proxy load balancer
Correct Answer:
B
send
light_mode
delete
Question #42
You want to configure a NAT to perform address translation between your on-premises network blocks and GCP.
Which NAT solution should you use?
Which NAT solution should you use?
- ACloud NAT
- BAn instance with IP forwarding enabledMost Voted
- CAn instance configured with iptables DNAT rules
- DAn instance configured with iptables SNAT rules
Correct Answer:
A
Reference:
https://cloud.google.com/nat/docs/overview
A
Reference:
https://cloud.google.com/nat/docs/overview
send
light_mode
delete
Question #43
You need to ensure your personal SSH key works on every instance in your project. You want to accomplish this as efficiently as possible.
What should you do?
What should you do?
- AUpload your public ssh key to the project Metadata.Most Voted
- BUpload your public ssh key to each instance Metadata.
- CCreate a custom Google Compute Engine image with your public ssh key embedded.
- DUse gcloud compute ssh to automatically copy your public ssh key to the instance.
Correct Answer:
A
Reference:
https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys
A
Reference:
https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys
send
light_mode
delete
Question #44
In order to provide subnet level isolation, you want to force instance-A in one subnet to route through a security appliance, called instance-B, in another subnet.
What should you do?
What should you do?
- ACreate a more specific route than the system-generated subnet route, pointing the next hop to instance-B with no tag.
- BCreate a more specific route than the system-generated subnet route, pointing the next hop to instance-B with a tag applied to instance-A.Most Voted
- CDelete the system-generated subnet route and create a specific route to instance-B with a tag applied to instance-A.
- DMove instance-B to another VPC and, using multi-NIC, connect instance-B's interface to instance-A's network. Configure the appropriate routes to force traffic through to instance-A.
Correct Answer:
B
B
send
light_mode
delete
Question #45
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?
What should you do to solve the problem?
- AAssign a public IP address to the instance.
- BCreate a route to reach the Master, pointing to the default internet gateway.
- CCreate the appropriate firewall policy in the VPC to allow traffic from Master node IP address to the instance.
- DCreate the appropriate master authorized network entries to allow the instance to communicate to the master.Most Voted
Correct Answer:
D
send
light_mode
delete
Question #46
Your company has a security team that manages firewalls and SSL certificates. It also has a networking team that manages the networking resources. The networking team needs to be able to read firewall rules, but should not be able to create, modify, or delete them.
How should you set up permissions for the networking team?
How should you set up permissions for the networking team?
- AAssign members of the networking team the compute.networkUser role.
- BAssign members of the networking team the compute.networkAdmin role.Most Voted
- CAssign members of the networking team a custom role with only the compute.networks.* and the compute.firewalls.list permissions.
- DAssign members of the networking team the compute.networkViewer role, and add the compute.networks.use permission.
Correct Answer:
B
Reference:
https://cloud.google.com/compute/docs/access/iam
B
Reference:
https://cloud.google.com/compute/docs/access/iam
send
light_mode
delete
Question #47
You have created an HTTP(S) load balanced service. You need to verify that your backend instances are responding properly.
How should you configure the health check?
How should you configure the health check?
- ASet request-path to a specific URL used for health checking, and set proxy-header to PROXY_V1.
- BSet request-path to a specific URL used for health checking, and set host to include a custom host header that identifies the health check.
- CSet request-path to a specific URL used for health checking, and set response to a string that the backend service will always return in the response body.Most Voted
- DSet proxy-header to the default value, and set host to include a custom host header that identifies the health check.
Correct Answer:
C
send
light_mode
delete
Question #48
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?
What should you do?
- AAssign each user the editor role.
- BAssign each user the compute.networkAdmin role.Most Voted
- CGive each user the following permissions only: compute.interconnectAttachments.create, compute.interconnectAttachments.get.
- DGive each user the following permissions only: compute.interconnectAttachments.create, compute.interconnectAttachments.get, compute.routers.create, compute.routers.get, compute.routers.update.
Correct Answer:
B
send
light_mode
delete
Question #49
You have an application that is running in a managed instance group. Your development team has released an updated instance template which contains a new feature which was not heavily tested. You want to minimize impact to users if there is a bug in the new template.
How should you update your instances?
How should you update your instances?
- AManually patch some of the instances, and then perform a rolling restart on the instance group.
- BUsing the new instance template, perform a rolling update across all instances in the instance group. Verify the new feature once the rollout completes.
- CDeploy a new instance group and canary the updated template in that group. Verify the new feature in the new canary instance group, and then update the original instance group.
- DPerform a canary update by starting a rolling update and specifying a target size for your instances to receive the new template. Verify the new feature on the canary instances, and then roll forward to the rest of the instances.Most Voted
Correct Answer:
D
send
light_mode
delete
Question #50
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?
How should you provision your instances?
- ACreate a single managed instance group, specify the desired region, and select Multiple zones for the location.Most Voted
- BCreate a managed instance group for each region, select Single zone for the location, and manually distribute instances across the zones in that region.
- CCreate an unmanaged instance group in a single zone, and then create an HTTP load balancer for the instance group.
- DCreate an unmanaged instance group for each zone, and manually distribute the instances across the desired zones.
Correct Answer:
A
send
light_mode
delete
All Pages
