Recall & Review
beginner
What is Azure IoT Hub?
Azure IoT Hub is a cloud service that acts like a central message hub for bi-directional communication between IoT applications and the devices it manages.
Click to reveal answer
beginner
Name two main communication patterns supported by Azure IoT Hub.
Azure IoT Hub supports device-to-cloud telemetry and cloud-to-device messaging for commands and notifications.
Click to reveal answer
intermediate
How does Azure IoT Hub ensure secure communication?
It uses per-device security credentials and supports authentication methods like symmetric keys and X.509 certificates.
Click to reveal answer
intermediate
What is a device twin in Azure IoT Hub?
A device twin is a JSON document that stores device state information including metadata, configurations, and conditions, enabling synchronization between cloud and device.
Click to reveal answer
beginner
Why is Azure IoT Hub considered scalable?
Because it can handle millions of simultaneous device connections and messages, scaling automatically to meet demand.
Click to reveal answer
What type of communication does Azure IoT Hub NOT support?
✗ Incorrect
Azure IoT Hub supports device-to-cloud and cloud-to-device communication but does not provide direct peer-to-peer communication between devices.
Which authentication method is NOT supported by Azure IoT Hub?
✗ Incorrect
Azure IoT Hub supports symmetric keys and X.509 certificates, but OAuth tokens are not a direct authentication method for devices.
What is the purpose of a device twin?
✗ Incorrect
Device twins store device state information to keep cloud and device synchronized.
How does Azure IoT Hub handle scaling?
✗ Incorrect
Azure IoT Hub automatically scales to handle millions of device connections and messages.
Which feature allows cloud apps to send commands to devices?
✗ Incorrect
Cloud-to-device messaging enables sending commands or notifications from cloud apps to devices.
Explain how Azure IoT Hub manages secure communication with devices.
Think about how devices prove their identity to the cloud.
You got /3 concepts.
Describe the role of device twins in Azure IoT Hub.
Consider how the cloud keeps track of device conditions.
You got /4 concepts.