
Ultimate access to all questions.
You are tasked with scheduling a complex data pipeline in Azure Data Factory that involves multiple dependent activities and needs to run at specific times based on business requirements. Describe the approach you would take to schedule this pipeline, including the types of triggers you would use and how you would manage dependencies between activities.
A
Use a single Schedule trigger set to run the pipeline at the least busy time of day.
B
Combine Tumbling Window triggers with dependency settings to manage activity dependencies and schedule the pipeline based on specific business timings.
C
Manually trigger the pipeline each time it needs to run.
D
Use a Continuous Run trigger to keep the pipeline running at all times.