exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 69 discussion

Actual exam question from Microsoft's AZ-400
Question #: 69
Topic #: 7
[All AZ-400 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure DevOps project.
Your build process creates several artifacts.
You need to deploy the artifacts to on-premises servers.
Solution: You deploy a Docker build to an on-premises server. You add a Download Build Artifacts task to the deployment pipeline.
Does this meet the goal?

  • A. Yes
  • B. No
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
vsvaid
11 months, 2 weeks ago
Selected Answer: B
No for me
upvoted 1 times
...
yana_b
1 year, 4 months ago
Selected Answer: B
Correct answer
upvoted 1 times
...
Madbo
1 year, 7 months ago
B. No Deploying a Docker build to an on-premises server will not directly solve the problem of deploying artifacts to on-premises servers. The Download Build Artifacts task will also not be applicable in this scenario. A more appropriate solution would be to deploy an Azure self-hosted agent to the on-premises servers and then use a Copy and Publish Build Artifacts task to deploy the artifacts.
upvoted 2 times
...
syu31svc
2 years, 4 months ago
Selected Answer: B
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser "When you use the agent to deploy artifacts to a set of servers, it must have "line of sight" connectivity to those servers. The Microsoft-hosted agent pools, by default, have connectivity to Azure websites and servers running in Azure. If your on-premises environments do not have connectivity to a Microsoft-hosted agent pool (which is typically the case due to intermediate firewalls), you'll need to manually configure a self-hosted agent on on-premises computer(s)" Answer is No
upvoted 2 times
...
rdemontis
2 years, 8 months ago
Selected Answer: B
correct
upvoted 1 times
...
Kolego
3 years, 2 months ago
I answered no but not sure. 870pts, tho.
upvoted 1 times
...
cloudboys
4 years, 5 months ago
The answer will be No
upvoted 4 times
...
Lons
4 years, 5 months ago
This should be yes i think. The description in the answer more or less matches the solution.
upvoted 2 times
sugarbubbles
4 years, 1 month ago
you need an on premise, self hosted agent to deploy the artifacts. The provided answer - No - is correct. See Question #17 Topic 4 for the right solution.
upvoted 5 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 ...