exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 3 question 13 discussion

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

You have an Azure IoT Edge module named SampleModule that runs on a device named Device1.
You make changes to the code of SampleModule by using Microsoft Visual Studio Code.
You need to push the code to the container registry and then deploy the module to Device1.
Which two actions should you perform from Visual Studio Code? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Build and push the SampleModule code to the registry.
  • B. Create a deployment for a single device.
  • C. Generate a deployment manifest.
  • D. Build an IoT Edge solution.
  • E. Generate a shared access signature (SAS) token for Device1.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

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
kohmaksimka
Highly Voted 3 years, 5 months ago
Selected Answer: AB
Would say AB A: Build and push the SampleModule code to registry - as this is requested B: Create a deployment for single device - to deploy the module to the device I would not take C as the module already runs on the device. So no need to generate a (a.k.a. create a new) deployment manifest
upvoted 6 times
kohmaksimka
3 years, 5 months ago
So nothing really changes in the existing manifest (maybe change module version but that's it)
upvoted 4 times
...
RajeevP26
3 years, 5 months ago
Agreed with A & B https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-develop-for-windows?view=iotedge-2018-06
upvoted 2 times
...
...
j_c_000
Most Recent 2 years, 1 month ago
Selected Answer: AB
Correct answer HAS to include "A", the question plainly says we need to push our changes. The link below is not great. It only creates a deployment for a microsoft sample module, not a custom code module, so doesn't directly answer this question. https://learn.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-vscode?view=iotedge-1.4
upvoted 2 times
...
superPashtet
2 years, 9 months ago
Selected Answer: AB
Agreed with A & B
upvoted 3 times
...
LightningKeven
2 years, 11 months ago
Selected Answer: AB
Agreed with A & B
upvoted 2 times
...
nqthien041292
3 years, 3 months ago
Selected Answer: BC
Vote BC for description related to IoT
upvoted 1 times
...
liberty123
3 years, 3 months ago
Selected Answer: BC
- Configure a deployment manifest - Create Deployment for Single Device. https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-vscode?view=iotedge-2020-11
upvoted 4 times
...
d0bermannn
3 years, 6 months ago
Selected Answer: BC
B&C looks ok as link provided
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 ...