nerdexam
Microsoft

AI-100 · Question #63

You need to design an application that will analyze real-time data from financial feeds. The data will be ingested into Azure IoT Hub. The data must be processed as quickly as possible in the order…

The correct answer is C. Azure Stream Analytics. Stream processing can be handled by Azure Stream Analytics. Azure Stream Analytics can run perpetual queries against an unbounded stream of data. These queries consume streams of data from storage or message brokers, filter and aggregate the data based on temporal windows, and…

Design AI solutions

Question

You need to design an application that will analyze real-time data from financial feeds. The data will be ingested into Azure IoT Hub. The data must be processed as quickly as possible in the order in which it is ingested. Which service should you include in the design?

Options

  • AAzure Data Factory
  • BAzure Queue storage
  • CAzure Stream Analytics
  • DAzure Notification Hubs

How the community answered

(20 responses)
  • B
    10% (2)
  • C
    85% (17)
  • D
    5% (1)

Explanation

Stream processing can be handled by Azure Stream Analytics. Azure Stream Analytics can run perpetual queries against an unbounded stream of data. These queries consume streams of data from storage or message brokers, filter and aggregate the data based on temporal windows, and write the results to sinks such as storage, databases, or directly to reports in Power BI. Stream Analytics uses a SQL-based query language that supports temporal and geospatial constructs, and can be extended using JavaScript. https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing

Topics

#Stream Analytics#real-time processing#IoT Hub#financial data

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice