exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 114 discussion

Actual exam question from Microsoft's DP-100
Question #: 114
Topic #: 2
[All DP-100 Questions]

HOTSPOT
-

You manage an Azure Machine Learning workspace named workspace1.

You must register an Azure Blob storage datastore in workspace1 by using an access key. You develop Python SDK v2 code to import all modules required to register the datastore.

You need to complete the Python SDK v2 code to define the datastore.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
jl420
7 months, 1 week ago
container_name; abfss, because wasb is deprecated
upvoted 4 times
...
Karthikat
1 year, 3 months ago
answer is correct https://github.com/Azure/azureml-examples/blob/main/sdk/python/resources/datastores/datastore.ipynb
upvoted 2 times
...
Matt2000
1 year, 4 months ago
wasb[s] has been deprecated. Reference: https://learn.microsoft.com/en-us/azure/databricks/connect/storage/azure-storage. abfs[s] seems to be recommended instead.
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 ...