Category : Microsoft Azure Data Engineering | Sub Category : Practice Assessment for Exam DP-203 - Data Engineering on Microsoft Azure | By Prasad Bonam Last updated: 2023-09-10 09:20:22 Viewed : 24
You plan to configure an Azure Stream Analytics job named Job1.
You need to identify which components Job1 requires to perform event processing and analyze streaming data.
Which three components should you identify? Each correct answer presents part of the solution.?
Ans:
a query
an input
an output
Azure Stream Analytics requires input to ingest data, a query to select, project, or aggregate data values, and an output to write results.
Understand event processing - Training | Microsoft Learn
Quickstart - Create a Stream Analytics job using Visual Studio Code | Microsoft Learn