Microsoft (AZ-220) Exam Questions And Answers page 4
You have an Azure IoT Central application that monitors 100 IoT devices.
You need to generate alerts when the temperature of a device exceeds 100 degrees. The solution must meet the following requirements:
• Minimize costs
• Minimize deployment time
What should you do?
You need to generate alerts when the temperature of a device exceeds 100 degrees. The solution must meet the following requirements:
• Minimize costs
• Minimize deployment time
What should you do?
Create an email property in the device templates.
Perform a data export to Azure Blob storage and create an Azure function.
Create a rule that uses an email action.
Introduction to Azure IoT
Data Ingestion and Processing
You need to visualize Azure IoT Hub telemetry data by using Microsoft Power BI.
Which service should you connect to the IoT hub?
Which service should you connect to the IoT hub?
Azure Event Grid
SendGrid
Azure Stream Analytics
Azure Notification Hubs
Data Ingestion and Processing
Developing IoT Solutions
You have an Azure IoT hub.
You need to check whether the IoT hub was affected by an outage.
What should you select in the Azure portal? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
You need to check whether the IoT hub was affected by an outage.
What should you select in the Azure portal? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Resource health
Metrics
Alerts
Diagnostic settings
Introduction to Azure IoT
IoT Security and Compliance
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?
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?
Yes
No
Data Ingestion and Processing
Developing IoT Solutions
You have an Azure IoT hub that has 1,000 registered devices.
You create an Azure logic app.
You need to send Device Connected and Device Disconnected events in real time to the logic app.
What should you do?
You create an Azure logic app.
You need to send Device Connected and Device Disconnected events in real time to the logic app.
What should you do?
From the Message routing blade of the IoT hub, add a route, Route DeviceLifecycleEvents to an Azure Service Bus queue.
From the Diagnostic settings blade of the IoT hub, add a diagnostic setting. Route the connection logs to a Log Analytics workspace.
From the Events blade of the IoT hub, add an event subscription. Configure the Filter to Event Types setting and route the events to a webhook.
Introduction to Azure IoT
Data Ingestion and Processing
What should you do to identify the cause of the connectivity issues?
Send cloud-to-device messages to the IoT devices.
Use the heartbeat pattern to send messages from the IoT devices to iothub1.
Monitor the connection status of the device twin by using an Azure function.
Enable the collection of the Connections diagnostic logs and set up alerts for the connected devices count metric.
Introduction to Azure IoT
IoT Security and Compliance
You have an existing Azure IoT hub.
You use IoT Hub jobs to schedule long running tasks on connected devices.
Which three operations do the IoT Hub jobs support directly? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You use IoT Hub jobs to schedule long running tasks on connected devices.
Which three operations do the IoT Hub jobs support directly? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Trigger Azure functions.
Invoke direct methods.
Update desired properties.
Send cloud-to-device messages.
Disable IoT device registry entries.
Update tags.
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
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 a Standard tier Azure IoT hub and a fleet of IoT devices.
The devices connect to the IoT hub by using either Message Queuing Telemetry Transport (MQTT) or Advanced Message Queuing Protocol (AMQP).
You need to send data to the IoT devices and each device must respond. Each device will require three minutes to process the data and respond.
Solution: You use direct methods and check the response.
Does this meet the goal?
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 a Standard tier Azure IoT hub and a fleet of IoT devices.
The devices connect to the IoT hub by using either Message Queuing Telemetry Transport (MQTT) or Advanced Message Queuing Protocol (AMQP).
You need to send data to the IoT devices and each device must respond. Each device will require three minutes to process the data and respond.
Solution: You use direct methods and check the response.
Does this meet the goal?
Yes
No
Device Provisioning and Management
Data Ingestion and Processing
You have an Azure IoT Edge device.
You need to modify the credentials used to access the container registry.
What should you modify?
You need to modify the credentials used to access the container registry.
What should you modify?
the $edgeHub module twin
the IoT Edge module
the $edgeAgent module twin
the Azure IoT Hub device twin
Device Provisioning and Management
Developing IoT Solutions
Comments