exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 5 question 9 discussion

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

You have an Azure IoT solution that includes a basic tier Azure IoT hub named Hub1 and a Raspberry Pi device named Device1. Device1 connects to Hub1.
You back up Device1 and restore the backup to a new Raspberry Pi device.
When you start the new Raspberry Pi device, you receive the following error message in the diagnostic logs of Hub1: "409002 LinkCreationConflict."
You need to ensure that Device1 and the new Raspberry Pi device can run simultaneously without error.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. On the new Raspberry Pi device, modify the connection string.
  • B. From Hub1, modify the device shared access policy.
  • C. Upgrade Hub1 to the standard tier.
  • D. From Hub1, create a new consumer group.
  • E. From Hub1, create a new IoT device.
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️
Note: Symptoms -
You see the error 409002 LinkCreationConflict in logs along with device disconnection or cloud-to-device message failure.

Cause -
Generally, this error happens when IoT Hub detects a client has more than one connection. In fact, when a new connection request arrives for a device with an existing connection, IoT Hub closes the existing connection with this error.
Reference:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-troubleshoot-error-409002-linkcreationconflict#symptoms https://devblogs.microsoft.com/iotdev/understand-different-connection-strings-in-azure-iot-hub/

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
Marusyk
3 years, 6 months ago
- From Hub1, create a new IoT device. - On the new Raspberry Pi device, modify the connection string.
upvoted 2 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 ...