exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 99 discussion

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

HOTSPOT
-

You manage an Azure Machine Learning workspace.

You must define the execution environments for your jobs and encapsulate the dependencies for your code.

You need to configure the environment from a Docker build context.

How should you complete the code segment? To answer, select the appropriate option in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Kanwal001
Highly Voted 1 year, 3 months ago
On exam 28 Aug 2023
upvoted 6 times
...
PI_Team
Highly Voted 1 year, 4 months ago
Correct. from azureml.core import Environment from azureml.core.environment import BuildContext env_docker_context = Environment( build=BuildContext(path="docker-contexts/python-and-pip"), name="docker-context-example", description="Environment created from a Docker context.", ) SaM
upvoted 5 times
...
TA_
Most Recent 8 months, 2 weeks ago
On exam 15-03-2024
upvoted 1 times
...
Batman160591
1 year, 5 months ago
seems correct
upvoted 1 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 ...