Coursera Microsoft Azure Data Scientist Associate (DP-100) โข STUDY MODE
Practice Quiz
QUESTION 1 OF 18
You create an Azure Machine Learning workspace. You are preparing a local Python environment on a laptop computer.
A
Region
B
Login
C
Key
D
Resource_groupCorrect Answer
E
Subscription_idCorrect Answer
QUESTION 2 OF 18
You are developing a data science workspace that uses an Azure Machine Learning service. You need to select a compute target to deploy the workspace. What should you use?
A
Apache Spark for HDInsight
B
Azure Databricks
C
Azure Data Lake Analytics
D
Azure Container InstancesCorrect Answer
QUESTION 3 OF 18
A coworker registers a datastore in a Machine Learning services workspace by using the following code:
A set of CSV files contains sales records. All the CSV files have the same data schema.
A
Create a tabular dataset that references the datastore and explicitly specifies each ‘sales/mm-yyyy/sales.csv’ file every month. Register the dataset with the name sales_dataset each month, replacing the existing dataset and specifying a tag named month indicating the month and year it was registered. Use this dataset for all experiments.
B
Create a tabular dataset that references the datastore and explicitly specifies each ‘sales/mm-yyyy/sales.csv’ file. Register the dataset with the name sales_dataset each month as a new version and with a tag named month indicating the month and year it was registered. Use this dataset for all experiments, identifying the version to be used based on the month tag as necessary.
C
Create a new tabular dataset that references the datastore and explicitly specifies each ‘sales/mm-yyyy/sales.csv’ file every month. Register the dataset with the name sales_dataset_MM-YYYY each month with appropriate MM and YYYY values for the month and year. Use the appropriate month-specific dataset for experiments.
D
Create a tabular dataset that references the datastore and specifies the path ‘sales/*/sales.csv’, register the dataset with the name sales_dataset and a tag named month indicating the month and year it was registered, and use this dataset for all experiments.
QUESTION 5 OF 18
You create a deep learning model for image recognition on Azure Machine Learning service using GPU-based training.You must deploy the model to a context that allows for real-time GPU-based inferencing.
A
Azure Kubernetes ServiceCorrect Answer
B
Azure Container Instance
C
Field Programmable Gate Array
D
Machine Learning Compute
QUESTION 6 OF 18
You use Azure Machine Learning designer to create a real-time service endpoint. You have a single Azure Machine Learning service compute resource.
A
HDInsight
B
Azure Kubernetes ServicesCorrect Answer
C
A new Machine Learning Compute resource
D
Azure Databricks
E
The existing Machine Learning Compute resource
QUESTION 7 OF 18
You deploy a model as an Azure Machine Learning real-time web service using the following code.
A
service.update_deployment_state()
B
service.serialize()
C
service.get_logs()Correct Answer
D
service.state
QUESTION 8 OF 18
You register a model that you plan to use in a batch inference pipeline.
A
error_threshold= “6”
B
node_count= “6”
C
process_count_per_node= “6”
D
mini_batch_size= “6”Correct Answer
QUESTION 9 OF 18
Yes or No?
A
YesCorrect Answer
B
No
QUESTION 10 OF 18
You deploy a real-time inference service for a trained model.
A
Enable Azure Application Insights for the service endpoint and view logged data in the Azure portal.Correct Answer
B
View the log files generated by the experiment used to train the model.
C
Create an ML Flow tracking URI that references the endpoint, and view the data logged by ML Flow.
D
View the explanations for the registered model in Azure ML studio.
QUESTION 11 OF 18
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.
A
Create an Azure Cosmos DB database and attach the Azure Blob containing bird photographs storage to the database.
B
Create an Azure Data Lake store and move the bird photographs to the store.
C
Register the Azure blob storage containing the bird photographs as a datastore in Azure Machine Learning service.Correct Answer
D
Create and register a dataset by using TabularDataset class that references the Azure blob storage containing bird photographs.
E
Copy the bird photographs to the blob datastore that was created with your Azure Machine Learning service workspace.
QUESTION 12 OF 18
An organization creates and deploys a multi-class image classification deep learning model that uses a set of labeled photographs.
A
Increase the VM size of nodes in the compute cluster where the web service is deployed.
B
Increase the node count of the compute cluster where the web service is deployed
C
Increase the minimum node count of the compute cluster where the web service is deployed.Correct Answer
D
Create a new compute cluster by using larger VM sizes for the nodes, redeploy the web service to that cluster, and update the DNS registration for the service endpoint to point to the new cluster.
QUESTION 13 OF 18
You use the Azure Machine Learning Python SDK to define a pipeline that consists of multiple steps.
A
Restart the compute cluster where the pipeline experiment is configured to run.
B
Use a PipelineData object that references a datastore other than the default datastore.
C
Set the allow_reuse property of each step in the pipeline to False.
D
Set the outputs property of each step in the pipeline to True .Correct Answer
E
Set the regenerate_outputs property of the pipeline to True.Correct Answer
QUESTION 14 OF 18
You train and register a model in your Azure Machine Learning workspace.
A
batch()
B
score(mini_batch)
C
main()
D
run(mini_batch)Correct Answer
E
init()Correct Answer
QUESTION 15 OF 18
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.
A
1 nb_server, 2 mlc_cluster
B
1 mlc_cluster, 2 nb_server
C
1 nb_server, 2 aks_cluster
D
1 mlc_cluster, 2 aks_clusterCorrect Answer
QUESTION 16 OF 18
You must be able to explain the model’s predictions by calculating the importance of each feature, both as an overall global relative importance value and as a measure of local importance for a specific set of predictions.
A
Yes
B
NoCorrect Answer
QUESTION 17 OF 18
You create an Azure Machine Learning compute resource to train models. The compute resource is configured as follows: – Minimum nodes: 2 – Maximum nodes: 4. You must decrease the minimum number of nodes and increase the maximum number of nodes to the following values: – Minimum nodes: 0 – Maximum nodes: 8
A
Run the refresh_state() method of the BatchCompute class in the Python SDK.
B
Use the Azure Machine Learning Designer.
C
Use the Azure portal.
D
Run the update method of the AmlCompute class in the Python SDK.Correct Answer
E
Use the Azure Machine Learning Studio.Correct Answer
QUESTION 18 OF 18
You create a new Azure subscription. No resources are provisioned in the subscription. You need to create an Azure Machine Learning workspace.
A
Navigate to Azure Machine Learning studio and create a workspace.
B
Run Python code that uses the Azure ML SDK library and calls the Workspace.get method with name, subscription_id, and resource_group parameters.
C
Run Python code that uses the Azure ML SDK library and calls the Workspace.create method with name, subscription_id, resource_group, and location parameters.Correct Answer
D
Use the Azure Command Line Interface (CLI) with the Azure Machine Learning extension to call the az group create function with โname and โlocation parameters, and then the az ml workspace create function, specifying Cw and Cg parameters for the workspace name and resource group.Correct Answer
E
Use an Azure Resource Management template that includes a Microsoft.MachineLearningServices/ workspaces resource and its dependencies.Correct Answer
F
Google Advanced Data Analytics
G
Google Cybersecurity Professional Certificate
H
Meta Marketing Analytics Professional Certificate
I
Google Digital Marketing & E-commerce Professional Certificate
J
Google UX Design Professional Certificate
K
Meta Social Media Marketing Professional Certificate
L
Google Project Management Professional Certificate
M
Meta Front-End Developer Professional Certificate
Ready to test your recall?
You create an Azure Machine Learning workspace. You are preparing a local Python environment on a laptop computer.
๐กSelect all 2 correct answers before submitting (0 of 2 selected).