Google Professional Cloud Network Engineer Exam Practice Questions (P. 4)
- Full Access (308 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 #31
You are using a 10-Gbps direct peering connection to Google together with the gsutil tool to upload files to Cloud Storage buckets from on-premises servers. The on-premises servers are 100 milliseconds away from the Google peering point. You notice that your uploads are not using the full 10-Gbps bandwidth available to you. You want to optimize the bandwidth utilization of the connection.
What should you do on your on-premises servers?
What should you do on your on-premises servers?
- ATune TCP parameters on the on-premises servers.Most Voted
- BCompress files using utilities like tar to reduce the size of data being sent.
- CRemove the -m flag from the gsutil command to enable single-threaded transfers.
- DUse the perfdiag parameter in your gsutil command to enable faster performance: gsutil perfdiag gs://[BUCKET NAME].
Correct Answer:
A
A
GPT-4o - Answer
When you're grappling with less-than-optimal bandwidth usage in high-latency connections like the 100ms RTT in your scenario, the TCP window size is typically the culprit. Increasing this window size allows more data to be in transit before requiring an acknowledgment, hence utilizing the bandwidth more efficiently. This tweak is especially crucial in cases where the default settings fail to account for latency implications properly, allowing you to bridge the gap between potential and actual performance. Adjusting TCP parameters including the window size on your on-prem servers should help you make the most out of your 10-Gbps connection.
send
light_mode
delete
Question #32
You work for a multinational enterprise that is moving to GCP.
These are the cloud requirements:
"¢ An on-premises data center located in the United States in Oregon and New York with Dedicated Interconnects connected to Cloud regions us-west1 (primary
HQ) and us-east4 (backup)
"¢ Multiple regional offices in Europe and APAC
"¢ Regional data processing is required in europe-west1 and australia-southeast1
"¢ Centralized Network Administration Team
Your security and compliance team requires a virtual inline security appliance to perform L7 inspection for URL filtering. You want to deploy the appliance in us- west1.
What should you do?
These are the cloud requirements:
"¢ An on-premises data center located in the United States in Oregon and New York with Dedicated Interconnects connected to Cloud regions us-west1 (primary
HQ) and us-east4 (backup)
"¢ Multiple regional offices in Europe and APAC
"¢ Regional data processing is required in europe-west1 and australia-southeast1
"¢ Centralized Network Administration Team
Your security and compliance team requires a virtual inline security appliance to perform L7 inspection for URL filtering. You want to deploy the appliance in us- west1.
What should you do?
- A"¢ Create 2 VPCs in a Shared VPC Host Project. "¢ Configure a 2-NIC instance in zone us-west1-a in the Host Project. "¢ Attach NIC0 in VPC #1 us-west1 subnet of the Host Project. "¢ Attach NIC1 in VPC #2 us-west1 subnet of the Host Project. "¢ Deploy the instance. "¢ Configure the necessary routes and firewall rules to pass traffic through the instance.Most Voted
- B"¢ Create 2 VPCs in a Shared VPC Host Project. "¢ Configure a 2-NIC instance in zone us-west1-a in the Service Project. "¢ Attach NIC0 in VPC #1 us-west1 subnet of the Host Project. "¢ Attach NIC1 in VPC #2 us-west1 subnet of the Host Project. "¢ Deploy the instance. "¢ Configure the necessary routes and firewall rules to pass traffic through the instance.
- C"¢ Create 1 VPC in a Shared VPC Host Project. "¢ Configure a 2-NIC instance in zone us-west1-a in the Host Project. "¢ Attach NIC0 in us-west1 subnet of the Host Project. "¢ Attach NIC1 in us-west1 subnet of the Host Project "¢ Deploy the instance. "¢ Configure the necessary routes and firewall rules to pass traffic through the instance.
- D"¢ Create 1 VPC in a Shared VPC Service Project. "¢ Configure a 2-NIC instance in zone us-west1-a in the Service Project. "¢ Attach NIC0 in us-west1 subnet of the Service Project. "¢ Attach NIC1 in us-west1 subnet of the Service Project "¢ Deploy the instance. "¢ Configure the necessary routes and firewall rules to pass traffic through the instance.
Correct Answer:
A
A
GPT-4o - Answer
Deploying a 2-NIC instance where each NIC is attached to separate VPCs within the same host project, as outlined in answer A, correctly aligns with GCP's requirement that each network interface on an instance must be connected to a different VPC network. This setup is essential for creating a flow of traffic through the virtual security appliance for efficient L7 inspection. Additionally, configuring this in the host project directly corresponds with the requirement for centralized network administration. This approach consolidates control and simplifies management across the organization’s global network infrastructure.
send
light_mode
delete
Question #33
You are designing a Google Kubernetes Engine (GKE) cluster for your organization. The current cluster size is expected to host 10 nodes, with 20 Pods per node and 150 services. Because of the migration of new services over the next 2 years, there is a planned growth for 100 nodes, 200 Pods per node, and 1500 services. You want to use VPC-native clusters with alias IP ranges, while minimizing address consumption.
How should you design this topology?
How should you design this topology?
- ACreate a subnet of size/25 with 2 secondary ranges of: /17 for Pods and /21 for Services. Create a VPC-native cluster and specify those ranges.Most Voted
- BCreate a subnet of size/28 with 2 secondary ranges of: /24 for Pods and /24 for Services. Create a VPC-native cluster and specify those ranges. When the services are ready to be deployed, resize the subnets.
- CUse gcloud container clusters create [CLUSTER NAME]--enable-ip-alias to create a VPC-native cluster.
- DUse gcloud container clusters create [CLUSTER NAME] to create a VPC-native cluster.
Correct Answer:
A
send
light_mode
delete
Question #34
Your company has recently expanded their EMEA-based operations into APAC. Globally distributed users report that their SMTP and IMAP services are slow.
Your company requires end-to-end encryption, but you do not have access to the SSL certificates.
Which Google Cloud load balancer should you use?
Your company requires end-to-end encryption, but you do not have access to the SSL certificates.
Which Google Cloud load balancer should you use?
- ASSL proxy load balancer
- BNetwork load balancer
- CHTTPS load balancer
- DTCP proxy load balancerMost Voted
Correct Answer:
D
send
light_mode
delete
Question #35
Your company is working with a partner to provide a solution for a customer. Both your company and the partner organization are using GCP. There are applications in the partner's network that need access to some resources in your company's VPC. There is no CIDR overlap between the VPCs.
Which two solutions can you implement to achieve the desired results without compromising the security? (Choose two.)
Which two solutions can you implement to achieve the desired results without compromising the security? (Choose two.)
- AVPC peeringMost Voted
- BShared VPC
- CCloud VPNMost Voted
- DDedicated Interconnect
- ECloud NAT
Correct Answer:
AC
send
light_mode
delete
Question #36
You have a storage bucket that contains the following objects:
[1]
[1]
[1]
[1]
Cloud CDN is enabled on the storage bucket, and all four objects have been successfully cached. You want to remove the cached copies of all the objects with the prefix folder-a, using the minimum number of commands.
What should you do?
[1]
[1]
[1]
[1]
Cloud CDN is enabled on the storage bucket, and all four objects have been successfully cached. You want to remove the cached copies of all the objects with the prefix folder-a, using the minimum number of commands.
What should you do?
- AAdd an appropriate lifecycle rule on the storage bucket.
- BIssue a cache invalidation command with pattern /folder-a/*.Most Voted
- CMake sure that all the objects with prefix folder-a are not shared publicly.
- DDisable Cloud CDN on the storage bucket. Wait 90 seconds. Re-enable Cloud CDN on the storage bucket.
Correct Answer:
B
GPT-4o - Answer
The correct approach to remove cached objects in a Cloud CDN-enabled Google Cloud Storage bucket is by using the cache invalidation feature. Specifically, when you want to target objects with a specific prefix—like "folder-a"—you should issue a cache invalidation command using the pattern "/folder-a/*." This pattern ensures that all objects starting with "folder-a" are invalidated, thereby effectively removing them from the cache without altering the actual objects in the storage bucket. This method is both direct and adheres to Google Cloud's recommended practices for managing cache content.
send
light_mode
delete
Question #37
Your company is running out of network capacity to run a critical application in the on-premises data center. You want to migrate the application to GCP. You also want to ensure that the Security team does not lose their ability to monitor traffic to and from Compute Engine instances.
Which two products should you incorporate into the solution? (Choose two.)
Which two products should you incorporate into the solution? (Choose two.)
- AVPC flow logsMost Voted
- BFirewall logsMost Voted
- CCloud Audit logs
- DStackdriver Trace
- ECompute Engine instance system logs
Correct Answer:
AB
send
light_mode
delete
Question #38
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?
Which GKE resource should you use?
send
light_mode
delete
Question #39
You need to establish network connectivity between three Virtual Private Cloud networks, Sales, Marketing, and Finance, so that users can access resources in all three VPCs. You configure VPC peering between the Sales VPC and the Finance VPC. You also configure VPC peering between the Marketing VPC and the
Finance VPC. After you complete the configuration, some users cannot connect to resources in the Sales VPC and the Marketing VPC. You want to resolve the problem.
What should you do?
Finance VPC. After you complete the configuration, some users cannot connect to resources in the Sales VPC and the Marketing VPC. You want to resolve the problem.
What should you do?
- AConfigure VPC peering in a full mesh.Most Voted
- BAlter the routing table to resolve the asymmetric route.
- CCreate network tags to allow connectivity between all three VPCs.
- DDelete the legacy network and recreate it to allow transitive peering.
Correct Answer:
A
A
send
light_mode
delete
Question #40
You create multiple Compute Engine virtual machine instances to be used at TFTP servers.
Which type of load balancer should you use?
Which type of load balancer should you use?
- AHTTP(S) load balancer
- BSSL proxy load balancer
- CTCP proxy load balancer
- DNetwork load balancerMost Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages
