nerdexam
CompTIA

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.

Operations

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)
  • A
    5% (2)
  • B
    78% (32)
  • C
    2% (1)
  • E
    2% (1)
  • F
    12% (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.

ATiering

Tiering moves data between different classes of storage media based on access frequency, optimizing cost and performance but not increasing total available capacity.

BDeduplicationCorrect

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.

CRAID provisioning

RAID provisioning organizes disks for redundancy or performance but does not create additional usable space - some RAID levels actually reduce net capacity.

DCompressionCorrect

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.

EFlash optimization

Flash optimization improves I/O performance for flash-based storage but does not reduce data footprint or increase available capacity.

FNVMe

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

#deduplication#compression#storage optimization#cost reduction

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice