DP-203 · Question #90
You have a C# application that process data from an Azure IoT hub and performs complex transformations. You need to replace the application with a real-time solution. The solution must reuse as much c
The correct answer is C. Azure Stream Analytics. Azure Stream Analytics on IoT Edge empowers developers to deploy near-real-time analytical intelligence closer to IoT devices so that they can unlock the full value of device-generated data. UDF are available in C# for IoT Edge jobs Azure Stream Analytics on IoT Edge runs within
Question
You have a C# application that process data from an Azure IoT hub and performs complex transformations. You need to replace the application with a real-time solution. The solution must reuse as much code as possible from the existing application.
Options
- AAzure Databricks
- BAzure Event Grid
- CAzure Stream Analytics
- DAzure Data Factory
How the community answered
(60 responses)- A8% (5)
- B3% (2)
- C73% (44)
- D15% (9)
Explanation
Azure Stream Analytics on IoT Edge empowers developers to deploy near-real-time analytical intelligence closer to IoT devices so that they can unlock the full value of device-generated data. UDF are available in C# for IoT Edge jobs Azure Stream Analytics on IoT Edge runs within the Azure IoT Edge framework. Once the job is created in Stream Analytics, you can deploy and manage it using IoT Hub. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-edge
Topics
Community Discussion
No community discussion yet for this question.