nerdexam
Google

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #111

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…

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.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    12% (3)
  • C
    76% (19)
  • D
    8% (2)

Why each option

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.

AAdd additional network interface controllers (NICs) to your VMs.

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.

BDeploy a Cloud NAT gateway and attach the gateway to the subnet of the VMs.

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.

CChange the machine type for your VMs to n2-standard-8.Correct

The n2-standard machine types have increasing network bandwidth limits as the number of vCPUs increases. An n2-standard-2 (2 vCPUs) has a lower network throughput limit compared to an n2-standard-8 (8 vCPUs), which offers significantly higher egress bandwidth, directly addressing the observed bottleneck of "peak network throughput."

DDeploy the Ops Agent to export additional monitoring metrics.

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

Source: 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 Practice