Exam DP-203 All QuestionsBrowse all questions from this exam
Question 145

You are developing a solution that will stream to Azure Stream Analytics. The solution will have both streaming data and reference data.

Which input type should you use for the reference data?

    Correct Answer: B

    For reference data in Azure Stream Analytics, the suitable input type is Azure Blob Storage. Azure Stream Analytics leverages Azure Blob Storage to store and retrieve static data that can be referenced during stream processing. This aligns with the documented capabilities of supporting reference data inputs via Azure Blob Storage and Azure SQL Database.

Discussion
trungngonptitOption: B

correct, blob storage or azure sql database

Rob77

Correct https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-add-inputs#reference-data-input

saty_nl

This is correct.

SebKOption: B

Correct

rashjanOption: B

for reference data blob storage is correct (or also azure sql database)

Deeksha1234

correct

evangelistOption: B

B is the best

kkk5566Option: B

B is correct

noranathalieOption: D

Why not connecting directly Event Hub? Answer D?

berserksap

Since it is specified that Stream analytics is used , no need for event hub. It will just add cost. Correct me if I am wrong.

Boompiee

Because the question is about reference data, not streaming data.