exam questions

Exam DP-201 All Questions

View all questions & answers for the DP-201 exam

Exam DP-201 topic 1 question 16 discussion

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

You are designing an application. You plan to use Azure SQL Database to support the application.
The application will extract data from the Azure SQL Database and create text documents. The text documents will be placed into a cloud-based storage solution.
The text storage solution must be accessible from an SMB network share.
You need to recommend a data storage solution for the text documents.
Which Azure data storage type should you recommend?

  • A. Queue
  • B. Files
  • C. Blob
  • D. Table
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Azure Files enables you to set up highly available network file shares that can be accessed by using the standard Server Message Block (SMB) protocol.
Incorrect Answers:
A: The Azure Queue service is used to store and retrieve messages. It is generally used to store lists of messages to be processed asynchronously.
C: Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data. Blob storage can be accessed via HTTP or HTTPS but not via SMB.
D: Azure Table storage is used to store large amounts of structured data. Azure tables are ideal for storing structured, non-relational data.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-overview

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
lovely
Highly Voted 5 years, 4 months ago
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
upvoted 13 times
...
serger
Highly Voted 5 years ago
Yes SMB only available with FILES.
upvoted 13 times
...
sjain91
Most Recent 4 years, 1 month ago
SMB is only available with Files as we are using test documents storage
upvoted 1 times
...
Deepu1987
4 years, 3 months ago
the keyword is SMB (Server Mesage Block) protocol based on it we can choose the ans choice FILES https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction pls refer this link
upvoted 2 times
...
karishura
4 years, 4 months ago
Correct answer
upvoted 2 times
...
chaoxes
4 years, 5 months ago
SMB protocol is for Azure Files. Files is the obvious answer.
upvoted 3 times
...
syu31svc
4 years, 6 months ago
Can only be files since SMB is mentioned
upvoted 4 times
...
serger
5 years ago
SMB is available with FILES.
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 ...