DP-900 Describe core data concepts Practice Question
A retail company wants to run real-time analytics on streaming clickstream data from their website. Which Azure service should they use to ingest and process the data?
⚠ Common exam trap
A common mix-up: candidates confuse Azure Stream Analytics with Azure SQL Database or Azure Data Lake Storage, mistakenly thinking a traditional database or storage service can handle real-time streaming ingestion and processing, when in fact they lack the necessary low-latency, event-driven architecture.
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 a real-time analytics and event-processing engine designed to ingest, process, and analyze high-velocity streaming data, such as clickstream data from a website. It can directly consume data from Azure Event Hubs or IoT Hub and output results to sinks like Power BI, Azure SQL Database, or Azure Data Lake Storage, making it the correct choice for real-time analytics on streaming data.
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 Analysis Services
Why it's wrong here
Azure Analysis Services is a PaaS offering for enterprise semantic modeling and online analytical processing (OLAP). It creates tabular models that aggregate and define business metrics, but it is not a streaming engine and cannot natively consume raw data from Event Hubs or IoT Hub. To refresh models it typically pulls from databases or data warehouses, which introduces latency incompatible with real-time analytics on a continuous stream. Therefore it may complement a BI solution but not replace a dedicated stream-processing service.
- ✗
Azure Data Lake Storage
Why it's wrong here
Azure Data Lake Storage (ADLS Gen2) is a highly scalable, cloud-based storage service built on Azure Blob Storage, designed to store petabytes of raw and structured data, not to process it in motion. It does not provide built-in windowing, event ordering, or live query capabilities, so it cannot run real-time analytics by itself. While streaming pipelines often write landing zones or curated datasets to a data lake, that makes ADLS a destination or persistence layer rather than the engine performing low-latency analysis on incoming events.
- ✗
Azure SQL Database
Why it's wrong here
Azure SQL Database is a managed relational database engine optimized for online transaction processing (OLTP) and standard T-SQL queries over persisted tables. It has no native service for ingesting high-velocity streaming events; trying to insert each event individually would create latency and throughput bottlenecks, and it does not offer temporal stream operators such as hopping, sliding, or session windows. Stream Analytics can use it as a reference or output sink, but that does not make the database a real-time stream processing solution.
- ✓
Azure Stream Analytics
Why this is correct
Azure Stream Analytics is a fully managed, real-time data stream processing engine that can continuously ingest events from Azure Event Hubs, IoT Hub, and Blob Storage, then apply time-windowed SQL-like queries without infrastructure management. It supports sub-second to minute-level latencies, event ordering and late-arrival handling, and can produce alerting, dashboards, or aggregated results in real time. Because it is purpose-built for streaming data, it is the appropriate choice for the retail company’s requirement to run real-time analytics on a live stream rather than storing and batch-processing it later.
Go deeper
Related to this question
Learn chapter
Data Roles and Core Concepts
Key term
Service
A service is a software component or system that performs a specific function and is available to be used by other programs or users over a network.
Key term
Azure Stream Analytics
Azure Stream Analytics is a fully managed, real-time data processing service that analyzes and transforms high volumes of streaming data from various sources to deliver low-latency insights and trigger actions.
About these practice questions
This DP-900 question is part of Courseiva's 820-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.