Question 927 of 981
AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides IoT device management, real-time analytics, and bi-directional communication between IoT devices and the cloud?
⚠ Common exam trap
Test-takers frequently confuse Azure Event Hubs (a telemetry ingestion service) with IoT Hub (a full IoT management platform), overlooking that IoT Hub adds device identity, bi-directional communication, and management features that Event Hubs lacks.
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 IoT Hub
Azure IoT Hub is the correct service because it is specifically designed to provide secure, bi-directional communication between IoT devices and the cloud, along with device management capabilities and real-time analytics. It supports multiple protocols (MQTT, AMQP, HTTPS) and integrates with Azure Stream Analytics for real-time data processing.
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 Event Hubs
Why it's wrong here
Azure Event Hubs is a managed big data streaming ingestion service that accepts millions of events per second from sources like apps, devices, and microservices. It is schema-agnostic and Kafka-compatible, but it is a one-way ingest pipeline, not a device management solution. Event Hubs lacks per-device identity registry, device twins, and direct-method command capabilities, so it cannot handle remote device control or lifecycle management. In an IoT architecture, Event Hubs might sit downstream of IoT Hub for telemetry analytics, not replace it.
- ✗
Azure Notification Hubs
Why it's wrong here
Azure Notification Hubs is a push notification engine for sending mobile push notifications to Android, iOS, Windows, and other platforms using APNs, FCM, and WNS. It performs device registration for push services and template-based fan-out, but it does not expose any way to interact with a device's configuration, properties, or telemetry. While it can alert users on their phones, it does not provide the secure, bidirectional device-to-cloud and cloud-to-device messaging or the device management APIs that IoT solutions require.
- ✓
Azure IoT Hub
Why this is correct
Azure IoT Hub is the correct choice because it is a fully managed IoT-specific service that provides secure bidirectional communication, per-device authentication, device twins, direct methods, and automatic device management. It maintains an identity registry for every connected device, so you can connect and manage each device individually with SAS tokens or X.509 certificates. IoT Hub also ingests telemetry and routes it to downstream Azure services, while supporting cloud-to-device commands such as desired-state updates and firmware-over-the-air jobs. These IoT-native features are exactly what is needed for managing IoT devices at scale.
- ✗
Azure Service Bus
Why it's wrong here
Azure Service Bus is a fully managed enterprise message broker for integrating applications through queues and topics using publish/subscribe patterns. It offers advanced features like sessions, transactions, duplicate detection, and dead-lettering, which are ideal for business messaging workflows, but it is not built for the IoT device lifecycle. Service Bus has no notion of device identity, device twin state, or per-device command responses, so it cannot manage devices or report device-specific properties. It might be used as a downstream component to connect IoT events into backend line-of-business systems, not as the device management layer.
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.