CV0-003 · Question #840
A small marketing company recently moved all of its storage to a cloud provider. The budget for storage has limited the company to buying a small amount of SSD storage and a lot of spinning disks…
The correct answer is B. Automated storage tiering. Automated storage tiering maximizes speed by automatically placing frequently accessed (hot) data on fast SSD and infrequently accessed (cold) data on slower spinning disks.
Question
A small marketing company recently moved all of its storage to a cloud provider. The budget for storage has limited the company to buying a small amount of SSD storage and a lot of spinning disks. The storage administrator needs to find a way to optimize this environment to realize maximum speed. Which of the following would best achieve this?
Options
- ACompression
- BAutomated storage tiering
- CDeduplication
- DAutoscaling
How the community answered
(42 responses)- A2% (1)
- B79% (33)
- C7% (3)
- D12% (5)
Why each option
Automated storage tiering maximizes speed by automatically placing frequently accessed (hot) data on fast SSD and infrequently accessed (cold) data on slower spinning disks.
Compression reduces the storage footprint of data but does not improve read/write speed and can actually add CPU overhead that degrades performance.
Automated storage tiering uses policies or I/O monitoring to dynamically migrate data between storage tiers - placing hot, frequently read data on SSD for maximum throughput and latency performance, while keeping cold data on cheaper spinning disks. This approach fully leverages the limited SSD capacity the company purchased while still keeping costs low, achieving the best possible speed within the given budget.
Deduplication eliminates redundant copies of data to save space but does not accelerate I/O or direct data to faster storage media.
Autoscaling adds or removes storage capacity dynamically but does not optimize the performance of existing storage by prioritizing fast media for hot data.
Concept tested: Automated storage tiering for performance optimization
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/understand-the-cache
Topics
Community Discussion
No community discussion yet for this question.