exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 88 discussion

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

You have an Azure subscription that contains the resources shown in the following table.



Project produces npm packages that are published to Feed1. Feed1 is consumed by multiple projects.
You need to ensure that only tested packages are available for consumption. The solution must minimize development effort.

What should you do?

  • A. Create a feed view named @release and set @release as the default view. After the npm packages test successfully, configure a release pipeline that promotes a package to the @release view.
  • B. Create a feed view named @release and set @release as the default view. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
  • C. Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
  • D. Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that promotes a package to the @default view.
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
zellck
Highly Voted 6 months, 3 weeks ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/devops/artifacts/feeds/views?view=azure-devops
upvoted 5 times
zellck
6 months, 3 weeks ago
https://learn.microsoft.com/en-us/azure/devops/artifacts/concepts/best-practices?view=azure-devops#create-and-publish-packages To make a package available to early adopters, you can select it from your feed and promote it to the @prerelease view. Once you've deemed the package to be of sufficient quality for a full release, you can promote it to the @release view. By promoting package versions to a view, you can prevent them from being deleted by retention policies.
upvoted 2 times
...
...
anhtvux
Most Recent 10 months, 3 weeks ago
There's only a subtle difference between A & B, I believe it is due to "promotes a package to the @release view" INSTEAD OF packages - as the package should be tested one by one?
upvoted 1 times
anhtvux
10 months ago
I was wrong. the difference between A vs B is A uses "promote" & B uses tag. A is the right answer.
upvoted 2 times
...
...
memoor
11 months ago
Given Answer is correct
upvoted 2 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 ...