SY0-501 · Question #194
An organization's file server has been virtualized to reduce costs. Which of the following types of backups would be MOST appropriate for the particular file server?
The correct answer is C. Incremental. Incremental backups are the most appropriate for a virtualized file server as they efficiently minimize storage consumption and backup time, aligning with cost reduction objectives.
Question
An organization's file server has been virtualized to reduce costs. Which of the following types of backups would be MOST appropriate for the particular file server?
Options
- ASnapshot
- BFull
- CIncremental
- DDifferential
How the community answered
(39 responses)- A8% (3)
- B3% (1)
- C74% (29)
- D15% (6)
Why each option
Incremental backups are the most appropriate for a virtualized file server as they efficiently minimize storage consumption and backup time, aligning with cost reduction objectives.
A snapshot captures the state of a virtual machine at a specific point in time, primarily used for quick rollback capabilities or temporary testing, not as a primary long-term backup type for data retention and cost-effective recovery of a file server's changing data.
Full backups copy all selected data every time they run, resulting in high storage consumption and long backup times, which is generally inefficient for a file server with frequent data changes and contradicts the goal of reducing costs.
Incremental backups only copy data that has changed since the previous backup (full or incremental), significantly reducing the amount of data transferred and stored. This approach is highly efficient for frequently updated file servers, lowering storage costs and backup windows, which is crucial for a virtualized environment focused on cost reduction.
Differential backups copy all data that has changed since the last full backup, meaning their size grows with each subsequent backup until the next full backup, making them potentially larger and less efficient than incremental backups for daily operations on a busy file server.
Concept tested: Backup types efficiency for virtualized file servers
Source: https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/backup-strategy-for-iaas-vms
Topics
Community Discussion
No community discussion yet for this question.