Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 97 discussion

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

You plan to run a Python script as an Azure Machine Learning experiment.
The script must read files from a hierarchy of folders. The files will be passed to the script as a dataset argument.
You must specify an appropriate mode for the dataset argument.
Which two modes can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. to_pandas_dataframe()
  • B. as_download()
  • C. as_upload()
  • D. as_mount()
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Reference:
https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.data.filedataset?view=azure-ml-py

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
exam_monkey1234
Highly Voted 3 years, 4 months ago
Should have 2 answers right? I thought B and D.
upvoted 32 times
ML_Novice
3 years ago
Could you explain why please?
upvoted 1 times
...
azurecert2021
3 years, 4 months ago
yes correct answer should B and D
upvoted 8 times
...
...
ljljljlj
Highly Voted 3 years, 4 months ago
On exam 2021/7/10
upvoted 6 times
...
D0ktor
Most Recent 2 days, 15 hours ago
Selected Answer: D
B and D
upvoted 1 times
...
evangelist
5 months, 2 weeks ago
Selected Answer: D
B and D
upvoted 1 times
...
james2033
1 year, 1 month ago
Selected Answer: B
Correct answer: B, D azureml.data.FileDataSet.as_mount() --> https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.data.filedataset?view=azure-ml-py#azureml-data-filedataset-as-mount azureml.data.FileDataSet.as_download() --> https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.data.filedataset?view=azure-ml-py#azureml-data-filedataset-as-download to_pandas_dataframe() and as_upload() are fiction, they are not existing.
upvoted 1 times
...
phdykd
1 year, 9 months ago
C. as_upload() and D. as_mount()
upvoted 1 times
...
RamundiGR
1 year, 10 months ago
You should highlight 2 Answers not just one
upvoted 1 times
...
therealola
2 years, 5 months ago
On exam 18-06-22 ---------- B & D
upvoted 1 times
...
ning
2 years, 5 months ago
B&D, mount only for linux, and download is for all
upvoted 1 times
...
hargur
3 years, 1 month ago
on 19Oct2021
upvoted 3 times
...
TomFinch
3 years, 3 months ago
Answer - B & D
upvoted 3 times
...
NickData90
3 years, 3 months ago
B & D as_download: downloads the dataset as_mount: provides a reference to the dataset
upvoted 2 times
...
slash_nyk
3 years, 4 months ago
B & D are the answers
upvoted 2 times
...
slash_nyk
3 years, 4 months ago
I agree that B and D should be the correct answe
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 ...