DP-300 • Practice Test 4
Free DP-300 practice test — 10 questions with explanations. Set 4. No signup required.
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"
}
}
```