Certification Practice Exams with Real Test Questions & Answers

Scenario: The Tivan Group, a prestigious and azure video

 ·  PT1H46M27S  ·  EN

dp-100-data-scientist-assoc video for scenario: The Tivan Group, a prestigious and influential entity in the galactic community, is known for its immense wealth

Full Certification Question

Scenario: The Tivan Group, a prestigious and influential entity in the galactic community, is known for its immense wealth and contributions to various sectors. Taneleer Tivan, the infamous Collector, oversees operations and is now integrating Microsoft Azure into the company’s infrastructure. The IT team has been working on a batch inference pipeline using the Azure ML SDK . They run the pipeline with the following code: python from azureml . pipeline . core import Pipeline from azureml . core . experiment import Experiment pipeline = Pipeline ( workspace = ws , steps =[ parallelrun_step ]) pipeline_run = Experiment ( ws , 'batch_pipeline' ). submit ( pipeline ) Requirement: The team needs to monitor the progress of the pipeline execution. Question: Which of the following methods can be used to achieve this goal? (Select two.)