exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 6 question 105 discussion

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

A company wants to use Azure Storage accounts for file storage purposes. A single storage account would be required to perform all read, write and delete operations. The company also needs to keep a copy of all historical operations in an on-premise server.
Which of the following actions need to be performed to accomplish this requirement? (Choose two.)

  • A. Configure a storage account to log read, write and delete operations with the service type of Blob
  • B. Configure a storage account to log read, write and delete operations with the service type of table
  • C. Configure a storage account to log read, write and delete operations with the service type of queue
  • D. Use the AzCopy tool to download the log data from $logs/blob
  • E. Use the AzCopy tool to download the log data from $logs/table
  • F. Use the AzCopy tool to download the log data from $logs/queue
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
Since the companies wants to store files, one can use the service type of Blob. The Microsoft documentation mentions the following:
Introduction to Azure Blob storage
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that does not adhere to a particular data model or definition, such as text or binary data.

About Blob storage -
Blob storage is designed for:
ג€¢ Serving images or documents directly to a browser.
ג€¢ Storing files for distributed access.
ג€¢ Streaming video and audio.
ג€¢ Writing to log files.
ג€¢ Storing data for backup and restore, disaster recovery, and archiving.
ג€¢ Storing data for analysis by an on-premises or Azure-hosted service.
The logs are stored in the $logs container:

How logs are stored -
All logs are stored in block blobs in a container named $logs, which is automatically created when Storage Analytics is enabled for a storage account. The $logs container is located in the blob namespace of the storage account, for example: http://<accountname>.blob.core.windows.net/$logs.
This container cannot be deleted once Storage Analytics has been enabled, though its contents can be deleted. If you use your storage-browsing tool to navigate to the container directly, you will see all the blobs that contain your logging data.
All other options are incorrect since the Blob service type is used to store objects such as files.
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction https://docs.microsoft.com/en-us/azure/storage/common/storage-analytics-logging

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
Currently there are no comments in this discussion, be the first to comment!
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 ...