exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 2 question 14 discussion

Actual exam question from Microsoft's AZ-220
Question #: 14
Topic #: 2
[All AZ-220 Questions]

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.

  • A. Create a SendGrid account in the same resource group as the IoT Central application.
  • B. Add a condition that has Time Aggregation set to Off.
  • C. Add a condition that has Aggregation set to Minimum.
  • D. Add the Manager role to the IoT Central application.
  • E. From IoT Central, create a telemetry rule for the template.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️
Devices use telemetry to send numerical data from the device. A rule triggers when the selected telemetry crosses a specified threshold.
E: To create a telemetry rule, the device template must include at least one telemetry value. The rule monitors the temperature reported by the device and sends an email when it falls below 400 degrees.
B: Configure the rule conditions.
Conditions define the criteria that the rule monitors. In this tutorial, you configure the rule to fire when the temperature exceeds 70ֲ° F.
1. Select Temperature in the Telemetry dropdown.
2. Next, choose Is less than as the Operator and enter 400 as the Value.

3. Optionally, you can set a Time aggregation. When you select a time aggregation, you must also select an aggregation type, such as average or sum from the aggregation drop-down.
✑ Without aggregation, the rule triggers for each telemetry data point that meets the condition.
✑ With aggregation, the rule triggers if the aggregate value of the telemetry data points in the time window meets the condition.
Reference:
https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-create-telemetry-rules

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tita_tovenaar
Highly Voted 3 years, 11 months ago
answers are correct. A is technically possible but unnecessary and complete overkill, so you would ‘lose’ a step. The other options are nonsense.
upvoted 8 times
...
BoomJosh
Highly Voted 4 years, 2 months ago
Appeared for exam on 3/24/2021 and successfully cleared it, this question was there.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...