Designing an Azure Data Solution (legacy) — Question 21

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have streaming data that is received by Azure Event Hubs and stored in Azure Blob storage. The data contains social media posts that relate to a keyword of
Contoso.
You need to count how many times the Contoso keyword and a keyword of Litware appear in the same post every 30 seconds. The data must be available to
Microsoft Power BI in near real-time.
Solution: You create an Azure Stream Analytics job that uses an input from Event Hubs to count the posts that have the specified keywords, and then send the data directly to Power BI.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The solution does not meet the goal because Azure Stream Analytics jobs cannot directly push data to Power BI in real-time, as they require a specific output configuration. While the job can count the occurrences of the keywords, the requirement for the data to be available in near real-time to Power BI is not fulfilled, thus making the correct answer 'No'.