CCSP · Question #80
Which cloud storage type uses an opaque value or descriptor to categorize and organize data?
The correct answer is B. Object. Object storage uses an opaque value, or key, to uniquely identify and retrieve data objects, which can also include metadata for categorization.
Question
Which cloud storage type uses an opaque value or descriptor to categorize and organize data?
Options
- AVolume
- BObject
- CStructured
- DUnstructured
How the community answered
(40 responses)- A3% (1)
- B93% (37)
- D5% (2)
Why each option
Object storage uses an opaque value, or key, to uniquely identify and retrieve data objects, which can also include metadata for categorization.
Volume storage (block storage) presents storage as raw blocks that operating systems format into file systems, not using opaque values for individual data categorization.
Object storage stores data as discrete units called objects, each uniquely identified by an opaque value (a key or ID) and often accompanied by metadata, enabling flexible categorization and organization without a traditional hierarchical file system.
Structured data refers to data organized in a fixed schema (like a relational database), describing the data's format rather than a storage type characterized by opaque values for organization.
Unstructured data describes the content's lack of predefined format; while object storage often holds unstructured data, it is not the storage type itself that uses opaque values for organization.
Concept tested: Cloud storage types (Object storage)
Source: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction
Topics
Community Discussion
No community discussion yet for this question.