nerdexam
Microsoft

DP-100 · Question #100

A company manufactures automobile parts. The company installs IoT sensors on manufacturing machinery. You must design a solution that analyzes data from the sensors. You need to recommend a solution…

The correct answer is B. Configure an Azure Event Hub to capture data to Azure Data Lake Storage. C. Develop an Azure Stream Analytics application that queries the data and outputs to Power BI. D. Develop an application that sends the IoT data to an Azure Event Hub. A solution is required to analyze high-volume real-time IoT sensor data from manufacturing machinery, including requirements for CI-deployed queries, visualization, and future ETL operations.

Design and prepare a machine learning solution

Question

A company manufactures automobile parts. The company installs IoT sensors on manufacturing machinery. You must design a solution that analyzes data from the sensors. You need to recommend a solution that meets the following requirements: - Data must be analyzed in real-time. - Data queries must be deployed using continuous integration. - Data must be visualized by using charts and graphs. - Data must be available for ETL operations in the future. - The solution must support high-volume data ingestion. Which three actions should you recommend? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AUse Azure Analysis Services to query the data. Output query results to Power BI.
  • BConfigure an Azure Event Hub to capture data to Azure Data Lake Storage.
  • CDevelop an Azure Stream Analytics application that queries the data and outputs to Power BI.
  • DDevelop an application that sends the IoT data to an Azure Event Hub.
  • EDevelop an Azure Stream Analytics application that queries the data and outputs to Power BI.
  • FDevelop an application that sends the IoT data to an Azure Data Lake Storage container.

How the community answered

(48 responses)
  • A
    13% (6)
  • B
    52% (25)
  • E
    6% (3)
  • F
    29% (14)

Why each option

A solution is required to analyze high-volume real-time IoT sensor data from manufacturing machinery, including requirements for CI-deployed queries, visualization, and future ETL operations.

AUse Azure Analysis Services to query the data. Output query results to Power BI.

Azure Analysis Services is typically used for complex data modeling and querying for business intelligence, not as the primary component for real-time ingestion or initial processing of raw IoT data.

BConfigure an Azure Event Hub to capture data to Azure Data Lake Storage.Correct

Configuring an Azure Event Hub to capture data to Azure Data Lake Storage ensures that all raw sensor data, even after real-time processing, is persistently stored for future ETL operations and historical analysis, meeting the data availability requirement.

CDevelop an Azure Stream Analytics application that queries the data and outputs to Power BI.Correct

Developing an Azure Stream Analytics application that queries the data and outputs to Power BI directly addresses the real-time analysis requirement and enables visualization through charts and graphs, with support for continuous integration of queries.

DDevelop an application that sends the IoT data to an Azure Event Hub.Correct

Developing an application that sends the IoT data to an Azure Event Hub is critical for high-volume data ingestion, as Event Hubs are highly scalable and performant services designed specifically for ingesting millions of events per second from various sources.

EDevelop an Azure Stream Analytics application that queries the data and outputs to Power BI.

This choice is a duplicate of choice C and offers no additional distinct action for the solution.

FDevelop an application that sends the IoT data to an Azure Data Lake Storage container.

Developing an application to send IoT data directly to an Azure Data Lake Storage container is less efficient for high-volume, real-time ingestion compared to using an Event Hub, which is purpose-built for such scenarios.

Concept tested: Azure IoT data ingestion, real-time analytics, and storage architecture

Source: https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-live-data-visualization-by-powerbi

Topics

#Real-time data processing#IoT data ingestion#Azure Stream Analytics#Data lake architecture

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice