exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 75 discussion

Actual exam question from Microsoft's DP-100
Question #: 75
Topic #: 2
[All DP-100 Questions]

You manage an Azure Machine Learning workspace by using the Azure CLI ml extension v2.

You need to define a YAML schema to create a compute cluster.

Which schema should you use?

  • A. https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json
  • B. https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json
  • C. https://azuremlschemas.azureedge.net/latest/vmCompute.schema.json
  • D. https://azuremlschemas.azureedge.net/latest/kubernetesCompute.schema.json
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
evangelist
6 months, 2 weeks ago
Selected Answer: B
amlCompute.schema.json: This schema is specifically designed for Azure Machine Learning compute clusters, which are used for training machine learning models. It supports configurations for scalable and managed compute clusters that can handle automated machine learning, machine learning pipelines, and Azure Machine Learning designer training.
upvoted 2 times
...
orionduo
1 year, 3 months ago
Correct compute cluster: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json compute instance: https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json Attached Virtual Machine: https://azuremlschemas.azureedge.net/latest/vmCompute.schema.json Attached Azure Arc-enabled Kubernetes (KubernetesCompute): https://azuremlschemas.azureedge.net/latest/kubernetesCompute.schema.json
upvoted 2 times
...
labriji
1 year, 7 months ago
Correct Answer is B, here is the link to the docs: https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-overview?view=azureml-api-2#:~:text=model.schema.json-,Compute,-Reference
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...