Courseiva
Describe core data conceptseasyMultiple ChoiceObjective-mapped

DP-900 Describe core data concepts Practice Question

A retail company processes customer orders throughout the day. Each order involves inserting a new record into a database table, updating inventory counts, and deleting temporary cart data. At the end of each week, the company runs a query that aggregates all orders by product category and region to generate a sales report. Which of the following best describes these two workloads?

⚠ Common exam trap

A common mix-up: candidates confuse the terms OLTP and OLAP, mistakenly thinking that any database operation is OLTP or that reporting is always OLTP, when in fact the key differentiator is the workload pattern—transactional vs. analytical.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Order processing is OLTP; weekly reporting is OLAP

Order processing involves frequent, small transactions (inserts, updates, deletes) that are typical of Online Transaction Processing (OLTP) workloads, which prioritize data integrity and low-latency writes. The weekly sales report aggregates large volumes of historical data by product category and region, which is characteristic of Online Analytical Processing (OLAP) workloads that support complex queries and data summarization. Option C correctly identifies these two distinct workload types.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Order processing is OLAP; weekly reporting is OLTP

    Why it's wrong here

    This reverses the definitions: OLTP systems are optimized for many small, concurrent inserts, updates, and point reads, exactly what order processing needs, not for heavy analytical queries. OLAP systems are optimized for read-only, large-scale aggregations and dimensional analysis, which describes the weekly sales report. High-frequency transactional writes are not an OLAP characteristic, and scheduled aggregations are not an OLTP characteristic.

    When this WOULD be correct

    If the question described order processing as complex analytical queries on historical data (e.g., 'analyze customer purchase patterns across millions of orders') and weekly reporting as simple transactional lookups (e.g., 'retrieve a single order by ID'), then option A would be correct.

  • Order processing is batch processing; weekly reporting is streaming processing

    Why it's wrong here

    Order processing is not batch because each order is handled individually as it occurs in near-real-time; batch processing would collect orders over a period and process them together in one job. Weekly reporting is not streaming: it runs on a fixed schedule over a bounded, historical dataset, whereas streaming processes unbounded data continuously as it arrives. Labeling them as batch versus streaming contradicts their actual execution patterns.

    When this WOULD be correct

    If the question described a scenario where order processing runs as a scheduled nightly job that processes all orders from the day in one go (batch), and weekly reporting continuously updates as new orders arrive (streaming), then option B would be correct.

  • Order processing is OLTP; weekly reporting is OLAP

    Why this is correct

    Order processing is OLTP because each customer order is a discrete transactional unit—creating, updating, and querying order records with ACID guarantees and low-latency, high-concurrency operations. Weekly reporting is OLAP because it requires complex aggregations and analytical scans over large historical order datasets, a pattern optimized in columnar or data warehouse systems. This correctly distinguishes the two common data workload patterns based on access pattern and purpose.

  • Both workloads are OLTP

    Why it's wrong here

    Both cannot be OLTP because the weekly sales report runs aggregation queries that scan and group large volumes of order data, requiring analytical processing capabilities such as columnar storage or precomputed aggregates. OLTP is designed for day-to-day operations with small, atomic row-level operations and minimal locking, not for heavy analytical scans. The two workloads differ fundamentally in data access patterns, latency, and query complexity, so they belong to different workload categories.

    When this WOULD be correct

    If the question described two workloads that both involve high-volume, short, atomic transactions (e.g., inserting orders and updating inventory), and the weekly report was generated by running simple transactional queries on the same operational database without aggregation or historical analysis, then both could be considered OLTP.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The DP-900 exam frequently reuses these exact scenarios with slightly different constraints.

Order processing is OLTP; weekly reporting is OLAPCorrect answer

Why this is correct

Order processing is OLTP because each customer order is a discrete transactional unit—creating, updating, and querying order records with ACID guarantees and low-latency, high-concurrency operations. Weekly reporting is OLAP because it requires complex aggregations and analytical scans over large historical order datasets, a pattern optimized in columnar or data warehouse systems. This correctly distinguishes the two common data workload patterns based on access pattern and purpose.

Order processing is OLAP; weekly reporting is OLTPWrong answer — click to see why

Why this is wrong here

Order processing involves individual transactions (inserts, updates, deletes) typical of OLTP, not OLAP. Weekly reporting aggregates historical data across categories and regions, which is OLAP, not OLTP.

★ When this WOULD be the correct answer

If the question described order processing as complex analytical queries on historical data (e.g., 'analyze customer purchase patterns across millions of orders') and weekly reporting as simple transactional lookups (e.g., 'retrieve a single order by ID'), then option A would be correct.

Why candidates choose this

Candidates may confuse the terms OLTP and OLAP, or mistakenly think that any data processing involving 'orders' is analytical, while weekly reporting seems like a routine transaction.

Order processing is batch processing; weekly reporting is streaming processingWrong answer — click to see why

Why this is wrong here

Order processing involves individual transactions (insert, update, delete) and is OLTP, not batch processing. Weekly reporting aggregates historical data and is OLAP, not streaming processing.

★ When this WOULD be the correct answer

If the question described a scenario where order processing runs as a scheduled nightly job that processes all orders from the day in one go (batch), and weekly reporting continuously updates as new orders arrive (streaming), then option B would be correct.

Why candidates choose this

Candidates may confuse 'batch processing' with any periodic workload (weekly reporting) and 'streaming' with real-time data movement, misapplying these terms to transactional vs. analytical workloads.

Both workloads are OLTPWrong answer — click to see why

Why this is wrong here

The weekly reporting aggregates historical data across product categories and regions, which is analytical processing (OLAP), not OLTP. Both workloads are not OLTP because reporting involves complex queries over large datasets, not transaction-oriented operations.

★ When this WOULD be the correct answer

If the question described two workloads that both involve high-volume, short, atomic transactions (e.g., inserting orders and updating inventory), and the weekly report was generated by running simple transactional queries on the same operational database without aggregation or historical analysis, then both could be considered OLTP.

Why candidates choose this

Candidates may think that because both workloads use the same database and involve data manipulation, they are both OLTP, overlooking the fundamental difference between transactional processing and analytical reporting.

Analysis generated from the official DP-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

About these practice questions

One of 820 original DP-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-900 exam.