DP-100 Day 4

DP-100 Day 4

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

¿Cuánto sabes sobre la tecnología que cambia al mundo?

¿Cuánto sabes sobre la tecnología que cambia al mundo?

University

10 Qs

Constrain Satisfaction Problem (CSP)

Constrain Satisfaction Problem (CSP)

University

10 Qs

Vocabulary Quiz - Computer - 01

Vocabulary Quiz - Computer - 01

12th Grade - University

10 Qs

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

Google Calendar

Google Calendar

University

10 Qs

isc2 sample questions

isc2 sample questions

Professional Development

14 Qs

Trg@home 1

Trg@home 1

Professional Development

10 Qs

DP-100 Day 4

DP-100 Day 4

Assessment

Quiz

Computers, Special Education

University - Professional Development

Practice Problem

Hard

Created by

CloudThat Technologies

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers