DP-100 Day 5_6

DP-100 Day 5_6

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

Lesson7

Lesson7

University - Professional Development

12 Qs

CC-24 ACE Finale Quiz

CC-24 ACE Finale Quiz

University

10 Qs

Computer Architecture

Computer Architecture

University

10 Qs

Kubestronaut quiz

Kubestronaut quiz

Professional Development

10 Qs

Aplicativos na nuvem

Aplicativos na nuvem

Professional Development

13 Qs

ESTRUCTURA DE ÍNDICES

ESTRUCTURA DE ÍNDICES

University

10 Qs

Data center classic

Data center classic

Professional Development

12 Qs

DP-100 Day 5_6

DP-100 Day 5_6

Assessment

Quiz

Computers, Special Education

University - Professional Development

Hard

Created by

CloudThat Technologies

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Datastore

Dataset

OutputFileDatasetConfig

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You plan to use the Schedule. create method to create a schedule for a published pipeline. What kind of object must you create first to configure how frequently the pipeline runs?

ScheduleRecurrance

Datastore

PipelineParameter

3.

MULTIPLE CHOICE QUESTION

30 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

create_from_conda_specification

create_from_existing_conda_environment

4.

MULTIPLE CHOICE QUESTION

30 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

5.

MULTIPLE CHOICE QUESTION

30 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'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are creating a pipeline that includes two steps.

Step 1 preprocesses some data, and step 2 uses the preprocessed data to train a model.

What type of object should you use to pass data from step 1 to step 2 and create a dependency between these steps?

Datastore

PipelineData

Data Reference

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have used the Python SDK for Azure Machine Learning to create a pipeline that trains a model.

What do you need to do so that a client application can invoke the pipeline through an HTTP REST endpoint?

Rename the pipeline to pipeline_name-production.

Publish the pipeline.

Create an inference cluster compute target.

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?