DP-100 Day 4

DP-100 Day 4

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

DP-100 Day 2

DP-100 Day 2

University - Professional Development

10 Qs

AI-102-MODULE-9

AI-102-MODULE-9

Professional Development

10 Qs

DP-300

DP-300

Professional Development

15 Qs

Azure Architecture

Azure Architecture

Professional Development

12 Qs

Data Visualization

Data Visualization

University

10 Qs

Internet of Things

Internet of Things

University

10 Qs

AZ-900 practice quiz 2

AZ-900 practice quiz 2

Professional Development

15 Qs

Lesson 3 - Model Training (3.1 to 3.12)

Lesson 3 - Model Training (3.1 to 3.12)

University

10 Qs

DP-100 Day 4

DP-100 Day 4

Assessment

Quiz

Computers, Special Education

University - Professional Development

Hard

Created by

CloudThat Technologies

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a reference to a Workspace named ws. Which code retrieves the default datastore for the workspace?

default_ds = Datastore.get(ws, 'default')

default_ds = ws.Datastores[0]

default_ds = ws.get_default_datastore()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A datastore contains a CSV file of structured data that you want to use as a Pandas dataframe. Which kind of dataset should you create to make it easy to do this?

A file dataset

A tabular dataset

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want a script to stream data directly from a file dataset. Which mode should you use?

as_mount()

as_download()

as_upload()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have uploaded some data files to a folder in a blob container, and registered the blob container as a datastore in your Azure Machine Learning workspace. You want to run a script as an experiment that loads the data files and trains a model. What should you do?

Save the experiment script in the same blob folder as the data files.

Create a data reference for the datastore location and pass it to the script as a parameter.

Create global variables for the Azure Storage account name and key in the experiment script.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are solving a classification task. You must evaluate your model on a limited data sample by using k-fold cross-validation. You start by configuring a k parameter as the number of splits. You need to configure the k parameter for the cross-validation. Which value should you use?

K=1

K=10

K=0.5

K=0.9

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

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?

Computer Linear Correlation

Export Count Table

Execute Python Script

Convert to Indicator Values

Summarize Data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are analyzing a numerical dataset which contains missing values in several columns. You must clean the missing values using an appropriate operation without affecting the dimensionality of the feature set. You need to analyze a full dataset to include all values. Which is best solution

Multiple Imputation by Chained Equation

Remove Entire Row

Replace with mean

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?