ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 115 - DP-100 discussion

Report
Export

You write five Python scripts that must be processed in the order specified in Exhibit A – which allows the same modules to run in parallel, but will wait for modules with dependencies.

You must create an Azure Machine Learning pipeline using the Python SDK, because you want to script to create the pipeline to be tracked in your version control system. You have created five PythonScriptSteps and have named the variables to match the module names.

You need to create the pipeline shown. Assume all relevant imports have been done.

Which Python code segment should you use?

A.
Answers
A.
B.
Answers
B.
C.
Answers
C.
D.
Answers
D.
Suggested answer: A

Explanation:

The steps parameter is an array of steps. To build pipelines that have multiple steps, place the steps in order in this array.

Reference: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-use-parallel-run-step

asked 02/10/2024
Matteo Di Pomponio
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first