DP-100 final quiz

DP-100 final quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

GSI DP-100 Day 1

GSI DP-100 Day 1

University - Professional Development

10 Qs

AML Bootcamp quiz

AML Bootcamp quiz

Professional Development

10 Qs

AZ-900 Module 3 Part2

AZ-900 Module 3 Part2

KG - Professional Development

12 Qs

Season 1 #Spaic ML Azure Weekly Quiz

Season 1 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

M3_W2_ROUND2

M3_W2_ROUND2

Professional Development

18 Qs

IT ENGLISH: Research Project Topics - MS Azure vs Windows Server

IT ENGLISH: Research Project Topics - MS Azure vs Windows Server

Professional Development

10 Qs

AZ-900 Module 1

AZ-900 Module 1

1st Grade - Professional Development

14 Qs

AZ-900 part 1

AZ-900 part 1

Professional Development

17 Qs

DP-100 final quiz

DP-100 final quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

CloudThat Technologies

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

You are evaluating a completed binary classification machine.

You need to use the precision as the evaluation metric.

Which visualization should you use?

coefficient of determination

scatter plot

Gradient descent

Receiver Operating Characteristic (ROC) curve

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

You use the Azure Machine Learning Python SDK to define a pipeline to train a model.

The data used to train the model is read from a folder in a datastore.

You need to ensure the pipeline runs automatically whenever the data in the folder changes.

What should you do?

Create a Schedule for the pipeline. Specify the datastore in the datastore property, and the folder containing the training data in the path_on_datascore property

Create a PipelineParameter with a default value that references the location where the training data is stored

Create a ScheduleRecurrance object with a Frequency of auto. Use the object to create a Schedule for the pipeline

Set the regenerate_outputs property of the pipeline to True

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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.

You have 100,000 photographs of birds. All photographs use the JPG format and are stored in an Azure blob container in an Azure subscription.

You need to access the bird photograph files in the Azure blob container from the Azure Machine Learning service workspace that will be used for deep learning model training. You must minimize data movement.

What should you do?

Create and register a dataset by using TabularDataset class that references the Azure blob storage containing bird photographs.

Register the Azure blob storage containing the bird photographs as a datastore in Azure Machine Learning service.

Copy the bird photographs to the blob datastore that was created with your Azure Machine Learning service workspace.

Create an Azure Data Lake store and move the bird photographs to the store

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

You use Azure Machine Learning Studio to build a machine learning experiment.

You need to divide data into two distinct datasets.

Which module should you use?

Group Data into Bins

Split Data

Load Trained Model

Assign Data to Clusters

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

ou are creating a new experiment in Azure Machine Learning Studio. You have a small dataset that has missing values in many columns. The data does not require the application of predictors for each column. You plan to use the Clean Missing Data.

You need to select a data cleaning method.

Which method should you use?

Replace using Probabilistic PCA

Normalization

Synthetic Minority Oversampling Technique (SMOTE)

Replace using MICE

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

You plan to deliver a hands-on workshop to several students. The workshop will focus on creating data visualizations using Python. Each student will use a device that has internet access.

Student devices are not configured for Python development. Students do not have administrator access to install software on their devices. Azure subscriptions are not available for students.

You need to ensure that students can run Python-based data visualization code.

Which Azure tool should you use?

Azure Machine Learning Service

Anaconda Data Science Platform

Azure BatchAI

Azure Notebooks

7.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

You are analyzing a dataset by using Azure Machine Learning Studio.

You need to generate a statistical summary that contains the p-value and the unique count for each feature column.

Which two modules can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Export Count Table

Convert to Indicator Values

Execute Python Script

Summarize Data

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?