Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 3 Question 64 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 64
Topic #: 3
[All DP-100 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: A

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


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

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel