exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 1 question 15 discussion

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

A company plans to use Azure Storage for file storage purposes. Compliance rules require:
✑ A single storage account to store all operations including reads, writes and deletes
✑ Retention of an on-premises copy of historical operations
You need to configure the storage account.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Configure the storage account to log read, write and delete operations for service type Blob
  • B. Use the AzCopy tool to download log data from $logs/blob
  • C. Configure the storage account to log read, write and delete operations for service-type table
  • D. Use the storage client to download log data from $logs/table
  • E. Configure the storage account to log read, write and delete operations for service type queue
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️
Storage Logging logs request data in a set of blobs in a blob container named $logs in your storage account. This container does not show up if you list all the blob containers in your account but you can see its contents if you access it directly.
To view and analyze your log data, you should download the blobs that contain the log data you are interested in to a local machine. Many storage-browsing tools enable you to download blobs from your storage account; you can also use the Azure Storage team provided command-line Azure Copy Tool (AzCopy) to download your log data.
References:
https://docs.microsoft.com/en-us/rest/api/storageservices/enabling-storage-logging-and-accessing-log-data

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
Deepu1987
Highly Voted 4 years, 4 months ago
I agree with the answer we have a new feature "Azure Storage Explorer" which is explained in detail in the video "https://www.youtube.com/watch?v=GJYAgi5eYYE" which confirms the answer with proof
upvoted 7 times
...
forrahul123
Highly Voted 4 years, 6 months ago
i agree with the answer
upvoted 5 times
...
Piiri565
Most Recent 4 years, 7 months ago
I DIDN'T AGREE, When the question is asking for file storage, how the answer is related to blob storage.
upvoted 2 times
mrsmjparker
4 years, 7 months ago
Anything can go into blob storage, including files. However, files cannot go into tables or queues. Since there is no choice for files, blobs can be the only choice. AZ Copy is an excellent way to get data into a storage blob as well
upvoted 15 times
...
...
MHZ
4 years, 7 months ago
I agree
upvoted 3 times
...
Sc2
4 years, 8 months ago
I agree with the answer
upvoted 3 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 ...