exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 16 question 1 discussion

Actual exam question from Microsoft's DP-200
Question #: 1
Topic #: 16
[All DP-200 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: EF 🗳️
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SAMBIT
Highly Voted 5 years, 4 months ago
B & F ...check the skill set of the team
upvoted 43 times
Treadmill
4 years, 11 months ago
B & F: Stream Analytics query language is a subset of standard T-SQL syntax for doing Streaming computations [offered in Azure Stream Analytics]. https://docs.microsoft.com/en-us/stream-analytics-query/stream-analytics-query-language-reference
upvoted 4 times
...
...
PHaringsNL
Highly Voted 5 years, 4 months ago
Where is it obvious this is concerning streaming data. I've read this question multiple times, but I'm not seeing anything leading to this. Exept that it states that it's internally used and internally mostly SQL developers are present.
upvoted 7 times
runningman
5 years, 1 month ago
it says "Tier 9 reporting must be moved to Event Hubs, queried, and persisted in the same Azure region as the company's main office" i think given answer is correct. but who really knows? it's not like you can argue your point during the test...
upvoted 2 times
...
...
rjile
Most Recent 4 years, 3 months ago
processo and query, so it's T-sql + stream job --> B + F
upvoted 1 times
...
dumpsm42
4 years, 6 months ago
hi to all, "Integration with Event Grid You can create an Azure Event Grid subscription with an Event Hubs namespace as its source. The following tutorial shows you how to create an Event Grid subscription with an event hub as a source and an Azure Functions app as a sink: Process and migrate captured Event Hubs data to a Azure Synapse Analytics using Event Grid and Azure Functions." https://docs.microsoft.com/pt-pt/azure/event-hubs/event-hubs-capture-overview EF regards
upvoted 3 times
...
chatw
5 years ago
Event Grid connects your app with other services. For example, create an application topic to send your app's event data to Event Grid and take advantage of its reliable delivery, advanced routing, and direct integration with Azure. https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/application-integration-using-event-grid
upvoted 1 times
...
cdume
5 years, 4 months ago
Stream Analytic Query is not the same with T-SQL. It is indeed a subset of T-SQL, but not the same. On the other hand an EventHub provides a Kafka endpoint, so you can use Kafka statements.
upvoted 2 times
...
DBQ
5 years, 7 months ago
Event Grid filter a specific event and Stream analytic does aggregation
upvoted 5 times
...
Frederi
5 years, 7 months ago
Event Grid and Event Hub is not the same thing
upvoted 3 times
STH
5 years, 7 months ago
So it's D and F
upvoted 11 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...