nerdexam
GoogleGoogle

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #111

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Question #111: Real Exam Question with Answer & Explanation

The correct answer is C: Change the machine type for your VMs to n2-standard-8.. When Compute Engine instances serving large files are at peak network throughput and users report slow downloads, improving performance requires selecting a machine type with higher network bandwidth.

Submitted by amina.ke· Apr 18, 2026Applying site reliability engineering principles to a service

Question

You are monitoring a service that uses n2-standard-2 Compute Engine instances that serve large files. Users have reported that downloads are slow. Your Cloud Monitoring dashboard shows that your VMs are running at peak network throughput. You want to improve the network throughput performance. What should you do?

Options

  • AAdd additional network interface controllers (NICs) to your VMs.
  • BDeploy a Cloud NAT gateway and attach the gateway to the subnet of the VMs.
  • CChange the machine type for your VMs to n2-standard-8.
  • DDeploy the Ops Agent to export additional monitoring metrics.

Explanation

When Compute Engine instances serving large files are at peak network throughput and users report slow downloads, improving performance requires selecting a machine type with higher network bandwidth.

Common mistakes.

  • A. Adding additional network interface controllers (NICs) generally provides more network interfaces for isolation or routing, but it does not increase the maximum network throughput of a single VM instance beyond its machine type's limit.
  • B. A Cloud NAT gateway is used for outbound internet connectivity for private instances and does not improve the internal network throughput performance of a VM serving files or its egress bandwidth.
  • D. Deploying the Ops Agent exports more monitoring metrics but does not address or improve the underlying network throughput performance of the VM itself.

Concept tested. Compute Engine Network Performance & Machine Types

Reference. https://cloud.google.com/compute/docs/network-performance/optimizing-network-performance#max_network_egress_rate

Topics

#Compute Engine#Network Performance#Machine Types#Scaling

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVOPS-ENGINEER PracticeBrowse All PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Questions