nerdexam
(ISC)2

CCSP · Question #411

How is an object stored within an object storage system?

The correct answer is A. Key value. Object storage systems store data as discrete objects, each consisting of the data itself, metadata, and a globally unique identifier called a key. Retrieval is performed by referencing this key, making it a key-value storage model. Unlike a file system (which uses a…

Submitted by noor.lb· Apr 18, 2026Cloud Concepts, Architecture and Design

Question

How is an object stored within an object storage system?

Options

  • AKey value
  • BDatabase
  • CLDAP
  • DTree structure

How the community answered

(29 responses)
  • A
    86% (25)
  • B
    3% (1)
  • C
    7% (2)
  • D
    3% (1)

Explanation

Object storage systems store data as discrete objects, each consisting of the data itself, metadata, and a globally unique identifier called a key. Retrieval is performed by referencing this key, making it a key-value storage model. Unlike a file system (which uses a hierarchical tree structure with folders and directories) or a traditional database (which uses tables and rows), object storage is flat - there is no directory hierarchy. LDAP is a directory access protocol used for authentication and is unrelated to storage organization. The key-value model makes object storage highly scalable and ideal for unstructured data such as images, backups, and logs in cloud environments.

Topics

#Object Storage#Key-Value Store#Cloud Storage#Cloud Concepts

Community Discussion

No community discussion yet for this question.

Full CCSP Practice