Google Cloud Associate Cloud Engineer — Question 112

You have an application on a general-purpose Compute Engine instance that is experiencing excessive disk read throttling on its Zonal SSD Persistent Disk. The application primarily reads large files from disk. The disk size is currently 350 GB. You want to provide the maximum amount of throughput while minimizing costs.
What should you do?

Answer options

Correct answer: C

Explanation

The correct choice is C, as Local SSDs provide significantly higher throughput and lower latency compared to Persistent Disks, making them ideal for applications that require fast disk access for large files. Options A and D would increase costs without guaranteeing the needed performance improvement, while option B would not address the disk read throttling issue.