exam questions

Exam DP-201 All Questions

View all questions & answers for the DP-201 exam

Exam DP-201 topic 1 question 38 discussion

Actual exam question from Microsoft's DP-201
Question #: 38
Topic #: 1
[All DP-201 Questions]

You are designing a solution for the ad hoc analysis of data in Azure Databricks notebooks. The data will be stored in Azure Blob storage.
You need to ensure that Blob storage will support the recovery of the data if the data is overwritten accidentally.
What should you recommend?

  • A. Enable soft delete.
  • B. Add a resource lock.
  • C. Enable diagnostics logging.
  • D. Use read-access geo-redundant storage (RA-GRS).
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Soft delete protects blob data from being accidentally or erroneously modified or deleted. When soft delete is enabled for a storage account, blobs, blob versions
(preview), and snapshots in that storage account may be recovered after they are deleted, within a retention period that you specify.
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/soft-delete-overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jsonify
Highly Voted 4 years, 1 month ago
A is the correct answer because when you enable blob soft delete for a storage account, you specify a retention period for deleted objects of between 1 and 365 days. The retention period indicates how long the data remains available after it is deleted or overwritten.
upvoted 9 times
...
Sudhansu21
Most Recent 4 years ago
A. soft delete is the correct answer. It will allow you to recover quickly.
upvoted 1 times
...
sjain91
4 years, 1 month ago
Enable soft delete
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...