Question 91

You have an Azure loT hub that has 500 registered devices.
You need to send device twin change events to Azure Service Bus in real time Which blade of the loT hub should you configure?
  • Question 92

    You have an Azure IoT Central application that has a custom device template.
    You need to configure the device template to support the following activities:
    * Return the reported power consumption.
    * Configure the desired fan speed.
    * Run the device reset routine.
    * Read the fan serial number.
    Which option should you use for each activity? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.

    Question 93

    You need to configure Azure IoT Edge module routing to ensure that modules route traffic as shown in the following exhibit.

    How should you complete the IoT Edge module routes? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 94

    You have 1,000 devices that connect to an Azure IoT hub.
    You are performing a scheduled check of deployed IoT devices. You plan to run the following command from the Azure CLI prompt.
    aziot hub query --hub-name hub1 --query-command "SELECT * FROM devices WHERE connectionState = 'Disconnected'" What does the command return?
  • Question 95

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an Azure IoT solution that includes an Azure IoT hub and an Azure IoT Edge device.
    You plan to deploy 10 Bluetooth sensors. The sensors do not support MQTT, AMQP, or HTTPS.
    You need to ensure that all the sensors appear in the IoT hub as a single device.
    Solution: You configure the sensors to connect directly to the IoT hub.
    Does this meet the goal?