ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 113 - Professional Cloud Database Engineer discussion

Report
Export

Your organization is running a critical production database on a virtual machine (VM) on Compute Engine. The VM has an ext4-formatted persistent disk for data files. The database will soon run out of storage space. You need to implement a solution that avoids downtime. What should you do?

A.
In the Google Cloud Console, increase the size of the persistent disk, and use the resize2fs command to extend the disk.
Answers
A.
In the Google Cloud Console, increase the size of the persistent disk, and use the resize2fs command to extend the disk.
B.
In the Google Cloud Console, increase the size of the persistent disk, and use the fdisk command to verify that the new space is ready to use
Answers
B.
In the Google Cloud Console, increase the size of the persistent disk, and use the fdisk command to verify that the new space is ready to use
C.
In the Google Cloud Console, create a snapshot of the persistent disk, restore the snapshot to a new larger disk, unmount the old disk, mount the new disk, and restart the database service.
Answers
C.
In the Google Cloud Console, create a snapshot of the persistent disk, restore the snapshot to a new larger disk, unmount the old disk, mount the new disk, and restart the database service.
D.
In the Google Cloud Console, create a new persistent disk attached to the VM, and configure the database service to move the files to the new disk.
Answers
D.
In the Google Cloud Console, create a new persistent disk attached to the VM, and configure the database service to move the files to the new disk.
Suggested answer: A

Explanation:

https://cloud.google.com/compute/docs/disks/resize-persistent-disk#resize_partitions

asked 18/09/2024
Lonely Sayi
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first