Exam Logo

Microsoft (AZ-220) Exam Questions And Answers page 13

You need to use message enrichment to add additional device information to messages sent from the IoT gateway devices when the reported temperature exceeds a critical threshold.

How should you configure the enrich message values? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Introduction to Azure IoT Data Ingestion and Processing
You are troubleshooting device connections to and disconnections from an Azure IoT hub.

You configure diagnostic logging for the IoT hub to send to Log Analytics.

You need to generate a report that displays the device connection and disconnection events.

How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Introduction to Azure IoT Data Ingestion and Processing
You are planning a proof of concept (POC) that will use an Azure IoT hub.

You have two self-signed client authentication certificates named Cert1 and Cert2. Cert1 has a basic constraint that contains Subject Type=CA. Cert2 has a basic constraint that contains Subject Type=End Entity.

You need to identify which certificates to use.

What should you identify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Introduction to Azure IoT IoT Security and Compliance
You have 10,000 IoT devices that connect to an Azure IoT hub. The devices do not support over-the-air (OTA) updates.

You need to decommission 1,000 devices. The solution must prevent connections and autoenrollment for the decommissioned devices.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.
Introduction to Azure IoT Device Provisioning and Management
You have an Azure subscription that contains an Azure IoT hub, 500 IoT devices, and an Azure Time Series Insights Gen2 environment named Environment1.

You need to add calculated values to the Time Series Model.

What should you use?
Data Ingestion and Processing Developing IoT Solutions
You create a new IoT device named device1 on iothub1. The primary key value assigned to device1 is Uihuih76hbHb.

How should you complete the device connection string? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Introduction to Azure IoT Data Ingestion and Processing
You have an Azure IoT hub.

You plan to deploy 1,000 IoT devices by using automatic device management.

The device twin is shown below.


You need to configure automatic device management for the deployment.

Which target Condition and Device Twin Path should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Device Provisioning and Management Data Ingestion and Processing
You enable Azure Security Center for IoT.

You need to onboard a device to Azure Security Center.

What should you do?
Device Provisioning and Management IoT Security and Compliance
You have 10 IoT devices that connect to an Azure IoT hub named Hub1.

From Azure Cloud Shell, you run az iot hub monitor-events --hub-name Hub1 and receive the following error message: "az iot hub: 'monitor-events' is not in the 'az iot hub' command group. See 'az iot hub --help'."

You need to ensure that you can run the command successfully.

What should you run first?
Introduction to Azure IoT Data Ingestion and Processing
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 are developing a custom Azure IoT Edge module.

The module needs to identify the device ID of the local device.

Solution: You configure the module to read the ProductInfo property of ModuleClient.

Does this meet the goal?
Device Provisioning and Management Developing IoT Solutions