Microsoft Azure IoT Developer — Question 27

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 10 devices that connect to an Azure IoT hub. Each device has a unique public IP address. The devices are not provisioned through DPS.

You discover an anomaly in messages from two devices.

You need to stop all messages from both devices without affecting the other devices.

Solution: You delete the devices from the IoT hub.

Does the solution meet the goal?

Answer options

Correct answer: A

Explanation

Deleting the devices from the IoT hub will indeed stop all messages from the two affected devices without impacting the other devices, effectively meeting the goal. The other option, 'No', is incorrect because it suggests that the deletion wouldn't achieve the desired outcome, which it does.