exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 45 discussion

Actual exam question from Microsoft's DP-100
Question #: 45
Topic #: 3
[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?

  • A. Convert to CSV
  • B. Enter Data Manually
  • C. Import Data
  • D. Dataset
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
sachinrkp
Highly Voted 3 years, 11 months ago
Import data using the Import Data module The Import Data module skips registering your dataset in Azure Machine Learning and imports data directly from a datastore or HTTP URL. So Answer is C
upvoted 43 times
...
amelia
Highly Voted 3 years, 11 months ago
Answer is D By creating a dataset, you create a reference to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost, hence minimise administrative effort as required in the question. For the data to be accessible by Azure Machine Learning, datasets must be created from paths in Azure datastores or public web URLs. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-register-datasets
upvoted 14 times
chaudha4
3 years, 1 month ago
The question is asking "which module should you..." Dataset is not a designer module so even though you could use it, the question is not about that. Ans is C.
upvoted 16 times
...
...
fhlos
Most Recent 11 months, 2 weeks ago
Selected Answer: C
C - ChatGPT The "Import Data" module in the Azure Machine Learning designer allows you to import data from various sources, including web URLs. It provides a simple way to ingest data from a CSV file published on a website without the need to create a dataset beforehand.
upvoted 3 times
...
phdykd
1 year, 3 months ago
C. Import Data The Dataset module is used to create a dataset from existing data sources, such as Azure Blob Storage, Azure Data Lake Storage, or Azure SQL Database. Since the data is already in a CSV file, the Import Data module is the best option for ingesting the data into the pipeline with minimal administrative effort.
upvoted 2 times
...
mamau
1 year, 3 months ago
C. Import Data for minimal admin effort Using the Import Data component in Azure Machine Learning Studio requires minimal administrative effort compared to using Azure Machine Learning datasets. The Import Data component allows you to import data into your pipeline by specifying the URL of the file, so you can easily access and work with the data without the need to manually download and upload the file. This makes it a quick and efficient way to get your data into the pipeline with minimal administrative effort. On the other hand, creating an Azure Machine Learning dataset requires more steps, such as uploading the data to a storage account and creating the dataset in the Azure Machine Learning Studio, which can take more time and effort. https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-designer-import-data
upvoted 1 times
...
michaelmorar
1 year, 6 months ago
Selected Answer: C
Import data is correct
upvoted 1 times
...
giusecozza
1 year, 9 months ago
maybe this question is a bit outdated. Through a Dataset object is currently possible to read data from HTTP URL's, so in my opinion D is the correct answer. https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py
upvoted 3 times
...
dija123
2 years, 6 months ago
Selected Answer: C
Answer is C
upvoted 5 times
...
prasad06
2 years, 8 months ago
I see only this kind of comment by the user across many question. I suspect this is just spamming.. even the user display name is suspect
upvoted 2 times
...
Tejoo
2 years, 10 months ago
C. Enter Data Manually (to minimize administrative cost)
upvoted 5 times
...
ljljljlj
2 years, 11 months ago
On exam 2021/7/10
upvoted 4 times
...
trickerk
2 years, 11 months ago
Correct answer: C. Modules for data input and output on designer: - Enter Data Manually - Export Data - Import Data https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/module-reference
upvoted 6 times
...
Kapil1803
2 years, 11 months ago
Answer D is correct. Please refer the below link which states add dataset Module for import data. https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score
upvoted 2 times
trickerk
2 years, 10 months ago
Wrong Modules for data input and output on designer: - Enter Data Manually - Export Data - Import Data https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/module-reference
upvoted 1 times
...
...
SnowCheetah
2 years, 11 months ago
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-designer-import-data There are two possible ways to extract data 1. Register Data - to "Dataset" segment 2. Using "Import Data" Since question is already ask about extracting data via website and user didn't register dataset beforehand C is should be correct answer.
upvoted 4 times
...
rishi_ram
3 years ago
Answer is C: Import Data module - Use the Import Data module to directly access data from online datasources. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-designer-import-data https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/import-data
upvoted 4 times
...
dev2dev
3 years, 2 months ago
Dataset is not even a module that you can use in designer. Import Data is correct answer.
upvoted 10 times
...
kty
3 years, 2 months ago
explication for the question is not even for the designer. the answer is 'C'
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 ...