AZ-220 Exam Question 116

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 IoT Edge device as an IoT Edge transparent gateway. You configure the sensors to connect to the device.
Does this meet the goal?
  • AZ-220 Exam Question 117

    You create an Azure IoT hub by running the following command.
    aziot hub create --resource-group MyResourceGroup --name MyIotHub --sku B1 -- location westus --partition-count 4 What does MylotHub support?
  • AZ-220 Exam Question 118

    You have an Azure IoT solution that includes an Azure IoT hub.
    You plan to deploy 10,000 IoT devices.
    You need to validate the performance of the IoT solution while 10,000 concurrently connected devices stream telemetry. The solution must minimize effort.
    What should you deploy?
  • AZ-220 Exam Question 119

    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 question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have devices that connect to an Azure IoT hub. Each device has a fixed GPS location that includes latitude and longitude.
    You discover that a device entry in the identity registry of the IoT hub is missing the GPS location.
    You need to configure the GPS location for the device entry. The solution must prevent the changes from being propagated to the physical device.
    Solution: You add tags to the device twin.
    Does the solution meet the goal?
  • AZ-220 Exam Question 120

    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 Stream Analytics job that receives input from an Azure IoT hub and sends the outputs to Azure Blob storage. The job has compatibility level 1.1 and six streaming units.
    You have the following query for the job.

    You plan to increase the streaming unit count to 12.
    You need to optimize the job to take advantage of the additional streaming units and increase the throughput.
    Solution: You change the query to the following.

    Does this meet the goal?