What should you do?
You have an Azure IoT hub. You need to enable Azure Defender for IoT on the IoT hub. What should you do?A . From the Security settings of the loT hub, select Secure your loT solution.B . From the Diagnostics settings of the loT hub, select Add diagnostic setting.C ....
Does the solution meet the goal?
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...
Which attestation mechanism should you choose?
You have an Azure IoT hub that uses a Device Provisioning Service instance. You have 1,000 legacy IoT devices that only support MAC address or serial number identities. The device do NOT have a security feature that can be used to securely identify the device or a hardware security module...
What should you do?
You are developing an Azure IoT solution for a shipping company. The company’s ships will have sensors used for predictive maintenance. Some sensor devices will be MQTT-capable, and others will use Modbus. Each ship has an internet connection that is available only when the ship is docked. You create an...
Does this meet the goal?
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...
You have the following device twin for the IoT device
HOTSPOT You have the following device twin for the IoT device. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box1: Yes Box 2: Yes Fanspeed 73 is a reported property. Box...
What should you do to restore the hot path?
Topic 2, ADatum Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case . However, there may be additional case studies and sections on this exam. You must manage your time to...
What should you recommend?
You need to recommend the format of telemetry messages to meet the POV requirements. What should you recommend?A . XMLB . AvroC . JSONView AnswerAnswer: C Explanation: Scenario: POV Requirements Ensure that all message content during this phase is human readable to simplify debugging. Avro uses a binary format, so...
Does this meet the goal?
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...
What does the command return?
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. az iot hub query --hub-name hub1 --query-command "SELECT * FROM devices WHERE connectionState = 'Disconnected'" What does...