New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft DP-100 Exam - Topic 4 Question 78 Discussion

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

You are creating a new Azure Machine Learning pipeline using the designer.

The pipeline must train a model using data in a comma-separated values (CSV) file that is published on a

website. You have not created a dataset for this file.

You need to ingest the data from the CSV file into the designer pipeline using the minimal administrative effort.

Which module should you add to the pipeline in Designer?

Show Suggested Answer Hide Answer
Suggested Answer: D

The preferred way to provide data to a pipeline is a Dataset object. The Dataset object points to data that lives in or is accessible from a datastore or at a Web URL. The Dataset class is abstract, so you will create an instance of either a FileDataset (referring to one or more files) or a TabularDataset that's created by from one or more files with delimited columns of data.

Example:

from azureml.core import Dataset

iris_tabular_dataset = Dataset.Tabular.from_delimited_files([(def_blob_store, 'train-dataset/iris.csv')])


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-your-first-pipeline

Contribute your Thoughts:

0/2000 characters
Abel
3 months ago
Why would you need to convert to CSV if it's already in that format?
upvoted 0 times
...
Ernie
3 months ago
I think Dataset is also an option, but it seems more work.
upvoted 0 times
...
Trevor
3 months ago
Wait, can you really just import it directly?
upvoted 0 times
...
Lucy
4 months ago
Totally agree, that's the easiest way to get CSV data in.
upvoted 0 times
...
Denae
4 months ago
You should use the Import Data module.
upvoted 0 times
...
Devora
4 months ago
I feel like "Dataset" might be relevant, but it seems like it requires more steps than just directly importing the CSV.
upvoted 0 times
...
Franchesca
4 months ago
I practiced a similar question, and I believe "Import Data" is the right choice since it allows for minimal setup.
upvoted 0 times
...
Truman
4 months ago
I'm not entirely sure, but I think "Enter Data Manually" is more for small datasets, not for importing from a file.
upvoted 0 times
...
Vanna
5 months ago
I remember that the "Import Data" module is often used for bringing in data from various sources, including CSV files.
upvoted 0 times
...
Adolph
5 months ago
I'm pretty confident about this one. The mandatory BGP attributes are Origin, Next Hop, and AS Path.
upvoted 0 times
...
Brendan
5 months ago
This looks like a pretty straightforward question about the zone.cfg file. I'm pretty confident I can figure this out.
upvoted 0 times
...
Laticia
5 months ago
I don't know, but if she was interested in comparing three different methods at once, I guess a multiple probe design could help with that, right?
upvoted 0 times
...

Save Cancel