AZ-400 · Question #588
AZ-400 Question #588: Real Exam Question with Answer & Explanation
The correct answer is D: deployment frequency (DT). Understanding the frequency of how often new code is deployed into production is critical to understanding DevOps success. Many practitioners use the term “delivery” to mean code changes that are released into a pre-production staging environment, and reserve “deployment” to refe
Question
You have an Azure DevOps pipeline named Pipeline1. You need to track the stability of code changes in Pipeline1. Which metric should you use?
Options
- Atest pass rate
- Blead time for changes (LT)
- Ctime to detect (TTD)
- Ddeployment frequency (DT)
Explanation
Understanding the frequency of how often new code is deployed into production is critical to understanding DevOps success. Many practitioners use the term “delivery” to mean code changes that are released into a pre-production staging environment, and reserve “deployment” to refer to code changes that are released into production.
Community Discussion
No community discussion yet for this question.