exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 2 question 34 discussion

Actual exam question from Microsoft's SC-200
Question #: 34
Topic #: 2
[All SC-200 Questions]

You have an Azure subscription that uses Microsoft Defender for Cloud and contains a storage account named storage1.

You receive an alert that there was an unusually high volume of delete operations on the blobs in storage1.

You need to identify which blobs were deleted.

What should you review?

  • A. the activity logs of storage1
  • B. the Azure Storage Analytics logs
  • C. the alert details
  • D. the related entities of the alert
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
RodrigoLima
Highly Voted 2 years, 5 months ago
Selected Answer: B
Seems like the answer is actually correct. "Azure Storage Analytics performs logging and provides metrics data for a storage account. You can use this data to trace requests, analyze usage trends, and diagnose issues with your storage account."
upvoted 15 times
...
imhere4you
Highly Voted 2 years ago
On exam - 19 June 2023
upvoted 7 times
Bit_Shady
3 months ago
Still recent, on exam (25 mar 2025)
upvoted 4 times
...
...
sdbol
Most Recent 1 month, 2 weeks ago
Selected Answer: B
B - To identify which blobs were deleted from a storage account like storage1, you need to review Azure Storage Analytics logs, specifically the Blob service logs. These logs provide detailed information about: REST API operations (e.g., DeleteBlob) Request timestamps Caller IP addresses Authentication types Target blob URIs This is the only logging mechanism that captures per-blob operations, including deletes, which is what you need in this scenario. D is not correct because although, it might show the user or IP address involved, it does not show the specific blobs affected.
upvoted 2 times
sdbol
1 month, 2 weeks ago
A - After much deliberation, it looks like I am going with A. This is from Co-pilot: While Azure Storage Analytics logs do track operations for Blob, Queue, and Table services, the key distinction here is what data they capture versus what the activity logs provide. Why Activity Logs Were the Best Answer: - Storage Analytics logs track individual requests, such as reads, writes, and errors, but they don’t provide a direct list of deleted blobs in an accessible format. - Azure Activity Logs, however, record administrative actions, such as deletion events, making them more useful for identifying which blobs were deleted and who deleted them.
upvoted 1 times
...
...
Edindude
4 months, 2 weeks ago
Selected Answer: B
Co-pilot states: To identify which blobs were deleted in the storage account named storage1 after receiving an alert about an unusually high volume of delete operations, you should review: B. the Azure Storage Analytics logs These logs provide detailed information about the operations performed on the storage account, including which blobs were deleted.
upvoted 1 times
...
xRiot007
5 months, 1 week ago
Selected Answer: D
There are multiple correct answers, but the one that will make your life easiest is D - looking into the related entities of the alert (whatever those entities might be, in this case, some blobs)
upvoted 2 times
...
trut_hz
5 months, 2 weeks ago
Selected Answer: B
Why not the other options? A. The activity logs of storage1: Activity logs in Azure provide information about management operations (e.g., changes to storage account configurations) but do not include detailed data about data plane operations like blob deletions. C. The alert details: The alert details provide metadata about the unusual activity, such as the time of the anomaly and the scope of the operations, but they do not list individual blobs or the specific details of what was deleted. D. The related entities of the alert: The "related entities" feature helps identify resources, users, or IPs connected to the alert but does not provide details about the deleted blobs themselves.
upvoted 1 times
...
HAjouz
6 months, 2 weeks ago
Selected Answer: A
Activity logs offer a more precise and reliable way to identify the deleted blobs because they capture detailed information about each operation performed on the storage account. By analyzing these logs, you can pinpoint the exact blobs that were deleted, the time of deletion, and potentially the user or process responsible.
upvoted 5 times
...
talosDevbot
9 months ago
Selected Answer: D
D) "Related entities" of the alert Question is saying you need to identify the blob involved in the alert you just received. Each alert in Defender for Cloud has a "Related entities" section. 'Entities' can be users, IP addresses, Resource ID, Hostname, File, Process. In this case, the Related entities section will have the resource ID of the blob related to the alert
upvoted 2 times
...
user636
10 months, 1 week ago
Selected Answer: D
The answer is D.
upvoted 1 times
...
user636
10 months, 1 week ago
The answer is D. Related entities will have the details of the blobs that were deleted. The alert details does not give the name of the blobs, but will only list the "Operations" that was performed. In this scenario, the operation name is "Storage.Blob_DeletionAnomaly". (Ref: https://learn.microsoft.com/en-us/azure/defender-for-cloud/alerts-azure-storage#unusual-deletion-in-a-storage-account) The question expects you to use the tool "Microsoft Defender for Cloud", so try to stick with the options/features provided by the tool & not the complete Azure platform.
upvoted 1 times
...
Sekpluz
1 year ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/defender-for-cloud/managing-and-responding-alerts#respond-to-security-alerts
upvoted 2 times
...
Sneekygeek
1 year, 2 months ago
Selected Answer: D
Under the alert details there is a related entities field which will tell you to which resources are related to the alert. I would definitely start here before I dove blindly into the logs. https://learn.microsoft.com/en-us/azure/defender-for-cloud/managing-and-responding-alerts#respond-to-security-alerts
upvoted 1 times
...
ostralo
1 year, 3 months ago
The answer is D. When you open an Alert(Delete operations on the blobs in storage 1) When you open the alert by clicking "View full details", it shows you the Alert details tab. If you scroll down, you will find the "Related entities" section. It shows Azure Resource (Resource ID, Subscription ID), Blob container (Name, Storage resource) etc.. It doesn't make sense the alert doesn't provide blob container name.
upvoted 2 times
...
Gurulee
1 year, 5 months ago
To identify deleted blobs in Azure Blob Storage, you can enable Storage Analytical logs. These logs contain details of each and every operation, including the ones that delete blobs.
upvoted 1 times
...
chepeerick
1 year, 8 months ago
Correct
upvoted 1 times
...
NICKTON81
1 year, 9 months ago
Selected Answer: D
D - Related Entities https://learn.microsoft.com/en-us/azure/defender-for-cloud/managing-and-responding-alerts#respond-to-security-alerts
upvoted 3 times
...
mali1969
1 year, 9 months ago
Selected Answer: D
The activity logs of storage1 and the Azure Storage Analytics logs are not sufficient to identify the deleted blobs, as they only provide general information about the operations performed on the storage account. The alert details provide more specific and contextual information about the activity and the related entities
upvoted 3 times
mali1969
1 year, 9 months ago
The related entities are the objects that are involved in or affected by the activity, such as blobs, containers, files, shares, directories, etc. You can use the related entities to identify which blobs were deleted in your storage account
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 ...