Microsoft Azure IoT Developer AZ-220 Exam Questions

Page: 1 / 14
Total 204 questions
Question 1

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 IoT solution that includes an Azure IoT hub and an Azure IoT Edge device.

You plan to deploy 10 Bluetooth sensors. The sensors do not support MQTT, AMQP, or HTTPS.

You need to ensure that all the sensors appear in the IoT hub as a single device.

Solution: You configure the IoT Edge device as an IoT Edge identity translation gateway. You configure the sensors to connect to the device.

Does this meet the goal?



Answer : A

In the protocol translation gateway pattern, only the IoT Edge gateway has an identity with IoT Hub. The translation module receives messages from downstream devices, translates them into a supported protocol, and then the IoT Edge device sends the messages on behalf of the downstream devices. All information looks like it is coming from one device, the gateway.


https://docs.microsoft.com/en-us/azure/iot-edge/iot-edge-as-gateway

Question 2

You have an Azure IoT hub that uses a Device Provision Service instance.

You plan to deploy 100 IoT devices.

You need to confirm the identity of the devices by using the Device Provision Service.

Which three device attestation mechanisms can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : A, B, D

The Device Provisioning Service supports the following forms of attestation:


https://docs.microsoft.com/en-us/azure/iot-dps/concepts-service#attestation-mechanism

Question 3

You have an Azure subscription named Sub1.

You need to ensure that when a new Azure loT hub is created in Sub1, a warning appears indicating that communication must be allowed only from known networks. The solution must minimize development and administrative effort.

What should you include in the solution?



Answer : C


Question 4

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 20 IoT devices deployed across two floors of a building. The devices on the first floor must be set to 60 degrees. The devices on the second floor must be set to 80 degrees.

The device twins are configured to use a tag that identifies the floor on which the twins are located.

You create the following automatic configuration for the devices on the first floor.

You create the following automatic configuration for the devices on the second floor.

The IoT devices on the first floor report that the temperature is set to 80 degrees.

You need to ensure that the first-floor devices are set to the correct temperature.

Solution: In the automatic configuration for the second-floor devices, you set Version to 2.

Does this meet the goal?



Question 5

You have an existing Azure IoT hub.

You need to connect physical IoT devices to the IoT hub.

You are connecting the devices through a firewall that allows only port 443 and port 80.

Which three communication protocols can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : A, C, E

MQTT over WebSockets, AMQP over WebSocket, and HTTPS use port 443.


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

Question 6

You have an Azure subscription that contains the resources shown in the following table.

You create a group enrollment in DPS1 and enroll 100 loT devices. Each device is issued a leaf certificate from CAT. You need to deprovision a single loT device from the group enrollment. The solution must not affect the other devices.

Solution: You create a disabled individual enrollment by using the X.509 certificate of the device.

Does this meet the goal?



Answer : B


Question 7

You have an Azure IoT hub that has a hostname of contoso-hub.azure-devices.net and an MCU-based IoT device named Device1. Device1 does NOT support Azure IoT SDKs.

You plan to connect Device1 to the IoT hub by using the Message Queuing Telemetry Transport (MQTT) protocol and to authenticate by using X.509 certificates.

You need to ensure that Device1 can authenticate to the IoT hub.

What should you do?



Answer : D

Box 1: 'desired': {

To configure connection events as high priority and collect high priority events every 7 minutes, use the following configuration.

'desired': {

'ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration': {

'highPriorityMessageFrequency': {

'value': 'PT7M'

},

'eventPriorityConnectionCreate': {

'value': 'High'

}

Box 2: 'highPriorityMessageFrequency ': {

Box 3: 'eventPriorityConnectionCreate': {


https://docs.microsoft.com/en-us/azure/defender-for-iot/how-to-agent-configuration

Page:    1 / 14   
Total 204 questions