AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Scenario: The Tivan Group, a prestigious and azure video

Question 1 Be Honest
« Back   Next dp-100-data-scientist-assoc Question »
Answer

Full Certification Question

Scenario: The Tivan Group, a prestigious and powerful entity in the galactic community, is known for its vast wealth and contributions and is responsible for founding Knowhere. Under the leadership of Taneleer Tivan, the infamous Collector, the Group is implementing Microsoft Azure into its operations. Currently, the IT team is developing an Azure Machine Learning solution to train machine learning models. For this purpose, the team needs a compute target on which to remotely execute training scripts. The lead developer has executed the following Python code snippet: python from azureml . core . compute import ComputeTarget , AmlCompute from azureml . core . compute_target import ComputeTargetException the_cluster_name = “ NewCompute ” config = AmlCompute . provisioning_configuration ( vm_size = ‘ STANDARD_D2 ’, max_nodes = 3 ) the_cluster = ComputeTarget . create ( ws , the_cluster_name , config ) Question: Which of the following statements about this compute target setup are true? (Select all that apply.)