
Answer-first summary for fast verification
Answer: Create a Tumbling Window trigger with a 24-hour interval.
Option C is the correct approach as it uses a Tumbling Window trigger with a 24-hour interval, which is designed for scheduling pipelines to run at specific intervals. This ensures that the pipeline runs every day at the same time without manual intervention. Option A is not efficient as it requires creating multiple pipelines and manual triggering. Option B is not suitable for scheduling as it requires manual intervention, and Option D is not available in Azure Data Factory.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a scenario where you need to schedule a data pipeline in Azure Data Factory to run at a specific time every day, which of the following options would you choose and why?
A
Create a separate pipeline for each day and manually trigger them.
B
Use the 'Trigger Now' feature to run the pipeline whenever needed.
C
Create a Tumbling Window trigger with a 24-hour interval.
D
Create a Recurring Timer trigger with a daily schedule.
No comments yet.