Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud Database Engineer topic 1 question 107 discussion

Actual exam question from Google's Professional Cloud Database Engineer
Question #: 107
Topic #: 1
[All Professional Cloud Database Engineer Questions]

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.
  • 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.
  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
chelbsik
Highly Voted 1 year, 4 months ago
Selected Answer: A
If you are using ext4, use the resize2fs command to extend the file system https://cloud.google.com/compute/docs/disks/resize-persistent-disk#resize_partitions
upvoted 7 times
...
Pime13
Most Recent 2 weeks, 3 days ago
Selected Answer: A
https://cloud.google.com/compute/docs/disks/resize-persistent-disk#resize_partitions
upvoted 1 times
...
PKookNN
3 months, 3 weeks ago
Selected Answer: A
A, this is almost the same question as the one on PCA too
upvoted 1 times
...
[Removed]
6 months ago
Selected Answer: C
Ai wrong for: -Requires the database to be offline. -Can be prone to errors.
upvoted 1 times
...
DPonly
8 months, 2 weeks ago
Selected Answer: A
Key words , Critical application , Avoid downtime
upvoted 1 times
...
dynamic_dba
1 year, 2 months ago
A. Using fdisk by itself won’t achieve anything. A is wrong. Snapshotting a disk with database instances in flight is a potential problem. C is wrong. D, with some tweaking could move things to a larger disk, but there would be downtime. D is therefore wrong. There are several steps to achieving this task and they start with A. The link provided by chelbsik is spot on.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...