exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 10 discussion

Actual exam question from Microsoft's MB-820
Question #: 10
Topic #: 1
[All MB-820 Questions]

A company plans to set up a local Business Central Development Docker container.
The environment will be used for testing new project ideas.
You need to ensure that the most recent Business Central artifact URL has been selected.
Which command should you use?

  • A. Get-BcArtifactUrl -type sandbox -select Current
  • B. Get-BcArtifactUrl -type sandbox -select Closest
  • C. Get-BcArtifactUrl -type sandbox -select NextMinor
  • D. Get-BcArtifactUrl -type sandbox -select NextMajor
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
AGTraining
Highly Voted 1 year, 2 months ago
should be Latest (which is the default) returns the most recent image in the list.
upvoted 11 times
...
75ed3a2
Highly Voted 1 year ago
To ensure the most recent Business Central artifact URL is selected for setting up a local Business Central Development Docker container, the command to use is Get-BcArtifactUrl-type sandbox-select Current (A). This PowerShell command retrieves the URL for the latest available Business Central artifact for a sandbox environment, ensuring that the Docker container is set up with the most up-to-date version for testing new project ideas. The-select Current parameter is crucial as it specifies that the current, or latest, version of the artifact is to be retrieved, as opposed to selecting a version based on other criteria such as Closest, NextMinor.
upvoted 8 times
...
leoizgon
Most Recent 3 months, 1 week ago
Selected Answer: A
Get-BcArtifactUrl -type sandbox -select Current
upvoted 1 times
...
intentando
4 months ago
Selected Answer: A
According to power shell help: select <String> All or only the latest (Default Latest): - All: will return all possible urls in the selection - Latest: will sort on version, and return latest version - Closest: will return the closest version to the version specified in version (must be a full version number) - SecondToLastMajor: will return the latest version where Major version number is second to Last (used to get Next Minor version from insider) - Current: will return the currently active sandbox release - NextMajor: will return the next major sandbox release (will return empty if no Next Major is available) - NextMinor: will return the next minor sandbox release (will return NextMajor when the
upvoted 1 times
...
examenesArb
5 months, 4 weeks ago
Selected Answer: A
Current is the Last version
upvoted 1 times
...
e3b13ec
7 months, 1 week ago
Selected Answer: A
A, closest requires a you to supply a full version number, then it will return the closes version But we want the newest, so it is A
upvoted 1 times
...
mohsens
8 months, 2 weeks ago
A, closest requires a you to supply a full version number, then it will return the closes version
upvoted 2 times
...
08d9d8c
9 months, 2 weeks ago
Selected Answer: A
To ensure that the most recent Business Central artifact URL has been selected, you should use: A. Get-BcArtifactUrl -type sandbox -select Current This command will retrieve the most recent artifact URL for the sandbox environment.
upvoted 1 times
...
danielkace28
11 months, 2 weeks ago
Selected Answer: B
B. Get-BcArtifactUrl -type sandbox -select Closest
upvoted 3 times
...
xdimidrolx
11 months, 2 weeks ago
The correct answer is A. Get-BcArtifactUrl -type sandbox -select Current. The Microsoft documentation and community resources indicate that the -select Current option is designed to fetch the latest available artifacts. Here is an excerpt from the documentation: powershell Copy code Get-BcArtifactUrl -type sandbox -select Current
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 ...