Data Engineering on Microsoft Azure — Question 99
You have an Azure Data Factory pipeline named P1.
You need to schedule P1 to run at 10:15 AM, 12:15 PM, 2:15 PM, and 4:15 PM every day.
Which frequency and interval should you configure for the scheduled trigger?
Answer options
- A. Frequency: Month - Interval: 1
- B. Frequency: Day - Interval: 1
- C. Frequency: Minute - Interval: 60
- D. Frequency: Hour - Interval: 2
Correct answer: B
Explanation
The correct answer is B because scheduling the pipeline to run daily at specific times requires a frequency of 'Day' with an interval of '1'. The other options do not fit the requirement since they either run less frequently (A) or at inappropriate intervals (C and D).