exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 3 question 4 discussion

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

You develop a custom Azure IoT Edge module named temperature-module.
You publish temperature-module to a private container registry named mycr.azurecr.io
You need to build a deployment manifest for the IoT Edge device that will run temperature-module.
Which three container images should you define in the manifest? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0
  • B. mcr.microsoft.com/azureiotedge-agent:1.0
  • C. mcr.microsoft.com/iotedgedev:2.0
  • D. mycr.azurecr.io/temperature-module:latest
  • E. mcr.microsoft.com/azureiotedge-hub:1.0
Show Suggested Answer Hide Answer
Suggested Answer: BDE 🗳️

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 4 years, 1 month ago
A is incorrect as it is a simulator. C is also incorrect because iotedgedev relates to builing your project, it’s not deployed to the actual edge device. hence given answers are correct
upvoted 7 times
...
liberty123
Most Recent 3 years, 4 months ago
Selected Answer: BDE
Agree with BDE
upvoted 1 times
...
d0bermannn
3 years, 7 months ago
Selected Answer: BDE
BDE looks nice
upvoted 2 times
...
angelsrp
5 years ago
Ans ABE: https://hub.docker.com/_/microsoft-azureiotedge-agent https://hub.docker.com/_/microsoft-azureiotedge-hub https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-portal
upvoted 1 times
angelsrp
5 years ago
my bad, given answers are correct
upvoted 10 times
dinesh_tng
4 years, 3 months ago
B&E are there by default on mcr.microsoft.com as Agent and Hub Module. E is required on mycr.azurecr.io as that is private repo. A is incorrect, as it points to microsoft public repo.
upvoted 3 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 ...