exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 129 discussion

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

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?

  • A. Frequency: Month -
    Interval: 1
  • B. Frequency: Day -
    Interval: 1
  • C. Frequency: Minute -
    Interval: 60
  • D. Frequency: Hour -
    Interval: 2
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Saranya22
Highly Voted 1 year, 4 months ago
Selected Answer: D
The frequency of Hour with an interval of 2 would run the pipeline every 2 hours.
upvoted 6 times
...
erz
Highly Voted 1 year, 4 months ago
Selected Answer: B
The frequency is a Day and interval 1, since every day should execute 4x. Within a day 4 times are fixed.
upvoted 5 times
Gikan
1 year, 4 months ago
Every 1 Day(s) Executes at these times Hours 10,12, 14, 16 Minutes 15 https://learn.microsoft.com/en-us/azure/data-factory/media/how-to-create-schedule-trigger/advanced.png source: https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-schedule-trigger?tabs=data-factory
upvoted 1 times
...
j888
1 year, 4 months ago
Agreed it should be daily.
upvoted 1 times
...
...
renan_ineu
Most Recent 8 months, 3 weeks ago
Selected Answer: B
Frequency is 1 day (every day). After choosing the frequency (recurrence), set the hours and the minutes. No need to create one for each hour, because the setting accepts several hours and minutes. In Linux, this would be a cron setting: 15 10,12,14,16 * * * The fields, separated by a space are: minute hour day-of-month month week-day This means that the task will run: every minute 15 on every hours 10, 12, 14 and 16 on every day of the month on every month no matter which day-of-week it falls It is possible to read that the frequency is "every 2h, every day, every week, every month, and every year", but for the Data Factory configuration, the recurrence is "day". Attention here: ADF calls it recurrence, not frequency. Looks the same, but the ogres that write these questions may decide to whatever they want. Other Linux cron doing the same, to be more clear: 15 10-16/2 * * * 15 10-16/2 */1 */1 *
upvoted 1 times
...
Alongi
1 year, 1 month ago
Selected Answer: B
I found this question on my exam 30/04/2024, and I put B. I passed the exam with a high score, but I'm not sure if the answer is correct.
upvoted 1 times
...
Delphin_8150
1 year, 3 months ago
Selected Answer: B
Correct me if I am wrong guys, but if option B is correct does that mean you have to create 4 separate triggers with the Frequency: Day and Interval: 1? If that is the case then I am more inclined to B, since D will still run even after 4:15PM. If we want it to run only for the 4 times specified above then B is a more accurate answer.
upvoted 2 times
...
Alongi
1 year, 3 months ago
Selected Answer: B
Interval Day. You have to schedule 4 trigger but daily
upvoted 2 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 ...