Microsoft (AZ-220) Exam Questions And Answers page 5
You have an Azure IoT Central application.
You add an IoT device named Oven1 to the application. Oven1 uses an IoT Central template for industrial ovens.
You need to send an email to the managers group at your company as soon as the oven temperature falls below 400 degrees.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You add an IoT device named Oven1 to the application. Oven1 uses an IoT Central template for industrial ovens.
You need to send an email to the managers group at your company as soon as the oven temperature falls below 400 degrees.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Add a condition that has Time Aggregation set to Off.
Add a condition that has Aggregation set to Minimum.
Add the Manager role to the IoT Central application.
From IoT Central, create a telemetry rule for the template.
Introduction to Azure IoT
IoT Security and Compliance
You have an Azure IoT solution that includes a standard tier Azure IoT hub and an IoT device.
The device sends one 100-KB device-to-cloud message every hour.
You need to calculate the total daily message consumption of the device.
What is the total daily message consumption of the device?
The device sends one 100-KB device-to-cloud message every hour.
You need to calculate the total daily message consumption of the device.
What is the total daily message consumption of the device?
24
600
2,400
4,800
Data Ingestion and Processing
You have an Azure IoT solution that includes an Azure IoT hub and 100 Azure IoT Edge devices.
You plan to deploy the IoT Edge devices to external networks. The firewalls of the external networks only allow traffic on port 80 and port 443.
You need to ensure that the devices can connect to the IoT hub. The solution must minimize costs.
What should you do?
You plan to deploy the IoT Edge devices to external networks. The firewalls of the external networks only allow traffic on port 80 and port 443.
You need to ensure that the devices can connect to the IoT hub. The solution must minimize costs.
What should you do?
Configure the upstream protocol of the devices to use MQTT over TCP.
Configure the upstream protocol of the devices to use AMQP over WebSocket.
Connect the external networks to the IoT solution by using ExpressRoute.
Integrate cellular communication hardware onto the devices and avoid the use of the external networks.
Data Ingestion and Processing
IoT Security and Compliance
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.
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.
Introduction to Azure IoT
Data Ingestion and Processing
You have the devices shown in the following table.
You are implementing a proof of concept (POC) for an Azure IoT solution.
You need to deploy an Azure IoT Edge device as part of the POC.
On which two devices can you deploy IoT Edge? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You are implementing a proof of concept (POC) for an Azure IoT solution.
You need to deploy an Azure IoT Edge device as part of the POC.
On which two devices can you deploy IoT Edge? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Device1
Device2
Device3
Device4
Introduction to Azure IoT
Data Ingestion and Processing
You have an Azure IoT hub and 15,000 IoT devices that monitor temperature. The IoT hub has four partitions. Each IoT device sends a 1-KB message every five seconds.
You plan to use Azure Stream Analytics to process the telemetry stream and generate an alert when temperatures exceed a defined threshold.
You need to recommend the minimum number of streaming units to configure for Stream Analytics.
What should you recommend?
You plan to use Azure Stream Analytics to process the telemetry stream and generate an alert when temperatures exceed a defined threshold.
You need to recommend the minimum number of streaming units to configure for Stream Analytics.
What should you recommend?
3
1
6
12
Data Ingestion and Processing
IoT Security and Compliance
You have 20 devices that connect to an Azure IoT hub.
You open Azure Monitor as shown in the exhibit.
You discover that telemetry is not being received from five IoT devices.
You need to identify the names of the devices that are not generating telemetry and visualize the data.
What should you do first?
You open Azure Monitor as shown in the exhibit.
You discover that telemetry is not being received from five IoT devices.
You need to identify the names of the devices that are not generating telemetry and visualize the data.
What should you do first?
Add the Number of throttling errors metric and archive the logs to an Azure storage account.
Configure diagnostics for Routes and stream the logs to Azure Event Hubs.
Add the Telemetry messages sent metric and archive the logs to an Azure Storage account.
Configure diagnostics for Connections and send the logs to Azure Log Analytics.
Introduction to Azure IoT
Data Ingestion and Processing
You have an Azure IoT solution that contains an Azure IoT hub.
You need to ensure that the IoT hub configuration is compliant with the Health Insurance Portability and Accountability Act (HIPAA) audit logging requirements.
What should you use?
You need to ensure that the IoT hub configuration is compliant with the Health Insurance Portability and Accountability Act (HIPAA) audit logging requirements.
What should you use?
Azure Advisor recommendations
an Azure Policy definition
Azure Monitor alerts
an Azure Sentinel workspace
Data Ingestion and Processing
IoT Security and Compliance
From the Device Provisioning Service, you create an enrollment as shown in the exhibit.
You need to deploy a new IoT device.
What should you use as the device identity during attestation?
You need to deploy a new IoT device.
What should you use as the device identity during attestation?
a self-signed X.509 certificate
the random string of alphanumeric characters
the HMAC-SHA256 hash of the device's registration ID
the endorsement key of the device's Trusted Platform Module (TPM)
Device Provisioning and Management
Developing IoT Solutions
You have an Azure IoT Edge module named SampleModule that runs on a device named Device1.
You make changes to the code of SampleModule by using Microsoft Visual Studio Code.
You need to push the code to the container registry and then deploy the module to Device1.
Which two actions should you perform from Visual Studio Code? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You make changes to the code of SampleModule by using Microsoft Visual Studio Code.
You need to push the code to the container registry and then deploy the module to Device1.
Which two actions should you perform from Visual Studio Code? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Build and push the SampleModule code to the registry.
Create a deployment for a single device.
Upload to Azure Storage.
Build an IoT Edge solution.
Generate a shared access signature (SAS) token for Device1.
Data Ingestion and Processing
Developing IoT Solutions
Comments