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? A. Azure Data Factory B. Azure Queue storage C. Azure Stream Analytics D. Azure Notification Hubs E. Apache Kafka F. Azure Event Hubs  Suggested Answer: C 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. Incorrect Answers: E: Apache Kafka is used for ingestion, not for stream processing. F: Azure Event Hubs is used for ingestion, not for stream processing. Reference: https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/real-time-processing This question is in AI-100 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer