Module 4-6

Module 4-6

Professional Development

11 Qs

quiz-placeholder

Similar activities

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

Insight App Quiz Part 2

Insight App Quiz Part 2

Professional Development

10 Qs

Quiz - DevSecOps

Quiz - DevSecOps

Professional Development

10 Qs

Pizzabot session 2

Pizzabot session 2

Professional Development

10 Qs

Azure Databricks - Kantar Day 3

Azure Databricks - Kantar Day 3

Professional Development

15 Qs

Tethys Platform on Microsoft Azure

Tethys Platform on Microsoft Azure

Professional Development

15 Qs

Java SE: Programming I

Java SE: Programming I

Professional Development

10 Qs

Abap 2

Abap 2

Professional Development

10 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?