Designing and Implementing an Azure AI Solution (legacy) — Question 60
Your company has a data team of Transact-SQL experts.
You plan to ingest data from multiple sources into Azure Event Hubs.
You need to recommend which technology the data team should use to move and query data from Event Hubs to Azure Storage. The solution must leverage the data team's existing skills.
What is the best recommendation to achieve the goal? More than one answer choice may achieve the goal.
Answer options
- A. Azure Notification Hubs
- B. Azure Event Grid
- C. Apache Kafka streams
- D. Azure Stream Analytics
Correct answer: B
Explanation
The correct choice is B, Azure Event Grid, as it seamlessly integrates with Azure Event Hubs and is suitable for event-driven architectures. Options A (Azure Notification Hubs) and C (Apache Kafka streams) do not align with the data team's Transact-SQL focus, while D (Azure Stream Analytics) is also a viable choice, but the question emphasizes leveraging existing skills, making B the best recommendation.