nerdexam
CompTIA

DA0-002 · Question #35

Which of the following data repositories stores unformatted data in its original, raw form?

The correct answer is D. Data lake. A data lake is a repository that allows you to store a massive amount of raw, unstructured, semi-structured, and structured data in its native format. It's designed to hold data as-is without requiring upfront schema definitions.

Data Concepts and Environments

Question

Which of the following data repositories stores unformatted data in its original, raw form?

Options

  • AData warehouse
  • BData silo
  • CData mart
  • DData lake

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    8% (4)
  • C
    4% (2)
  • D
    85% (41)

Why each option

A data lake is a repository that allows you to store a massive amount of raw, unstructured, semi-structured, and structured data in its native format. It's designed to hold data as-is without requiring upfront schema definitions.

AData warehouse

A data warehouse stores highly structured, processed, and often aggregated data from various sources for analytical reporting, not raw unformatted data.

BData silo

A data silo is an isolated data repository that is not integrated with other systems, and while it might contain various data, its defining characteristic isn't about storing raw, unformatted data for broad analysis.

CData mart

A data mart is a subset of a data warehouse, designed for a specific department or business function, and thus also stores structured and processed data.

DData lakeCorrect

A data lake stores data in its original, raw, and unformatted state, regardless of its structure (structured, semi-structured, or unstructured). This approach provides maximum flexibility for future analysis, allowing schema-on-read, where data is prepared for a specific analytical task at the time of use.

Concept tested: Data repository types - data lake

Source: https://learn.microsoft.com/en-us/azure/architecture/data-guide/big-data/data-lake-overview

Topics

#data lake#raw data#data repositories#data storage

Community Discussion

No community discussion yet for this question.

Full DA0-002 Practice