exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 51 discussion

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

You are creating a build pipeline in Azure Pipelines.
You define several tests that might fail due to third-party applications.
You need to ensure that the build pipeline completes successfully if the third-party applications are unavailable.
What should you do?

  • A. Configure the build pipeline to use parallel jobs
  • B. Configure flaky tests
  • C. Increase the test pass percentage
  • D. Add the Requirements quality widget to your dashboard
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
prgt
Highly Voted 4 years, 1 month ago
Its - B. Configure flaky tests
upvoted 58 times
...
27close
Highly Voted 4 years, 1 month ago
A flaky test is a test that provides different outcomes, such as pass or fail, even when there are no changes in the source code or execution environment. Flaky tests also impact the quality of shipped code. flaky test should be the answer
upvoted 20 times
...
vsvaid
Most Recent 11 months, 2 weeks ago
Selected Answer: B
B for me
upvoted 1 times
...
gabo
1 year, 2 months ago
Selected Answer: B
This test can be considered as flaky because the third party components are out of our control and the overall test may or may not fail depending on them. Hence, configure Flaky test should be the answer.
upvoted 1 times
...
Mikeliz
1 year, 8 months ago
Selected Answer: B
B. Configure flaky tests
upvoted 1 times
...
enuka
1 year, 11 months ago
Selected Answer: B
B. Configure flaky tests
upvoted 1 times
...
Tom7828
2 years, 1 month ago
The question is, "When you build," You don't test before you build. So it could be D
upvoted 2 times
xRiot007
1 year, 4 months ago
Answer is B - to prevent a pipeline from failing due to flaky tests, you need to configure them so that any flaky failures are not a blocker.
upvoted 1 times
...
...
syu31svc
2 years, 4 months ago
Selected Answer: B
https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management?view=azure-devops "Flaky tests present a barrier to finding real problems, since the failures often don't relate to the changes being tested. A flaky test is a test that provides different outcomes, such as pass or fail, even when there are no changes in the source code or execution environment" Answer is B
upvoted 1 times
...
Eltooth
2 years, 6 months ago
Selected Answer: B
B is correct answer.
upvoted 1 times
...
UnknowMan
2 years, 7 months ago
Yes flaky test sometime success and sometime fail
upvoted 1 times
...
rdemontis
2 years, 8 months ago
Selected Answer: B
I thinks the correct answer is B. https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management?view=azure-devops
upvoted 2 times
...
sujitwarrier11
2 years, 9 months ago
Selected Answer: B
Configure flaky tests
upvoted 2 times
...
Manish442
2 years, 10 months ago
B is correct answer
upvoted 1 times
...
Art3
2 years, 10 months ago
B is correct.
upvoted 1 times
...
haskell
2 years, 11 months ago
Selected Answer: B
B - Flaky Tests
upvoted 1 times
...
darsh19
2 years, 11 months ago
Selected Answer: B
B. Flaky Tests
upvoted 2 times
...
ChauPhan
3 years ago
Flaky test
upvoted 1 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 ...