AZ-220 · Question #41
You have an Azure IoT solution that includes a standard tier Azure IoT hub and an IoT device. The device sends one 100-KB device-to-cloud message every hour. You need to calculate the total daily…
The correct answer is B. 600. 100 KB * 24 is around 2,400 bytes. The 100 KB message is divided into 4 KB blocks, and it is billed for 25 messages. 25 times 24 is 600 Note: The maximum message size for messages sent from a device to the cloud is 256 KB. These messages are metered in 4 KB blocks for the paid…
Question
Options
- A24
- B600
- C2,400
- D4,800
How the community answered
(30 responses)- A7% (2)
- B70% (21)
- C17% (5)
- D7% (2)
Explanation
100 KB * 24 is around 2,400 bytes. The 100 KB message is divided into 4 KB blocks, and it is billed for 25 messages. 25 times 24 is 600 Note: The maximum message size for messages sent from a device to the cloud is 256 KB. These messages are metered in 4 KB blocks for the paid tiers so for instance if the device sends a 16 KB message via the paid tiers it will be billed as 4 messages. https://azure.microsoft.com/en-us/pricing/details/iot-hub/
Topics
Community Discussion
No community discussion yet for this question.