Question 798 of 982
Describe an analytics workload on AzureeasyMultiple ChoiceObjective-mapped

Quick Answer

Azure Stream Analytics is the correct choice because it is designed specifically for real-time stream processing, handling both batch and streaming data from IoT devices while enabling complex event processing through SQL-like queries. This service excels at ingesting high-velocity data streams, applying temporal logic and pattern matching, and outputting results directly to real-time dashboards in Power BI, making it the primary ingestion and processing layer for solutions that require both batch and streaming analytics. On the Microsoft Azure Data Fundamentals DP-900 exam, this question tests your understanding of which Azure service is purpose-built for real-time analytics versus batch-only tools like Azure Synapse or storage-focused services like Event Hubs. A common trap is confusing Azure Stream Analytics with Azure Event Hubs—remember that Event Hubs is the ingestion gateway, while Stream Analytics is the processing engine that performs the actual analysis and complex event processing. Memory tip: think "Stream Analytics = SQL on the stream" to recall its core function of querying live data.

DP-900 Describe an analytics workload on Azure Practice Question

This DP-900 practice question tests your understanding of describe an analytics workload on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Your company needs to build an analytics solution that can handle both batch and streaming data from IoT devices. The solution must allow complex event processing and real-time dashboards. Which Azure service should you use as the primary data ingestion and processing layer?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1easymultiple choice
Full question →

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

Azure Stream Analytics

Azure Stream Analytics is the correct choice because it is designed specifically for real-time data ingestion and processing, supporting both batch and streaming data from IoT devices. It enables complex event processing (CEP) through SQL-like queries and can output directly to real-time dashboards in Power BI, meeting the requirement for both batch and streaming analytics.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Azure Data Factory

    Why it's wrong here

    Data Factory is an ETL orchestration tool, not for real-time stream processing.

  • Azure Stream Analytics

    Why this is correct

    Stream Analytics is built for real-time analytics on streaming data.

    Clue confirmation

    The clue word "primary" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Azure Databricks

    Why it's wrong here

    Databricks can handle streaming but requires Spark Structured Streaming; it is more complex than Stream Analytics for simple event processing.

  • Azure Synapse Analytics

    Why it's wrong here

    Synapse is primarily for batch analytics and data warehousing, not real-time stream processing.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse Azure Stream Analytics with Azure Data Factory or Azure Databricks, mistakenly thinking that batch and streaming can be handled by a single general-purpose ETL tool, but Stream Analytics is the only service natively optimized for real-time complex event processing and direct dashboard integration.

Detailed technical explanation

How to think about this question

Azure Stream Analytics uses a temporal SQL engine that allows you to define windowed aggregations (e.g., tumbling, hopping, sliding windows) and pattern matching for complex event processing. Under the hood, it leverages a distributed, low-latency processing engine that can handle millions of events per second from sources like Azure Event Hubs or IoT Hub, and it supports exactly-once semantics for output to sinks like Power BI, Azure SQL Database, or Azure Data Lake Storage. In a real-world IoT scenario, you could use Stream Analytics to detect anomalies in sensor data (e.g., temperature spikes) within seconds and trigger alerts or update dashboards in near real-time.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related DP-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DP-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DP-900 question test?

Describe an analytics workload on Azure — This question tests Describe an analytics workload on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Azure Stream Analytics — Azure Stream Analytics is the correct choice because it is designed specifically for real-time data ingestion and processing, supporting both batch and streaming data from IoT devices. It enables complex event processing (CEP) through SQL-like queries and can output directly to real-time dashboards in Power BI, meeting the requirement for both batch and streaming analytics.

What should I do if I get this DP-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

5 more ways this is tested on DP-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company wants to build a near-real-time analytics solution on Azure. IoT devices send telemetry data to Azure Event Hubs. The data must be processed and stored in Azure Cosmos DB for low-latency queries. Which Azure service should be used to process the streaming data?

easy
  • A.Azure Logic Apps
  • B.Azure Functions
  • C.Azure Stream Analytics
  • D.Azure Data Factory

Why C: Azure Stream Analytics is the correct choice because it is a fully managed stream processing engine designed specifically for real-time analytics on high-throughput data streams from sources like Azure Event Hubs. It can run SQL-like queries to filter, aggregate, and join streaming data, and output results directly to Azure Cosmos DB for low-latency queries, making it ideal for near-real-time IoT analytics.

Variation 2. A healthcare organization must build an analytics solution that processes streaming patient vitals data and provides real-time dashboards. The solution must also store historical data for compliance audits. Which combination of Azure services should the organization use?

medium
  • A.Azure Stream Analytics for real-time processing and Azure SQL Database for historical storage and dashboards.
  • B.Azure Synapse Analytics for real-time processing and Azure Blob Storage for archival.
  • C.Azure Event Hubs for ingestion and Azure Data Lake Storage for storage, with Power BI for dashboards.
  • D.Azure HDInsight with Apache Spark for streaming and Azure Cosmos DB for storage.

Why A: Azure Stream Analytics is purpose-built for real-time processing of streaming data, such as patient vitals, and can output directly to Power BI for live dashboards. Azure SQL Database provides a relational store for historical data, supporting compliance audits with point-in-time restore and long-term retention. This combination meets both real-time and historical requirements without unnecessary complexity.

Variation 3. Which THREE components are essential for building a real-time analytics solution on Azure?

hard
  • A.Azure Data Lake Storage
  • B.Azure Analysis Services
  • C.Power BI
  • D.Azure Event Hubs
  • E.Azure Stream Analytics

Why C: Power BI is correct because it serves as the visualization and reporting layer in a real-time analytics solution on Azure. It connects directly to Azure Stream Analytics or Event Hubs to render live dashboards and alerts, enabling users to monitor streaming data with sub-second latency.

Variation 4. A healthcare analytics company receives continuous streams of patient monitoring data from IoT devices. The data must be processed in near real-time to detect critical events (e.g., abnormal heart rate). Processed data is then stored in a columnar format for historical analysis and reporting by data analysts using SQL. Which combination of Azure services should they use for ingestion, processing, and storage?

hard
  • A.Azure Event Hubs, Azure Stream Analytics, Azure Synapse Analytics
  • B.Azure IoT Hub, Azure Data Factory, Azure SQL Data Warehouse
  • C.Azure Event Hubs, Azure Stream Analytics, Azure Cosmos DB
  • D.Azure Blob Storage, Azure Databricks, Azure Table Storage

Why A: Azure Event Hubs is designed for high-throughput, low-latency ingestion of streaming data from millions of IoT devices. Azure Stream Analytics provides a SQL-based, near real-time processing engine to detect critical events like abnormal heart rates. Azure Synapse Analytics (formerly SQL Data Warehouse) offers a columnar storage format (e.g., columnstore indexes) optimized for historical analysis and SQL-based reporting by data analysts.

Variation 5. Your company is developing a new analytics solution to track customer sentiment from social media feeds. The data arrives as a continuous stream of JSON messages. The solution must process the data in near real-time, enrich it with customer profile data stored in Azure Cosmos DB, and then store the results in a data lake for historical analysis. The team wants to use a low-code approach for the data processing logic. You are considering the following architectures: A) Use Azure Event Hubs to ingest the stream, Azure Stream Analytics to process and enrich the data using Cosmos DB as a reference data source, and output to Azure Data Lake Storage Gen2. B) Use Azure IoT Hub to ingest the stream, Azure Databricks to process the data, and write to Azure Blob Storage. C) Use Azure Event Hubs to ingest the stream, Azure Functions to process each message, query Cosmos DB for enrichment, and write to Azure Data Lake Storage Gen2. D) Use Azure Event Hubs to ingest the stream, Azure Data Factory to execute a mapping data flow for enrichment, and write to Azure Data Lake Storage Gen2. Which architecture best meets the requirements of near real-time processing, enrichment, and low-code?

medium
  • A.Option A
  • B.Option C
  • C.Option D
  • D.Option B

Why A: Option A is correct because Azure Stream Analytics provides a low-code, SQL-based approach for near real-time processing, and it can natively enrich streaming data by using Azure Cosmos DB as a reference data source via a JOIN operation. The output is directly written to Azure Data Lake Storage Gen2, meeting all requirements without custom code.

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.