nerdexam
MicrosoftMicrosoft

AZ-400 · Question #487

AZ-400 Question #487: Real Exam Question with Answer & Explanation

The correct answer is A: Yes. Option A (Yes) is correct because Azure DevOps's flaky test management feature is specifically designed to handle tests that fail intermittently without being related to code changes or environmental issues - exactly the scenario described. When enabled, flaky test management aut

Submitted by stefanr· Mar 6, 2026Design and implement build and release pipelines

Question

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 pipeline that is used to deploy a web app. The pipeline includes a test suite named TestSuite1. TestSuite1 is used to validate the operations of the web app. TestSuite1 fails intermittently. You identify that the failures are unrelated to changes in the source code and execution environment. You need to minimize troubleshooting effort for the TestSuite1 failures. Solution: You enable flaky test management. Does this meet the goal?

Options

  • AYes
  • BNo

Explanation

Option A (Yes) is correct because Azure DevOps's flaky test management feature is specifically designed to handle tests that fail intermittently without being related to code changes or environmental issues - exactly the scenario described. When enabled, flaky test management automatically detects and marks unreliable tests as "flaky," preventing them from blocking the pipeline and reducing the need for manual investigation each time they fail. This directly minimizes troubleshooting effort by surfacing the known flaky behavior rather than treating each failure as a new defect.

There are no other distractors in this Yes/No question, but the temptation is to choose "No" if you're unfamiliar with Azure's flaky test management feature or confuse it with other solutions like re-running failed tests, adjusting test timeouts, or quarantining tests manually - none of which are as targeted or automated for this specific problem.

Memory Tip: Think of "flaky" as the key word - if a test fails randomly and without code changes, it's a flaky test, and Azure DevOps has a feature named exactly after that problem. Match the problem name to the feature name: flaky problem = flaky test management. If you see intermittent, non-reproducible failures unrelated to code, always think of this feature first.

Topics

#Azure DevOps#Flaky tests#Pipeline testing#Test management

Community Discussion

No community discussion yet for this question.

Full AZ-400 PracticeBrowse All AZ-400 Questions