Question 66

You need to identify the methods for dividing the data according to the testing requirements.
Which properties should you select? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 67

You are a lead data scientist for a project that tracks the health and migration of birds. You create a multi-class image classification deep learning model that uses a set of labeled bird photographs collected by experts.
You have 100,000 photographs of birds. All photographs use the JPG format and are stored in an Azure blob container in an Azure subscription.
You need to access the bird photograph files in the Azure blob container from the Azure Machine Learning service workspace that will be used for deep learning model training. You must minimize data movement.
What should you do?
  • Question 68

    You are tuning a hyperparameter for an algorithm. The following table shows a data set with different hyperparameter, training error, and validation errors.

    Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.

    Question 69

    You deploy a model in Azure Container Instance.
    You must use the Azure Machine Learning SDK to call the model API.
    You need to invoke the deployed model using native SDK classes and methods.
    How should you complete the command? To answer, select the appropriate options in the answer areas.
    NOTE: Each correct selection is worth one point.

    Question 70

    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.