exam questions

Exam DP-201 All Questions

View all questions & answers for the DP-201 exam

Exam DP-201 topic 3 question 22 discussion

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

You are designing an app that will provide a data cleaning and supplementing service for customers. The app will use Azure Data Factory to run a daily process to read and write data from Azure Storage blob containers.
You need to recommend an access mechanism for the customers to grant the app access to their data. The solution must meet the following requirements:
✑ Provide access for a period of three months.
✑ Restrict the app's access to specific containers.
✑ Minimize administrative effort.
✑ Minimize changes to the existing access controls of the customer's Azure Storage accounts.
What should you recommend?

  • A. a shared key
  • B. anonymous public read access
  • C. a managed identity
  • D. a shared access signature (SAS)
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data. For example:
✑ What resources the client may access.
✑ What permissions they have to those resources.
✑ How long the SAS is valid.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-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
memo43
4 years ago
keyword is -->> Provide access for a period of three months.
upvoted 4 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 ...