exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 30 discussion

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

You are planning to register a trained model in an Azure Machine Learning workspace.
You must store additional metadata about the model in a key-value format. You must be able to add new metadata and modify or delete metadata after creation.
You need to register the model.
Which parameter should you use?

  • A. description
  • B. model_framework
  • C. tags
  • D. properties
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
J_AR
Highly Voted 2 years, 5 months ago
Selected Answer: C
Tags can be deleted but properties cannot.
upvoted 10 times
...
pancman
Highly Voted 2 years, 2 months ago
Selected Answer: C
The correct answer is C. To clarify things for everybody: tags and properties are both key value pairs . But here is the important difference: tags can be changed later; but properties can't be changed after the model is registered.
upvoted 7 times
...
james2033
Most Recent 8 months ago
Selected Answer: C
Tag key-value pairs for model https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-models?view=azureml-api-2&tabs=python%2Cuse-local#update https://learn.microsoft.com/en-us/python/api/azureml-core/azureml.core.model.model?view=azure-ml-py#parameters
upvoted 1 times
...
phdykd
1 year, 3 months ago
Seems C.
upvoted 1 times
...
Thornehead
2 years, 2 months ago
Selected Answer: D
Tags can be deleted or changed. https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources?tabs=json
upvoted 1 times
...
dp100uber
2 years, 5 months ago
Selected Answer: C
Should be tags because those can be deleted.
upvoted 4 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 ...