Module 5: Azure Machine Learning OperationsGraded Quiz Answers :1.Question 1Which of these are applications that consume model predictions?1 / 1 pointwebsitesdashboardsback-end applications2.Question 2Which of the following items do you need in order to connect to an existing workspace?1 / 1 pointAzure Resource groupWorkspace nameAzure subscription key3.Question 3Which of the following are steps during the deployment flow in Azure ML?1 / 1 pointDevelop your trained modelRegister your trained modelPrepare to deploy4.Question 4Which two functions are included in the Scoring script?1 / 1 pointint and runstart and executeint and finalizestart and run5.Question 5What is the recommended method to deserialize a model to make it available for prediction in your compute target?1 / 1 pointpickle.dumpjoblib.dumppickle.loadjoblib.load6.Question 6How are dependencies represented in a deployment configuration?1 / 1 pointin a yaml filein a configuration filein a python objectin a python script7.Question 7Which arguments are required in an image configuration?1 / 1 pointruntime environmentscoring scriptdependenciesmodel name8.Question 8Which of the following are included to deploy a web service from a registered model?1 / 1 pointan image configurationthe name of the modela deployment configuration9.Question 9Which method is used to list registered models in your workspace?1 / 1 pointModel.listModel.directoryModel.getModel.show10.Question 10Which of the following are deployment targets available in Azure?1 / 1 pointAzure Data Lake ServiceHDInsightDatabricksAzure Kubernetes Service
No comments:
Post a Comment
If you have any doubts, please let me know.