Free Designing and Implementing a Data Science Solution on Azure DP-100 Exam Practice Test
DP-100 Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 477
-
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You train and register a machine learning model.You plan to deploy the model as a real-time web service. Applications must use key-based authentication to use the model.You need to deploy the web service.Solution:Create an AksWebservice instance.Set the value of the auth_enabled property to True.Deploy the model to the service.Does the solution meet the goal?
Answer: A Next Question -
You are building a machine learning model for translating English language textual content into Frenchlanguage textual content.You need to build and train the machine learning model to learn the sequence of the textual content.Which type of neural network should you use?
Answer: C Next Question -
You are creating a classification model for a banking company to identify possible instances of credit card fraud. You plan to create the model in Azure Machine Learning by using automated machine learning.The training dataset that you are using is highly unbalanced.You need to evaluate the classification model.Which primary metric should you use?
Answer: C Next Question -
You manage an Azure Machine Learning workspace named workspacesYou K v2 code to attach an Azure Synapse Spark pool as a compute target in workspaces The code must invoke the constructor of the SynapseSparkCompute class.You need to invoke the constructor.What should you use?
Answer: B Next Question -
You use the Azure Machine learning SDK foe Python to create a pipeline that includes the following step:The output of the step run must be cached and reused on subsequent runs when the source.directory value has not changed.You need to define the step.What should you include in the step definition?
Answer: A Next Question -
You plan to use a Deep Learning Virtual Machine (DLVM) to train deep learning models using Compute Unified Device Architecture (CUDA) computations.You need to configure the DLVM to support CUDA.What should you implement?
Answer: C Next Question -
You register a model that you plan to use in a batch inference pipeline.The batch inference pipeline must use a ParallelRunStep step to process files in a file dataset. The script has the ParallelRunStep step runs must process six input files each time the inferencing function is called.You need to configure the pipeline.Which configuration setting should you specify in the ParallelRunConfig object for the PrallelRunStep step?
Answer: B Next Question -
You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.The experiment fails.You need to troubleshoot the failed experiment.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
Answer: B, D Next Question -
You use the following code to define the steps for a pipeline:from azureml.core import Workspace, Experiment, Runfrom azureml.pipeline.core import Pipelinefrom azureml.pipeline.steps import PythonScriptStepws = Workspace.from_config(). . .step1 = PythonScriptStep(name='step1', ...)step2 = PythonScriptsStep(name='step2', ...)pipeline_steps = [step1, step2]You need to add code to run the steps.Which two code segments can you use to achieve this goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
Answer: C, D Next Question -
You manage an Azure Machine Learning workspace named projlYou plan to use assets defined in projl to create a pipeline in the Machine Learning studio designerYou need to set the Registry name filter to display only the list of assets defined in projl.What should you set the Registry name filter to?
Answer: A Next Question
Total Questions: 477
