exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 5 discussion

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

You use the following code to run a script as an experiment in Azure Machine Learning:

You must identify the output files that are generated by the experiment run.
You need to add code to retrieve the output file names.
Which code segment should you add to the script?

  • A. files = run.get_properties()
  • B. files= run.get_file_names()
  • C. files = run.get_details_with_logs()
  • D. files = run.get_metrics()
  • E. files = run.get_details()
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
You can list all of the files that are associated with this run record by called run.get_file_names()
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-track-experiments

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
Yuriy_Ch
Highly Voted 1 year, 5 months ago
on exam 07/March/2023
upvoted 5 times
...
fvil
Highly Voted 1 year, 9 months ago
On exam 07/11/2022
upvoted 5 times
...
damaldon
Most Recent 1 year ago
Correct. https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py
upvoted 1 times
...
racnaoamo
2 years, 2 months ago
similar question on 18-5-22
upvoted 4 times
...
synapse
2 years, 4 months ago
Selected Answer: B
given answer is correct. https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py#get-file-names
upvoted 2 times
...
hargur
2 years, 9 months ago
on 19Oct2021
upvoted 3 times
...
kisskeo
2 years, 10 months ago
On Exam 01 Oct 2021
upvoted 3 times
...
mthombenindhl84
2 years, 10 months ago
on exam 11/9/2021
upvoted 4 times
...
dushmantha
2 years, 11 months ago
On exam 2021/08/31
upvoted 3 times
...
ljljljlj
3 years ago
On exam 2021/7/10
upvoted 5 times
...
Abdulraoufhakeem
3 years, 1 month ago
100% correct.
upvoted 4 times
...
azurecert2021
3 years, 1 month ago
yes given answer is correct https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py#get-file-names--
upvoted 4 times
...
HkIsCrazY
3 years, 1 month ago
The answer is correct! view the link: https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py
upvoted 3 times
...
SaulG
3 years, 1 month ago
B is the correct answer!
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 ...