exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 48 discussion

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

You create an Azure Machine Learning workspace. The workspace contains a dataset named sample_dataset, a compute instance, and a compute cluster.

You must create a two-stage pipeline that will prepare data in the dataset and then train and register a model based on the prepared data.

The first stage of the pipeline contains the following code:



You need to identify the location containing the output of the first stage of the script that you can use as input for the second stage.

Which storage location should you use?

  • A. workspaceblobstore datastore
  • B. workspacefilestore datastore
  • C. compute instance
  • D. compute_cluster
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
phdykd
9 months, 1 week ago
The OutputFileDatasetConfig("stagel data") in the first stage of the pipeline is used to configure a location in the workspace's default datastore to store the output from the step. The Azure Machine Learning workspace default datastore is typically an Azure blob storage, known as workspaceblobstore, and it is used to store the intermediate and output data of the pipeline stages. Therefore, the correct answer is: A. workspaceblobstore datastore
upvoted 1 times
...
oakmm
1 year, 1 month ago
Selected Answer: A When you create a workspace, an Azure blob container and an Azure file share are automatically registered as datastores to the workspace. They're named workspaceblobstore and workspacefilestore, respectively. The workspaceblobstore is used to store workspace artifacts and your machine learning experiment logs. It's also set as the default datastore and can't be deleted from the workspace. The workspacefilestore is used to store notebooks and R scripts authorized via compute instance. https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-access-data
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago