DP-300 Configure and manage automation of tasks Practice Question
Exhibit
{
"properties": {
"name": "WeeklyBackup",
"description": "Weekly backup of all databases",
"isEnabled": true,
"storageAccountType": "Standard_LRS",
"retentionDays": 7,
"backupSchedule": {
"frequencyInterval": 7,
"frequencyUnit": "Day"
},
"databases": [
{
"databaseName": "SalesDB"
}
]
}
}Refer to the exhibit. You are reviewing an Azure Automation runbook configuration that performs backups. What is the most likely issue with this configuration?
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
✓
The retention period (7 days) equals the backup interval (7 days), which could cause data loss if a backup fails.
The retention period of 7 days matches the backup interval of 7 days, meaning each backup is retained exactly until the next backup. If a backup fails, there is no overlap and the previous backup may have already been deleted, leading to data loss. Option A is wrong because the runbook is enabled (isEnabled: true). Option B is wrong because Standard_LRS is suitable for backups. Option C is wrong because the description is not the issue.
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 runbook is disabled (isEnabled: false).
Why it's wrong here
The exhibit shows isEnabled: true.
- ✗
The storage account type Standard_LRS is not suitable for backups.
Why it's wrong here
Standard_LRS is acceptable for backup storage.
- ✗
The backup description is missing required information.
Why it's wrong here
Description is optional.
- ✓
The retention period (7 days) equals the backup interval (7 days), which could cause data loss if a backup fails.
Why this is correct
If a backup fails, the previous backup might be deleted before a new one succeeds.
Go deeper
Related to this question
About these practice questions
Courseiva writes every DP-300 question from scratch — 906 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.