What should you do?
You are implementing a machine learning model to predict stock prices. The model uses a PostgreSQL database and requires GPU processing. You need to create a virtual machine that is pre-configured with the required tools. What should you do?A . Create a Data Science Virtual Machine (DSVM) Windows edition.B ....
Which compute types should you use?
DRAG DROP An organization uses Azure Machine Learning service and wants to expand their use of machine learning. You have the following compute environments. The organization does not want to create another compute environment. You need to determine which compute environment to use for the following scenarios. Which compute types...
What are three possible ways to achieve the goal?
You must store data in Azure Blob Storage to support Azure Machine Learning. You need to transfer the data into Azure Blob Storage. What are three possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A . Bulk Insert...
How should you complete the code?
HOTSPOT You use Azure Machine Learning to train and register a model. You must deploy the model into production as a real-time web service to an inference cluster named service-compute that the IT department has created in the Azure Machine Learning workspace. Client applications consuming the deployed web service must...
What should you do?
You deploy a real-time inference service for a trained model. The deployed model supports a business-critical application, and it is important to be able to monitor the data submitted to the web service and the predictions the data generates. You need to implement a monitoring solution for the deployed model...
Which resources should the data scientist use?
HOTSPOT You are preparing to build a deep learning convolutional neural network model for image classification. You create a script to train the model using CUDA devices. You must submit an experiment that runs this script in the Azure Machine Learning workspace. The following compute resources are available: - a...
Which code segment should you add to the script?
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 ....
Which four actions should you perform in sequence?
DRAG DROP You create a multi-class image classification deep learning model. The model must be retrained monthly with the new image data fetched from a public web portal. You create an Azure Machine Learning pipeline to fetch new data, standardize the size of images, and retrain the model. You need...
Where will you find the output?
You create a batch inference pipeline by using the Azure ML SDK. You configure the pipeline parameters by executing the following code: You need to obtain the output from the pipeline execution. Where will you find the output?A . the digit_identification.py scriptB . the debug logC . the Activity Log...
What are three possible ways to achieve this goal?
You create a new Azure subscription. No resources are provisioned in the subscription. You need to create an Azure Machine Learning workspace. What are three possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A . Run Python code...