Microsoft Azure DevOps Solutions

Here you have the best Microsoft AZ-400 practice exam questions

  • You have 558 total questions to study from
  • Each page has 5 questions, making a total of 112 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on May 25, 2025
  • This site is not affiliated with or endorsed by Microsoft.
Question 1 of 558

You are configuring project metrics for dashboards in Azure DevOps.

You need to configure a chart widget that measures the elapsed time to complete work items once they become active.

Which of the following is the widget you should use?

    Correct Answer: C

    Cycle time measures the time it takes for your team to complete work items once they begin actively working on them. This is calculated from the moment work items enter the In Progress or Resolved state category until they enter the Completed state category. This widget is specifically designed to measure the elapsed time to complete work items after they become active, making it the ideal choice for the described requirement in the question.

Question 2 of 558

You need to consider the underlined segment to establish whether it is accurate.

The Burnup widget measures the elapsed time from creation of work items to their completion.

Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

    Correct Answer: B

    The correct option is 'Lead time.' The term 'lead time' specifically refers to the total period from the creation of work items to their completion. The Burnup widget, on the other hand, is used to track progress towards completing a set of tasks over time, not the elapsed time for individual work items.

Question 3 of 558

You are making use of Azure DevOps manage build pipelines, and also deploy pipelines.

The development team is quite large, and is regularly added to.

You have been informed that the management of users and licenses must be automated when it can be.

Which of the following is a task that can't be automated?

    Correct Answer: D

    Managing group membership changes, license assignments, and assigning entitlements can all be automated using tools like Azure DevOps, Azure Active Directory, and through scripting with PowerShell or DevOps APIs. However, license procurement typically involves financial transactions and contracting with vendors, which require human decision-making and manual intervention. Therefore, license procurement is a task that cannot be fully automated.

Question 4 of 558

You have been tasked with strengthening the security of your team's development process.

You need to suggest a security tool type for the Continuous Integration (CI) phase of the development process.

Which of the following is the option you would suggest?

    Correct Answer: B

    In the Continuous Integration (CI) phase of the development process, static code analysis is a suitable security tool. Static code analysis involves examining the source code without executing it to find vulnerabilities early in the development cycle. This helps ensure that security issues are detected and resolved before the code is integrated into the main codebase, improving the overall security of the software product.

Question 5 of 558

Your company is currently making use of Team Foundation Server 2013 (TFS 2013), but intend to migrate to Azure DevOps.

You have been tasked with supplying a migration approach that allows for the preservation of Team Foundation Version Control changesets dates, as well as the changes dates of work items revisions. The approach should also allow for the migration of all TFS artifacts, while keeping migration effort to a minimum.

You have suggested upgrading TFS to the most recent RTW release.

Which of the following should also be suggested?

    Correct Answer: B

    To effectively migrate from TFS 2013 to Azure DevOps while preserving the dates of changesets and work item revisions, and migrating all TFS artifacts, using the TFS Database Import Service is the recommended approach. It supports the migration of all necessary data while ensuring that historical data is preserved accurately. This method also minimizes effort compared to alternative migration strategies.