nerdexam
Microsoft

AZ-220 · Question #15

You plan to deploy a standard tier Azure IoT hub. You need to perform an over-the-air (OTA) update on devices that will connect to the IoT hub by using scheduled jobs. What should you use?

The correct answer is D. a direct method. Releases via the REST API. All of the operations that can be performed from the Console can also be automated using the You might do this to automate your build and release process, for example. You can build firmware using the Particle CLI or directly using the compile source…

Provision and manage devices

Question

You plan to deploy a standard tier Azure IoT hub. You need to perform an over-the-air (OTA) update on devices that will connect to the IoT hub by using scheduled jobs. What should you use?

Options

  • Aa device-to-cloud message
  • Bthe device twin reported properties
  • Ca cloud-to-device message
  • Da direct method

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    9% (2)
  • C
    13% (3)
  • D
    74% (17)

Explanation

Releases via the REST API. All of the operations that can be performed from the Console can also be automated using the You might do this to automate your build and release process, for example. You can build firmware using the Particle CLI or directly using the compile source code API. Note: Over-the-air (OTA) firmware updates are a vital component of any IoT system. Over-the-air firmware updates refers to the practice of remotely updating the code on an embedded device. https://docs.particle.io/tutorials/device-cloud/ota-updates/

Topics

#OTA update#scheduled jobs#direct methods#device management

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice