You need to process and query ingested Tier 9 data.
Which two options should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A . Azure Notification Hub
B . Transact-SQL statements
C . Azure Cache for Redis
D . Apache Kafka statements
E . Azure Event Grid
F . Azure Stream Analytics
Answer: E,F
Explanation:
Event Hubs provides a Kafka endpoint that can be used by your existing Kafka based applications as an alternative to running your own Kafka cluster.
You can stream data into Kafka-enabled Event Hubs and process it with Azure Stream Analytics, in the following steps:
✑ Create a Kafka enabled Event Hubs namespace.
✑ Create a Kafka client that sends messages to the event hub.
✑ Create a Stream Analytics job that copies data from the event hub into an Azure blob storage.
Scenario:
Tier 9 reporting must be moved to Event Hubs, queried, and persisted in the same Azure region as the company’s main office
References: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-stream-analytics
Leave a Reply