CV0-003 · Question #834
A cloud solutions architect is working on a private cloud environment in which storage consumption is increasing daily, resulting in high costs. Which of the following can the architect use to provide
The correct answer is B. Deduplication D. Compression. Deduplication eliminates redundant data blocks and compression shrinks data size, both reclaiming usable capacity on existing hardware without adding new storage.
Question
A cloud solutions architect is working on a private cloud environment in which storage consumption is increasing daily, resulting in high costs. Which of the following can the architect use to provide more space without adding more capacity? (Choose two.)
Options
- ATiering
- BDeduplication
- CRAID provisioning
- DCompression
- EFlash optimization
- FNVMe
How the community answered
(41 responses)- A5% (2)
- B78% (32)
- C2% (1)
- E2% (1)
- F12% (5)
Why each option
Deduplication eliminates redundant data blocks and compression shrinks data size, both reclaiming usable capacity on existing hardware without adding new storage.
Tiering moves data between different classes of storage media based on access frequency, optimizing cost and performance but not increasing total available capacity.
Deduplication identifies and removes duplicate data blocks across the storage system, storing only a single instance and using pointers for all other references. This can dramatically reduce consumed space, especially in environments with many similar files or virtual machine images.
RAID provisioning organizes disks for redundancy or performance but does not create additional usable space - some RAID levels actually reduce net capacity.
Compression encodes data using fewer bits than the original representation, reducing the on-disk footprint of stored data. Together with deduplication, compression allows the same physical capacity to hold significantly more data without purchasing additional storage.
Flash optimization improves I/O performance for flash-based storage but does not reduce data footprint or increase available capacity.
NVMe is a host controller interface protocol for accessing flash storage; it improves latency and throughput but has no effect on storage capacity or data reduction.
Concept tested: Storage efficiency via deduplication and compression
Source: https://learn.microsoft.com/en-us/windows-server/storage/data-deduplication/overview
Topics
Community Discussion
No community discussion yet for this question.