MicrosoftMicrosoft
AZ-400 · Question #552
AZ-400 Question #552: Real Exam Question with Answer & Explanation
The correct answer is C: Enable Test Impact Analysis (TIA).. TIA performs incremental validation by automatic test selection. It automatically selects only the subset of tests required to validate the code being committed.
Submitted by satoshi_tk· Mar 6, 2026Design and implement build and release pipelines
Question
You use an Azure Pipelines pipeline to build, test, and deploy an app named App1. You need to reduce how long it takes to complete unit and integration tests for App1. The solution must ensure that the code coverage testing ratio is maintained. What should you do?
Options
- AEnable flaky test management.
- BPurchase additional parallel jobs.
- CEnable Test Impact Analysis (TIA).
- DAdd an agent pool.
Explanation
TIA performs incremental validation by automatic test selection. It automatically selects only the subset of tests required to validate the code being committed.
Community Discussion
No community discussion yet for this question.