nerdexam
Microsoft

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…

Set up the Azure IoT Hub solution infrastructure

Question

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 message consumption of the device. What is the total daily message consumption of the device?

Options

  • A24
  • B600
  • C2,400
  • D4,800

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    70% (21)
  • C
    17% (5)
  • D
    7% (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

#message metering#IoT Hub tiers#daily quota#message size

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice