AZ-900 Describe Azure architecture and services Practice Question
Which Azure service enables bi-directional communication between IoT applications and millions of IoT devices?
⚠ Common exam trap
Test-takers frequently confuse Azure Event Hubs (a telemetry ingestion service) with Azure IoT Hub (a full IoT management and bi-directional communication service), because both can ingest device data, but only IoT Hub provides cloud-to-device messaging and device identity management.
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 a managed cloud service that acts as a central message hub for bi-directional communication between IoT applications and devices. It supports both device-to-cloud and cloud-to-device messaging, enabling commands, telemetry ingestion, and device management at scale.
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 high-throughput data streaming platform designed for ingesting large volumes of telemetry events from devices, applications, and services, but it is primarily a one-way ingestion pipeline. It does not include a device registry, device twins, or cloud-to-device messaging, so you cannot send commands or manage devices through Event Hubs alone. For a scenario needing full bidirectional IoT communication and device management, Event Hubs is insufficient without an additional orchestration layer.
- ✓
Azure IoT Hub
Why this is correct
Azure IoT Hub is a fully managed service that enables reliable and secure bidirectional communication between IoT applications and millions of devices. It supports both device-to-cloud telemetry and cloud-to-device commands, along with device twins, direct methods, and automatic device registration with per-device security keys or certificates. Its built-in integration with Azure Event Hubs for telemetry and its SDKs for MQTT, AMQP, and HTTPS make it the correct choice for this scenario, providing comprehensive device management and control.
- ✗
Azure Service Bus
Why it's wrong here
Azure Service Bus is a general-purpose enterprise message broker that provides queues, topics, and relays for decoupling applications, with support for AMQP and other protocols. While it can carry messages between systems, it does not offer IoT-specific features such as per-device authentication, device twin synchronization, or MQTT support, which are essential for securing and managing a fleet of IoT devices. Service Bus would require custom implementation for device identity and control, making it a poor fit for a native IoT communication hub.
- ✗
Azure Notification Hubs
Why it's wrong here
Azure Notification Hubs is a push notification engine that broadcasts notifications to any platform (iOS, Android, Windows) via device registration and tag-based targeting. It is purely a one-way notification sender to mobile devices, lacking the device-to-cloud telemetry ingestion, device twin, and direct method capabilities that IoT Hub offers. For this scenario, which requires persistent bidirectional communication with IoT devices, Notification Hubs cannot manage device lifecycle or receive telemetry from the device.
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
IoT Hub
IoT Hub is a managed cloud service in Azure that acts as a central message hub for secure, bidirectional communication between IoT devices and the cloud.
Key term
Azure IoT Hub
Azure IoT Hub is a managed cloud service that acts as a central message hub for bi-directional communication between IoT devices and the cloud.
About these practice questions
This AZ-900 question is part of Courseiva's 981-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 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.