Google Cloud Professional Cloud DevOps Engineer — Question 131

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?

Answer options

Correct answer: C

Explanation

Changing the machine type to n2-standard-8 will provide more resources, including increased network throughput capabilities, which can resolve the slow download issues. Adding NICs (Option A) may not significantly increase throughput if the VM type itself is a bottleneck. Deploying a Cloud NAT gateway (Option B) helps with outbound connections but does not directly improve the VM's network performance. The Ops Agent (Option D) is for monitoring and does not enhance performance.