Microsoft AZ-220 Questions & Answers

Full Version: 178 Q&A


Latest AZ-220 Exam Questions and Practice Tests 2025 - Killexams.com


AZ-220 Dumps

AZ-220 Braindumps AZ-220 Real Questions AZ-220 Practice Test

AZ-220 Actual Questions


killexams.com


Microsoft


AZ-220


Microsoft Azure IoT Developer


https://killexams.com/pass4sure/exam-detail/AZ-220


Question: 167


Question Set 2


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 question, 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 IoT solution that includes an Azure IoT hub, a Device Provisioning Service instance, and 1,000 connected IoT devices.


All the IoT devices are provisioned automatically by using one enrollment group. You need to temporarily disable the IoT devices from the connecting to the IoT hub.

Solution: From the Device Provisioning Service, you disable the enrollment group, and you disable device entries in the identity registry of the IoT hub to which the IoT devices are provisioned.


Does the solution meet the goal?

  1. Yes

  2. No


Answer: A Explanation:

You may find it necessary to deprovision devices that were previously auto-provisioned through the Device Provisioning Service.


In general, deprovisioning a device involves two steps:


Question: 168


Testlet 1 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 ensure that you are able to complete all questions included on this exam in the time provided.


To answer the questions included in a case study, you will need to reference information that is provided in the case

study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other question on this case study.


At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next sections of the exam. After you begin a new section, you cannot return to this section.


To start the case study


To display the first question on this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.


Existing Environment. Current State of Development


Contoso produces a set of Bluetooth sensors that read the temperature and humidity. The sensors connect to IoT gateway devices that relay the data.


All the IoT gateway devices connect to an Azure IoT hub named iothub1. Existing Environment. Device Twin

You plan to implement device twins by using the following JSON sample.


Existing Environment. Azure Stream Analytics


Each room will have between three to five sensors that will generate readings that are sent to a single IoT gateway device. The IoT gateway device will forward all the readings to iothub1 at intervals of between 10 and 60 seconds.


You plan to use a gateway pattern so that each IoT gateway device will have its own IoT Hub device identity.

You draft the following query, which is missing the GROUP BY clause. SELECT

AVG(temperature), System.TimeStamp() AS AsaTime FROM

Iothub


You plan to use a 30-second period to calculate the average temperature reading of the sensors.


You plan to minimize latency between the condition reported by the sensors and the corresponding alert issued by the Stream Analytics job.


Existing Environment. Device Messages


The IoT gateway devices will send messages that contain the following JSON data whenever the temperature exceeds a specified threshold.



The level property will be used to route the messages to an Azure Service Bus queue endpoint named criticalep. Existing Environment. Issues

You discover connectivity issues between the IoT gateway devices and iothub1, which cause IoT devices to lose connectivity and messages.


Requirements. Planning Changes


Contoso plans to make the following changes:



Each IoT device will spend a 6 KB message every five seconds.

You need to size the IoT hub to support the devices. The solution must minimize costs. What should you choose?

  1. one unit of the S1 tier

  2. one unit of the B2 tier

  3. one unit of the B1 tier

  4. one unit of the S3 tier


Answer: D Explanation:

2500* 6 KB * 12 = 180,000 KB/minute = 180 MB/Minute. B3, S3 can handle up to 814 MB/minute per unit.

Incorrect Answers: A, C: B1, S1 can only handle up to 1111 KB/minute per unit B: B2, S2 can only handle up to 16 MB/minute per unit.

Reference:


https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-scaling


Question: 176


DRAG DROP


You deploy an Azure IoT hub. You need to demonstrate that the IoT hub can receive messages from a device.


Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Answer:


Explanation:


Step 1: Register a device in IoT Hub


Before you can use your IoT devices with Azure IoT Edge, you must register them with your IoT hub. Once a device is registered, you can retrieve a connection string to set up your device for IoT Edge workloads.


Step 2: Configure the device connection string on a device client.


When you’re ready to set up your device, you need the connection string that links your physical device with its identity in the IoT hub.


Step 3: Trigger a new send event from a device client. Reference:

https://docs.microsoft.com/en-us/azure/iot-edge/how-to-register-device


Question: 177


Question Set 2

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 question, 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 IoT solution that includes an Azure IoT hub, a Device Provisioning Service instance, and 1,000 connected IoT devices.


All the IoT devices are provisioned automatically by using one enrollment group. You need to temporarily disable the IoT devices from the connecting to the IoT hub.

Solution: From the Device Provisioning Service, you disable the enrollment group, and you disable device entries in the identity registry of the IoT hub to which the IoT devices are provisioned.


Does the solution meet the goal?

  1. Yes

  2. No


Answer: A Explanation:

You may find it necessary to deprovision devices that were previously auto-provisioned through the Device Provisioning Service.


In general, deprovisioning a device involves two steps:


Question: 178


DRAG DROP


You have an Azure IoT hub.


You plan to attach three types of IoT devices as shown in the following table.



You need to select the appropriate communication protocol for each device.

What should you select? To answer, drag the appropriate protocols to the correct devices. Each protocol 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.



Answer:


Explanation: Box 1: AMQP

Use AMQP on field and cloud gateways to take advantage of connection multiplexing across devices. Box 2: MQTT

MQTT is used on all devices that do not require to connect multiple devices (each with its own per-device credentials) over the same TLS connection.


Box 3: HTTPS


Use HTTPS for devices that cannot support other protocols. Reference:

https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols


User: Fanny*****

I made a quick decision to use killexams.com practice tests as my test partner for the AZ-220 exam. I was absolutely ecstatic to see the questions on display, as they were almost identical to the questions from killexams.com practice tests. This striking similarity helped me pass with an incredible 97% score in only 65 minutes.
User: Yevgeny*****

For my az-220 exam, I relied on Killexams.com’s package deal and scored top marks. Their real exam questions were accurate and up-to-date, making my preparation seamless. I advise against using free practice tests, as they often lack accuracy, and instead recommend Killexams.com for reliable study materials.
User: Francisco*****

I just passed my AZ-220 exam with amazing marks, all thanks to Killexams.com. The questions were valid and correct, and I am so glad that I subscribed to their services.
User: Lidiya*****

Killexams.com is an excellent resource for anyone looking to prepare for the az-220 exam. Their practice tests cover all aspects of the exam, making it a must-have for newcomers to the field. Personally, I needed to improve my knowledge of az-220, and the Killexams.com practice tests helped me immensely. Thanks to their assistance, I passed the az-220 exam with an impressive score and have been enthusiastically recommending it to my friends and colleagues.
User: Lenin*****

The Questions and Answers from Killexams.com were perfect for my needs. I scored 89% on the az-220 exam, and I am immensely grateful for their expertise. The practice test was comprehensive and incredibly beneficial.

Features of iPass4sure AZ-220 Exam

  • Files: PDF / Test Engine
  • Premium Access
  • Online Test Engine
  • Instant download Access
  • Comprehensive Q&A
  • Success Rate
  • Real Questions
  • Updated Regularly
  • Portable Files
  • Unlimited Download
  • 100% Secured
  • Confidentiality: 100%
  • Success Guarantee: 100%
  • Any Hidden Cost: $0.00
  • Auto Recharge: No
  • Updates Intimation: by Email
  • Technical Support: Free
  • PDF Compatibility: Windows, Android, iOS, Linux
  • Test Engine Compatibility: Mac / Windows / Android / iOS / Linux

All Microsoft Exams

Microsoft Exams

Certification and Entry Test Exams

Complete exam list