1z0-908 Exam QuestionsBrowse all questions from this exam

1z0-908 Exam - Question 28


Which two are characteristics of snapshot-based backups? (Choose two.)

Show Answer
Correct Answer: A,C,D,E

Snapshot-based backups greatly reduce the time during which the database and applications are unavailable because snapshots provide logical copies of the file system at a given point in time without requiring a physical copy of the entire file system. Additionally, the frozen file system can be cloned to another virtual machine immediately into active service since snapshots capture the state of the file system at a specific point in time, which allows for quick deployment of a cloned virtual machine.

Discussion

3 comments
Sign in to comment
xjllllOptions: AD
Dec 16, 2023

A and D

jackymak
Mar 24, 2024

agree D

marklv
Jul 15, 2024

Not D, if the snapshot is writable, you can run mysqld off of it, no need to copy.

FelipeKOptions: AC
Jan 31, 2024

I think is A and C. Snapshot-based backups greatly reduce time during which the database and applications are unavailable. This is because snapshots provide logical copies of the file system at a given point in time, without requiring a physical copy of the entire file system. The frozen file system can be cloned to another virtual machine immediately into active service. This is implied by the nature of snapshot backups, as they capture the state of the file system at a specific point in time.

marklvOptions: BC
Oct 9, 2023

B and C I think.