nerdexam
Microsoft

70-475 · Question #28

You are designing an Internet of Things (IoT) solution intended to identify trends. The solution requires the real-time analysis of data originating from sensors. The results of the analysis will be…

The correct answer is A. Microsoft Azure Stream Analytics. For your Internet of Things (IoT) scenarios that use Event Hubs, Azure Stream Analytics can serve as a possible first step to perform near real-time analytics on telemetry data. Just like Event Hubs, Steam Analytics supports the streaming of millions of event per second. Unlike…

Implement Big Data real-time processing solutions

Question

You are designing an Internet of Things (IoT) solution intended to identify trends. The solution requires the real-time analysis of data originating from sensors. The results of the analysis will be stored in a SQL database. You need to recommend a data processing solution that uses the Transact-SQL language. Which data processing solution should you recommend?

Options

  • AMicrosoft Azure Stream Analytics
  • BMicrosoft Azure HDInsight Spark clusters
  • CMicrosoft Azure Event Hubs
  • DMicrosoft Azure HDInsight Hadoop clusters

How the community answered

(37 responses)
  • A
    76% (28)
  • B
    3% (1)
  • C
    16% (6)
  • D
    5% (2)

Explanation

For your Internet of Things (IoT) scenarios that use Event Hubs, Azure Stream Analytics can serve as a possible first step to perform near real-time analytics on telemetry data. Just like Event Hubs, Steam Analytics supports the streaming of millions of event per second. Unlike a standard database, analysis is performed on data in motion. This streaming input data can also be combined with reference data inputs to perform lookups or do correlation to assist in unlocking business insights. It uses a SQL-like language to simplify the analysis of data inputs and detect anomalies, trigger alerts or transform the data in order to create valuable outputs.

Topics

#Stream Analytics#IoT#real-time processing#T-SQL

Community Discussion

No community discussion yet for this question.

Full 70-475 Practice