Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A DevOps engineer is troubleshooting significant latency spikes and write request timeouts on a mission-critical database workload running on a Compute Engine VM. The VM uses an attached Persistent Disk for its primary data storage directory.
During peak traffic hours, Cloud Monitoring reveals the following metrics:
compute.googleapis.com/instance/disk/performance_status: Shows a steady state value of Healthy (1)How should the DevOps engineer interpret these telemetry findings and resolve the I/O bottleneck?
Healthy Performance Status IndicatesIn Google Cloud, the compute.googleapis.com/instance/disk/performance_status metric reports the operational state of a Persistent Disk from Google's infrastructure perspective. A status value of Healthy (value 1 / 100%) indicates that the underlying Google Cloud storage subsystem is operating without internal infrastructure degradation, storage host failures, or ongoing maintenance interference.
When a disk reports Healthy while simultaneously experiencing flatlined IOPS/throughput, elevated disk queue depth, and write latency spikes:
pd-standard), Balanced Persistent Disk (pd-balanced), and SSD Persistent Disk (pd-ssd) scale their maximum IOPS and throughput limits linearly with the provisioned capacity (disk size).This approach directly targets the root cause of the storage bottleneck. Rather than treating the symptom as an infrastructure failure or misdirected OS error, resizing or re-tiering the disk provides the required I/O bandwidth to clear the elevated queue depth.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.