AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides real-time analytics on fast-moving streaming data from IoT devices and applications?
⚠ Common exam trap
Candidates often confuse Azure Stream Analytics with Azure Synapse Analytics or Azure Data Factory, mistakenly thinking any 'analytics' service can handle real-time streaming, but only Stream Analytics is purpose-built for low-latency, continuous data-in-motion processing.
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 serverless, real-time analytics service designed to process high-velocity streaming data from sources like IoT devices, applications, and sensors. It uses SQL-based query language to analyze data in motion, enabling immediate insights and triggering actions without storing the data first.
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
Azure Data Factory is a cloud ETL/ELT orchestration service that moves and transforms data through scheduled pipelines, typically copying data from sources to destinations like Azure Data Lake or SQL Database. It has no native ability to execute continuous, event-driven queries over a streaming feed; instead, it can only trigger batch copy activities or Azure Functions at intervals, which cannot deliver per-event low-latency analytics. Even when paired with a mapping data flow, the processing is bounded and incremental, not sub-second, so it fails the real-time requirement in the question stem.
- ✓
Azure Stream Analytics
Why this is correct
Azure Stream Analytics is purpose-built for real-time event processing, accepting high-throughput streaming input from Azure Event Hubs, IoT Hub, or Blob storage and applying temporal-windowed SQL queries on the in-flight data. Its native integration with Power BI for live dashboards and low-latency output to Azure SQL or Databricks makes it the only service here that delivers sub-second insights without requiring a separate streaming framework. Unlike batch tools, it maintains stateful windows and event ordering to handle unbounded, fast-moving data directly.
- ✗
Azure Synapse Analytics
Why it's wrong here
Azure Synapse Analytics is a converged analytics platform that primarily targets large-scale data warehousing and running T-SQL queries over petabytes of relational data in dedicated or serverless SQL pools. While it can ingest streaming data into a landing table via Event Hubs or Synapse Pipelines, the actual analysis occurs after the data is at rest, so it is batch-oriented rather than providing continuous, low-latency results on live streams. Its Spark pool can do micro-batch streaming, but that adds seconds of latency and requires manual configuration, making it a poor fit for true real-time analytics compared to Azure Stream Analytics.
- ✗
Azure HDInsight
Why it's wrong here
Azure HDInsight is a managed cluster platform for batch and interactive processing of large-scale data using frameworks like Apache Spark or Hadoop, but it lacks native support for real-time stream ingestion and low-latency analytics on fast-moving IoT data. It is tempting because its Spark Streaming capability can process micro-batches, yet this still introduces higher latency than the event-streaming engine required by the stem; HDInsight would be correct for historical analysis or ETL jobs on stored datasets, not for sub-second analytics on unbounded live streams.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Serverless
Serverless is a cloud computing model where the cloud provider manages the servers, and you only pay for the actual compute time your code uses, without having to worry about provisioning or maintaining infrastructure.
Key term
Query
A query is a request for information from a database, asking a specific question to retrieve, update, or manipulate data.
About these practice questions
One of 981 original AZ-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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-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 AZ-900 exam.