Module 4-6

Module 4-6

Professional Development

11 Qs

quiz-placeholder

Similar activities

Apache Spark

Apache Spark

Professional Development

10 Qs

DP-100 Day 4

DP-100 Day 4

University - Professional Development

10 Qs

MDP Accenture (DP-100) Day-2

MDP Accenture (DP-100) Day-2

Professional Development

12 Qs

Kubestronaut quiz

Kubestronaut quiz

Professional Development

10 Qs

DTF y DTB

DTF y DTB

Professional Development

15 Qs

Knowledge Check (CC-41)

Knowledge Check (CC-41)

Professional Development

10 Qs

Redshift Immersion Day

Redshift Immersion Day

Professional Development

10 Qs

Data center classic

Data center classic

Professional Development

12 Qs

Module 4-6

Module 4-6

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Miguel Saavedra

Used 4+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 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

45 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

45 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

45 sec • 1 pt

You need to create an environment from a Conda configuration (.yml) file.

Which method of the Environment class should you use?

create_from_conda_specification

create

create_from_existing_conda_environment

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You need to run a training script on compute that scales on-demand from 0 to 3 GPU-based nodes.

Which kind of compute target should you create?

Compute Instance

Compute Cluster

Inference Cluster

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which ScriptRunConfig parameter causes the script to run on a compute cluster named train-cluster?

arguments=['--AmlCluster', 'train-cluster']

environment='train-cluster'

compute_target='train-cluster'

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What type of object should you use to pass data between pipeline steps?

PipelineData

Datastore

Dataset

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?