mediummultiple choiceObjective-mapped

You have a storage account named stproddata01 that contains application data in a blob container. Users sometimes delete blobs accidentally and need a way to recover those deleted blobs for several days. You want the simplest solution with minimal operational effort. What should you configure?

Question 1mediummultiple choice
Full question →

You have a storage account named stproddata01 that contains application data in a blob container. Users sometimes delete blobs accidentally and need a way to recover those deleted blobs for several days. You want the simplest solution with minimal operational effort. What should you configure?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Configure blob versioning only.

Versioning helps preserve previous versions but is not the most direct answer to recovering deleted blobs.

B

Best answer

Configure blob soft delete.

Blob soft delete retains deleted blobs for a retention period and supports recovery with minimal effort.

C

Distractor review

Configure lifecycle management rules.

Lifecycle management automates transitions and deletions but does not provide deleted blob recovery by itself.

D

Distractor review

Move the container to the Archive access tier.

Archive is for low-cost storage of infrequently accessed data, not deletion recovery.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is selecting blob versioning as the solution for recovering deleted blobs. While versioning preserves previous versions of a blob, it does not retain blobs once they are deleted. Candidates might confuse versioning’s ability to track changes with the ability to recover deleted data, but only blob soft delete retains deleted blobs for recovery. Misunderstanding this distinction leads to incorrect answers, as versioning alone cannot restore blobs that users have deleted accidentally.

Technical deep dive

How to think about this question

Blob soft delete is a feature in Azure Storage that protects blobs from accidental deletion by retaining deleted blobs for a specified retention period. When enabled, any blob deleted within this period is not permanently removed but marked as soft deleted, allowing recovery. This feature is essential for scenarios where users might accidentally delete important data, as it provides a safety net without requiring complex backup solutions. The decision to use blob soft delete over other options like blob versioning or lifecycle management hinges on the specific recovery needs. Blob versioning tracks changes and preserves previous versions of blobs but does not inherently protect against deletion. Lifecycle management automates data movement and expiration but does not retain deleted blobs for recovery. The Archive tier is optimized for cost savings on rarely accessed data and does not facilitate recovery from deletion. Therefore, blob soft delete is the most straightforward and operationally minimal solution for recovering deleted blobs. A common exam trap is confusing blob versioning with blob soft delete, assuming versioning alone can recover deleted blobs. While versioning helps with overwrites, it does not retain blobs after deletion. Practically, enabling blob soft delete ensures that deleted blobs remain recoverable for the retention period, simplifying data protection strategies in Azure Storage environments. This feature is critical for maintaining data integrity and availability in production storage accounts like stproddata01.

KKey Concepts to Remember

  • Blob soft delete in Azure Storage retains deleted blobs for a configurable retention period, allowing recovery without complex operational steps.
  • Blob versioning preserves previous versions of blobs but does not directly enable recovery of deleted blobs, making it less suitable for accidental deletions.
  • Lifecycle management rules automate blob tiering and deletion based on policies but do not provide a direct mechanism to recover deleted blobs.
  • The Archive access tier is designed for long-term, low-cost storage of infrequently accessed data and does not support blob recovery after deletion.
  • Configuring blob soft delete requires enabling the feature and setting a retention period, which defines how long deleted blobs remain recoverable.
  • Blob soft delete simplifies recovery by automatically retaining deleted data, reducing the need for manual backup or complex restore operations.
  • Users can restore blobs deleted within the retention period by undeleting them, which is supported natively by Azure Storage with soft delete enabled.
  • Choosing blob soft delete aligns with minimal operational effort and simplicity, critical for environments where accidental deletion is common.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

Blob soft delete in Azure Storage retains deleted blobs for a configurable retention period, allowing recovery without complex operational steps.

What is the correct answer to this question?

The correct answer is: Configure blob soft delete. — Blob soft delete is designed to retain deleted blobs for a defined retention period so they can be restored. Lifecycle management controls movement and deletion based on rules, Archive tier is for low-cost storage, and blob versioning is useful for overwrite history but is not the most direct control for recovering deleted blobs.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.