Microsoft
DP-100 · Question #494
You run Azure Machine Learning training experiments. The training scripts directory contains 100 files that includes a file named .amlignore. The directory also contains subdirectories named ./outputs
Sign in or unlock DP-100 to reveal the answer and full explanation for question #494. The question stem and answer options stay visible for context.
Explore data and run experiments
Question
You run Azure Machine Learning training experiments. The training scripts directory contains 100 files that includes a file named .amlignore. The directory also contains subdirectories named ./outputs and ./logs. There are 20 files in the training scripts directory that must be excluded from the snapshot to the compute targets. You create a file named .gitignore in the root of the directory. You add the names of the 20 files to the .gitignore file. These 20 files continue to be copied to the compute targets. You need to exclude the 20 files. What should you do?
Options
- ACopy the contents of the file named .gitignore to the file named .amlignore.
- BMove the file named .gitignore to the ./outputs directory.
- CMove the file named .gitignore to the ./logs directory.
- DAdd the contents of the file named .amlignore to the file named .gitignore.
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure Machine Learning#Experiment snapshots#File exclusion#.amlignore