exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 54 discussion

Actual exam question from Microsoft's AZ-204
Question #: 54
Topic #: 3
[All AZ-204 Questions]

You are developing an app to store globally distributed data in several Azure Blob Storage containers. Each container hosts multiple blobs where each instance of the app will store the data. You enable versioning and soft delete for the blobs.

App testing and incorrect code have frequently corrupted data. Development of the app must allow data to be restored to a previous day for testing.

You need to configure the storage account to support point-in-time restore.

What should you do?

  • A. Enable the change feed on the storage account to begin capturing and recording changes.
  • B. Configure object replication and specify replication rules.
  • C. Create a snapshot of the blob in the hot tier.
  • D. Configure an immutability policy that is scoped to a blob version.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Vichu_1607
7 months, 2 weeks ago
Selected Answer: A
A. Enable the change feed on the storage account to begin capturing and recording changes.
upvoted 1 times
...
KeithSh
8 months ago
Looks like the answer is correct. https://learn.microsoft.com/en-us/azure/storage/blobs/point-in-time-restore-manage?tabs=portal#enable-and-configure-point-in-time-restore
upvoted 3 times
passme847
8 months ago
Prerequisites for point-in-time restore Point-in-time restore requires that the following Azure Storage features be enabled before you can enable point-in-time restore: Soft delete (already done) Change feed (answer) Blob versioning (already done) https://learn.microsoft.com/en-us/azure/storage/blobs/point-in-time-restore-overview
upvoted 4 times
...
KeithSh
8 months ago
From the link above: Enable and configure point-in-time restore Before you enable and configure point-in-time restore, enable its prerequisites for the storage account: soft delete, change feed, and blob versioning. For more information about enabling each of these features, see these articles: Enable soft delete for blobs Enable and disable the change feed Enable and manage blob versioning
upvoted 1 times
...
...
mahomes15
8 months ago
Given the need for point-in-time restore and the capabilities of the options: Correct Answer: C. Create a snapshot of the blob in the hot tier. Reasoning: Creating a snapshot allows you to capture the current state of the blob and restore it later, which meets the requirement of restoring to a previous day for testing.
upvoted 1 times
Mattt
7 months, 1 week ago
It doesn't offer an automatic way to capture all changes or restore from a specific day across all blobs in the container.
upvoted 1 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 ...