exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 3 discussion

Actual exam question from Microsoft's DP-203
Question #: 3
Topic #: 2
[All DP-203 Questions]

You need to trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container.
Which resource provider should you enable?

  • A. Microsoft.Sql
  • B. Microsoft.Automation
  • C. Microsoft.EventGrid
  • D. Microsoft.EventHub
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
jv2120
Highly Voted 3 years, 6 months ago
Correct. C Azure Event Grids – Event-driven publish-subscribe model (think reactive programming) Azure Event Hubs – Multiple source big data streaming pipeline (think telemetry data) In this case its more suitable vs Event Hubs.
upvoted 34 times
...
medsimus
Highly Voted 3 years, 8 months ago
Correct https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger?tabs=data-factory
upvoted 12 times
...
GiuseppeTanda
Most Recent 5 months, 2 weeks ago
Selected Answer: C
https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger?tabs=data-factory
upvoted 1 times
...
CezarioAbrantesPP
11 months, 4 weeks ago
Data Factory and Synapse pipelines natively integrate with Azure Event Grid, which lets you trigger pipelines on such events. the arrival or deletion of a file in Azure Blob Storage account
upvoted 1 times
...
lisa710
1 year, 5 months ago
Selected Answer: C
c is correct
upvoted 1 times
...
kkk5566
1 year, 9 months ago
Selected Answer: C
custom trigger use Event-grid
upvoted 1 times
...
kkk5566
1 year, 9 months ago
Correct. C
upvoted 1 times
...
kkk5566
1 year, 9 months ago
Correct
upvoted 1 times
...
Ankit_Az
2 years ago
Selected Answer: C
Correct
upvoted 2 times
...
esaade
2 years, 3 months ago
To trigger an Azure Data Factory pipeline when a file arrives in an Azure Data Lake Storage Gen2 container, you should enable the Microsoft.EventGrid resource provider. Microsoft.EventGrid is an event-based publish/subscribe service that allows you to easily route events between different Azure services. By subscribing to the blob-created event in an Azure Data Lake Storage Gen2 container, you can trigger an Azure Data Factory pipeline whenever a file arrives in the container. Therefore, the correct answer is C. Microsoft.EventGrid.
upvoted 2 times
...
vigilante89
2 years, 6 months ago
Selected Answer: C
Usually while triggering an event using ADF, there is event-based trigger. Apart from that, ADF is well integrated with Azure Event Grid, which lets us trigger pipelines on an event.
upvoted 2 times
...
Selma97
2 years, 7 months ago
Why it's not Microsoft.Automation?
upvoted 1 times
Amnoyana
2 years, 7 months ago
Would that be part of the Power Platform instead?
upvoted 1 times
...
...
Deeksha1234
2 years, 10 months ago
correct
upvoted 1 times
...
PallaviPatel
3 years, 4 months ago
Selected Answer: C
Correct.
upvoted 2 times
...
romanzdk
3 years, 5 months ago
But EventHub does not support ADLS, only Blob storage
upvoted 1 times
romanzdk
3 years, 5 months ago
https://docs.microsoft.com/en-us/azure/event-grid/overview
upvoted 2 times
...
...
Swagat039
3 years, 5 months ago
C. is correct. You need storage event trigger (for this Microsoft.EventGrid service needs to be enabled).
upvoted 1 times
...
Vardhan_Brahmanapally
3 years, 7 months ago
Why not eventhub?
upvoted 4 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 ...