DP-300 Configure and manage automation of tasks Practice Question
Exhibit
Refer to the exhibit.
{
"properties": {
"displayName": "DailyBackup",
"description": "Backup all databases",
"intervalType": "Recurring",
"interval": 1440,
"intervalUnit": "Minutes",
"schedule": {
"startTime": "2025-01-01T00:00:00Z",
"interval": "P1D"
}
}
}Refer to the exhibit. You are configuring an Azure Automation schedule for a runbook that backs up Azure SQL Databases. The runbook should run daily at midnight. However, the runbook runs twice a day. What is the most likely cause?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Both interval and schedule.interval are defined, causing two triggers per day
The configuration has both 'interval' (1440 minutes = 1 day) and 'schedule.interval' (P1D = 1 day), causing the runbook to trigger twice daily. Option A is wrong because time zone doesn't cause double firing. Option B is wrong because the start time is set. Option D is wrong because the interval unit is minutes, not days.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The startTime is set to a past date
Why it's wrong here
A past start time would cause immediate execution, not double daily.
- ✗
The schedule does not specify a time zone
Why it's wrong here
Time zone affects the time but not the frequency.
- ✓
Both interval and schedule.interval are defined, causing two triggers per day
Why this is correct
Duplicate interval definitions cause the schedule to fire twice.
- ✗
The intervalUnit is set to Minutes instead of Days
Why it's wrong here
The intervalUnit is correct for the interval value; the issue is the duplicate schedule.
Go deeper
Related to this question
About these practice questions
One of 906 original DP-300 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-300 exam.