nerdexam
Microsoft

AI-102 · Question #134

What is the primary purpose of a data warehouse?

The correct answer is C. to provide read only storage of relational and non relational historical data. A data warehouse is primarily designed for storing historical data from various sources in a read-only format for analytical purposes.

Submitted by joshua94· Mar 30, 2026

Question

What is the primary purpose of a data warehouse?

Options

  • Ato provide storage for transactional line-of-business (LOB) applications
  • Bto provide transformation services between source and target data stores
  • Cto provide read only storage of relational and non relational historical data
  • Dto provide answers to complex queries that rely on data from multiple sources

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    94% (33)

Why each option

A data warehouse is primarily designed for storing historical data from various sources in a read-only format for analytical purposes.

Ato provide storage for transactional line-of-business (LOB) applications

Transactional LOB applications typically use Online Transaction Processing (OLTP) databases, not data warehouses, which are optimized for high-volume reads and writes.

Bto provide transformation services between source and target data stores

While data warehouses are populated through ETL/ELT processes that involve transformation, providing transformation services is the role of an ETL/ELT tool, not the primary purpose of the data warehouse itself.

Cto provide read only storage of relational and non relational historical dataCorrect

Data warehouses are specifically built to store large volumes of historical data, which can be relational or non-relational, optimized for complex query and analysis rather than transactional writes. This enables reporting and analytical systems to query consistent historical snapshots without impacting operational systems.

Dto provide answers to complex queries that rely on data from multiple sources

Providing answers to complex queries is a benefit or use case of a data warehouse, but its primary purpose or function is to provide the storage and structure for that historical data, which then enables such queries.

Concept tested: Data warehouse purpose and characteristics

Source: https://learn.microsoft.com/en-us/azure/architecture/data-guide/relational-data/data-warehousing

Topics

#Data Warehouse#Data Storage Concepts

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice