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 1 Question 109 Discussion

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

You build a data pipeline in an Azure Machine Learning workspace by using the Azure Machine Learning SDK for Python.

You need to run a Python script as a pipeline step.

Which two classes could you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Sharika
2 days ago
I'm going to go with A and D. StepRun seems like it could be used to run a Python script as a pipeline step, and PythonScriptStep is a no-brainer.
upvoted 0 times
...
Corrie
6 days ago
A and C seem like the correct options here. PythonScriptStep is specifically for running Python scripts, and CommandStep can be used to run any command-line script.
upvoted 0 times
...
Ben
14 days ago
I'm not sure about AutoMLStep and StepRun. I think they might not be the right classes for running a Python script in the data pipeline.
upvoted 0 times
...
Moira
14 days ago
I agree with Von. PythonScriptStep allows us to run a Python script as a pipeline step, and CommandStep can also be used for executing commands.
upvoted 0 times
...
Von
17 days ago
I think the classes we could use are PythonScriptStep and CommandStep.
upvoted 0 times
...

Save Cancel