nerdexam
CSA

CCSK · Question #42

Which cloud storage technology is basically a virtual hard drive for instanced or VMs?

The correct answer is A. Volume storage. Volume storage provides block-level storage that functions as a virtual hard drive, directly attached to and used by virtual machine instances.

Cloud Platform and Infrastructure Security

Question

Which cloud storage technology is basically a virtual hard drive for instanced or VMs?

Options

  • AVolume storage
  • BPlatform
  • CDatabase
  • DApplication
  • EObject storage

How the community answered

(42 responses)
  • A
    79% (33)
  • B
    5% (2)
  • C
    2% (1)
  • D
    2% (1)
  • E
    12% (5)

Why each option

Volume storage provides block-level storage that functions as a virtual hard drive, directly attached to and used by virtual machine instances.

AVolume storageCorrect

Volume storage, also called block storage, exposes raw storage blocks to an operating system exactly as a physical hard drive does, enabling a VM to format, partition, and mount it as local disk. Examples include Amazon EBS and Azure Managed Disks, which are attached directly to VM instances for OS volumes, databases, and stateful applications requiring low-latency disk access.

BPlatform

Platform refers to a cloud service category (PaaS), not a storage technology type.

CDatabase

Database storage is a managed service for structured data queries and transactions, not raw block-level disk storage that an OS can mount as a drive.

DApplication

Application is a software or service category, not a recognized cloud storage type.

EObject storage

Object storage holds data as discrete objects accessed via HTTP APIs and cannot be mounted as a filesystem or virtual hard drive by a VM operating system.

Concept tested: Cloud volume block storage for virtual machines

Source: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html

Topics

#volume storage#block storage#virtual hard drive#VM storage

Community Discussion

No community discussion yet for this question.

Full CCSK Practice