~/azure-dp-900 · Describe an analytics workload on Azure ▊
← Microsoft Certified: Azure Data Fundamentals
AZURE · objective · 28% of the exam
Describe an analytics workload on Azure — Microsoft Certified: Azure Data Fundamentals
The official AZURE documentation our Describe an analytics workload on Azure practice questions are cited to. Review the primary sources, then practise.
Official references for this objective
-
Microsoft — Stream Data Using Azure Stream Analytics Integration (Preview) - Azure SQL Database | Microsoft Learn
you can select an events source (Event Hub/IoT Hub), view incoming real-time events, and select a table to store events
-
Microsoft — Reference Data JOIN - Stream Analytics Query | Microsoft Learn
Reference data JOIN is supported for inner JOIN (default) and left outer JOIN, with reference data on the right side of the JOIN operator.
-
Microsoft — Sliding Window - Stream Analytics Query | Microsoft Learn
GROUP BY TollId, SlidingWindow(minute, 5) HAVING COUNT(*) > 3