Question: You have CI/CD pipeline for a modern web application in Azure DevOps. The CI/CD process includes both a build and a release pipeline. You need to ensure that user testing (UAT) is successful before triggering the release pipeline. The process should be automated as possible. What should you add to your build pipeline?

  1. Query Work Items gate
  2. Manual Intervention task
  3. Approval gate
  4. Invoke REST API gate

Answer: The correct answer of the above question is Option C:Approval gate