Google Cloud Professional Cloud Architect — Question 46

A production database virtual machine on Google Compute Engine has an ext4-formatted persistent disk for data files. The database is about to run out of storage space.
How can you remediate the problem with the least amount of downtime?

Answer options

Correct answer: A

Explanation

The correct answer A is the most efficient because it allows for resizing the persistent disk while the VM is still running, thus minimizing downtime. Option B requires shutting down the VM which increases downtime, while C does not address the need for filesystem resizing. Options D and E involve creating new disks, which is more complex and time-consuming compared to simply resizing the existing disk.