nerdexam
Microsoft

DP-203 · Question #300

A company purchases IoT devices to monitor manufacturing machinery. The company uses an Azure IoT Hub to communicate with the IoT devices. The company must be able to monitor the devices in real-time.

The correct answer is C. Azure Stream Analytics cloud job using Azure Portal. In a real-world scenario, you could have hundreds of these sensors generating events as a stream. Ideally, a gateway device would run code to push these events to Azure Event Hubs or Azure IoT Hubs. Your Stream Analytics job would ingest these events from Event Hubs and run real-

Submitted by olafpl· Mar 30, 2026Develop data processing

Question

A company purchases IoT devices to monitor manufacturing machinery. The company uses an Azure IoT Hub to communicate with the IoT devices. The company must be able to monitor the devices in real-time. You need to design the solution. What should you recommend?

Options

  • AAzure Analysis Services using Azure PowerShell
  • BAzure Data Factory instance using Azure PowerShell
  • CAzure Stream Analytics cloud job using Azure Portal
  • DAzure Data Factory instance using Microsoft Visual Studio

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    82% (23)
  • D
    11% (3)

Explanation

In a real-world scenario, you could have hundreds of these sensors generating events as a stream. Ideally, a gateway device would run code to push these events to Azure Event Hubs or Azure IoT Hubs. Your Stream Analytics job would ingest these events from Event Hubs and run real-time analytics queries against the streams. Create a Stream Analytics job: In the Azure portal, select + Create a resource from the left navigation menu. Then, select Stream Analytics job from Analytics. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-get-started-with-azure- stream-analytics-to-process-data-from-iot-devices

Topics

#IoT Hub#Stream Analytics#real-time processing#cloud job

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice