exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 6 question 52 discussion

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

You manage projects by using Azure Boards.

You have a current work item named itemA that is dependent on a work item named itemB.

You need to define the dependency for itemA.

What should you do in the web portal for Azure DevOps?

  • A. Add a Parent link to the user story of itemA.
  • B. From Backlogs, open the context menu, select Add link, and then select itemA. Set Link type to Successor and add the ID of itemB.
  • C. From Backlogs, open the context menu, select Add link, and then select itemB. Set Link type to Related and add the ID of itemA.
  • D. From itemA, open the Links tab, and then select Add link. Set Link type to References and add the ID of itemB.
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
7bc6163
3 weeks, 5 days ago
Selected Answer: B
B. From Backlogs, open the context menu, select Add link, and then select itemA. Set Link type to Successor and add the ID of itemB. Explanation: In Azure Boards, to define that itemA is dependent on itemB, you should use the "Predecessor/Successor" link type. This means itemA (the successor) cannot be completed until itemB (the predecessor) is done. You add a "Successor" link from itemA to itemB, indicating that itemA is waiting on itemB. Parent link (option A) is for hierarchy, not dependencies. Related link (option C) is a general association, not a dependency. References link (option D) is for referencing, not for defining dependencies.
upvoted 1 times
...
Christian_garcia_martin
9 months, 3 weeks ago
Given answer is correct : In Azure DevOps, you can manage dependencies between work items by "linking" them. The "Successor" link type is used to denote that a work item (in this case, itemA) cannot be started until another work item (itemB) is completed. By setting itemA as a "Successor" to itemB, it indicates that itemA depends on the completion of itemB.
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 ...