exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 1 question 13 discussion

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

You have been tasked with creating a new Azure pipeline via the Machine Learning designer.
You have to makes sure that the pipeline trains a model using data in a comma-separated values (CSV) file that is published on a website. A dataset for the file for this file does not exist.
Data from the CSV file must be ingested into the designer pipeline with the least amount of administrative effort as possible.
Which of the following actions should you take?

  • A. You should make use of the Convert to TXT module.
  • B. You should add the Copy Data object to the pipeline.
  • C. You should add the Import Data object to the pipeline.
  • D. You should add the Dataset object to the pipeline.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
JTWang
Highly Voted 3 years ago
Selected Answer: C
The Import Data component support read data from following sources: URL via HTTP Azure cloud storages through Datastores) Azure Blob Container Azure File Share Azure Data Lake Azure Data Lake Gen2 Azure SQL Database Azure PostgreSQL
upvoted 14 times
...
[Removed]
Highly Voted 3 years ago
The correct answer is C (import data module). Both dataset and import data modules can do the job, but dataset module requires one to register the dataset first before using it in designer, so violating the least admin efforts.
upvoted 12 times
...
shahid.azad
Most Recent 9 months, 2 weeks ago
Selected Answer: C
why the revealed tell wrong answer
upvoted 1 times
...
evangelist
1 year, 2 months ago
Selected Answer: C
C. You should add the Import Data object to the pipeline. Adding the Import Data object to the pipeline in Azure Machine Learning designer is the most efficient way to ingest data from a CSV file published on a website. This action allows you to directly access and import the data into the pipeline with minimal administrative effort, eliminating the need for manual data conversion or copying. The Import Data object supports various data sources, including web URLs, making it ideal for this task.
upvoted 1 times
...
Matt2000
1 year, 3 months ago
The instruction explicitly says that there is no dataset registered for the csv file. D (add dataset object) presupposes that such a dataset exists and thus is False. C (import data module) remains as the only viable option.
upvoted 1 times
...
Charoon
1 year, 4 months ago
According to MS in reference to the Import Data component: "All functionality provided by this component can be done by datastore and datasets in the workspace landing page. We recommend you use datastore and dataset which includes additional features like data monitoring" https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/import-data?view=azureml-api-2 Hence DataSet is the preferred method, i.e. answer D.
upvoted 1 times
...
james2033
1 year, 6 months ago
Selected Answer: C
Let's see screenshot, it is CSV https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/media/module/import-data-path.png?view=azureml-api-2 https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/import-data?view=azureml-api-2#how-to-configure-import-data C is the correct answer: 'Import Data' in pipeline.
upvoted 1 times
...
PopeyeDS
1 year, 9 months ago
Selected Answer: C
the correct answer is C. You should add the Import Data object to the pipeline. However, if you prefer to create the dataset manually, then you could use the Dataset object.
upvoted 1 times
...
Sa_Msa
1 year, 10 months ago
Selected Answer: C
The Import Data module in Azure Machine Learning designer allows you to read data from various data sources, including web URLs, and import it directly into your pipeline. By configuring the Import Data object with the URL of the CSV file, you can easily bring the data into the pipeline for further processing.
upvoted 2 times
...
Mirjalol
2 years, 2 months ago
Dataset for this file does not exist.... and proceeded with answer D? My question is how you add dataset object to pipeline if it does not exist? Like literally how? Answer is C obviously
upvoted 2 times
...
KingTN
2 years, 2 months ago
There is a note in the link, regarding import-data "https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/import-data", which recommends to use dataset... I am not sure when this note was added.. This is the note: "All functionality provided by this component can be done by datastore and datasets in the workspace landing page. We recommend you use datastore and dataset which includes additional features like data monitoring. To learn more, see How to Access Data and How to Register Datasets article. After you register a dataset, you can find it in the Datasets -> My Datasets category in designer interface. This component is reserved for Studio(classic) users to for a familiar experience." So I think as of Jan 2023, the answer should be registering a dataset (similar to D, but may need to be rephrased).
upvoted 2 times
...
Vinit9
2 years, 2 months ago
B. You should add the Copy Data object to the pipeline. To ingest data from a CSV file published on a website into the Azure Machine Learning designer pipeline with the least amount of administrative effort possible, you should add the Copy Data object to the pipeline. The Copy Data object is used to copy data from a source to a destination, and it supports a variety of sources, including web URLs. By using the Copy Data object, you can quickly and easily ingest the data from the CSV file into the pipeline, without having to create a dataset or perform any additional preprocessing. This will minimize administrative effort and allow you to quickly get started with training a model using the data.
upvoted 2 times
...
Mirjalol
2 years, 3 months ago
I have a question for yall fellas: The question mentions that there is no dataset for this file... Can we import data object if there is no dataset of this file?
upvoted 3 times
...
KIshor1212
2 years, 5 months ago
There are two ways you can import data into the designer: Azure Machine Learning datasets - Register datasets in Azure Machine Learning to enable advanced features that help you manage your data. Import Data component - Use the Import Data component to directly access data from online data sources
upvoted 1 times
...
pancman
3 years ago
Selected Answer: C
The correct answer is C. Import data component is used to import data from data sources such as web URLs with minimum effort. Reference: https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/import-data
upvoted 3 times
JTWang
3 years ago
The Import Data component support read data from following sources: URL via HTTP Azure cloud storages through Datastores) Azure Blob Container Azure File Share Azure Data Lake Azure Data Lake Gen2 Azure SQL Database Azure PostgreSQL
upvoted 1 times
...
...
Thornehead
3 years, 1 month ago
In Azure Designer, there is no such object as "IMPORT DATA". So the answer is "insert Dataset".
upvoted 3 times
pancman
3 years ago
No, there is a component called import data and it is in fact the correct answer to this question. Check here: https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/import-data
upvoted 4 times
...
windy610
1 year, 5 months ago
God it is tricky
upvoted 1 times
...
...
TheCyanideLancer
3 years, 3 months ago
shouldn't the answer be C ?
upvoted 2 times
RAHULsingla
3 years, 3 months ago
I think so too, it should be C, as it mentions less administrative effort
upvoted 2 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