DP-300 • Timed Practice Test 4
This is a timed practice session. You have 10 minutes to answer 10 questions — approximately 1 minute per question, matching real DP-300 exam pace. Answer every question before time expires.
Time remaining
10:00
Exam-pace drill
Allow 1 minute per question. On the real DP-300 exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
You are reviewing an Azure SQL Database automated backup retention policy. The exhibit shows the current configuration. You need to ensure that the database can be restored to a point in time within the last 7 days at a granularity of 1 minute. Which of the following is a limitation of the current configuration?
Refer to the exhibit.
```json
{
"properties": {
"description": "Automated backup retention policy",
"policyType": "Default",
"retentionDays": 35,
"backupIntervalInHours": 12,
"geoRedundantBackup": "Enabled"
}
}
```