nerdexam
Microsoft

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

Submitted by obi.ng· Mar 30, 2026Develop data processing

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)
  • A
    8% (5)
  • B
    3% (2)
  • C
    73% (44)
  • D
    15% (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

#Stream Analytics#real-time processing#IoT Hub#custom code reuse

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice