DP-420 · Question #203
DP-420 Question #203: Real Exam Question with Answer & Explanation
The correct answer is B: Identify the last restorable timestamp.. Azure Cosmos DB provides a point-in-time restore (PITR) feature, which allows you to restore data to a previous state. To restore a deleted container like Container1, the first step is to identify the last restorable timestamp. This timestamp would be the point in time immediatel
Question
You have an Azure subscription that contains an Azure Cosmos DB for NoSQL account. The account hosts a container named Container1. At some point during the past 4S hours, Container1 was deleted. You need to restore the account to immediately before the deletion of Container1. The solution must minimize administrative effort. What should you do first?
Options
- AReview the event feed blade.
- BIdentify the last restorable timestamp.
- CCreate a new Azure Cosmos DB for NoSQL account.
- DRestore Container1 to a different Azure Cosmos DB for NoSQL account.
Explanation
Azure Cosmos DB provides a point-in-time restore (PITR) feature, which allows you to restore data to a previous state. To restore a deleted container like Container1, the first step is to identify the last restorable timestamp. This timestamp would be the point in time immediately before the deletion of the container. Once you have identified the correct timestamp, you can proceed with the restore process. Cosmos DB allows you to restore the container to either the same or a different account, but identifying the timestamp is the crucial first step.
Topics
Community Discussion
No community discussion yet for this question.