Search Header Logo

Module 4-6

Authored by Miguel Saavedra

Computers

Professional Development

Used 4+ times

Module 4-6
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?