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…
Question
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)- A4% (1)
- B9% (2)
- C13% (3)
- D74% (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
Community Discussion
No community discussion yet for this question.