Module 4: Azure Machine Learning ServiceGraded Quiz Answers :1.Question 1Which of the following are steps in the Azure ML process?1 / 1 pointdeploytrainvalidate2.Question 2Looking at the example "az ml workspace create", which method are you using to create the workspace?1 / 1 pointAzure's command line toolThe Azure portalThe SDK through a programThe Resource Manager API3.Question 3"workspace.create" is an example of how to create a workspace using which menthod?1 / 1 pointThe Python SDKThe Azure PortalThe Azure command line toolThe Resource Manager API4.Question 4How do you reference your model logic during a training run?1 / 1 pointDirectly from your workspaceUsing a Python scriptUsing a dependencies fileUsing a yami file5.Question 5Which of the following shows the Azure ML Process steps in the correct order?1 / 1 pointtrain, package, deploy, validate, retrain, monitortrain, package, validate, deploy, monitor, retraindevelop, train, deploy, validate, package, monitor, retraintrain, validate, package, deploy, monitor, retrain6.Question 6What Azure compute targets are used for testing?1 / 1 pointnotebook VMAML computelocal compute7.Question 7Where can you store your trained model in your workspace so you can reference it later?1 / 1 pointas the output of an experimentas the output of a runin the results directory of a training targetin the Model Registry8.Question 8Which Azure Compute Target enables transformations using Apache Spark?1 / 1 pointAML ComputeDatabricksNotebook VMRemote VM9.Question 9In which language is the Azure ML SDK implemented?1 / 1 pointJavaPythonScalaPython and Java10.Question 10What is the workspace object that stores the result of a specific training execution?1 / 1 pointModel RegistryTraining Targeta runan experiment
No comments:
Post a Comment
If you have any doubts, please let me know.