nerdexam
Microsoft

AZ-400 · Question #593

You are designing a build and release pipeline. You need to implement continuous integration and continuous delivery (CI/CD) for the pipeline. Which automated activities should you include in the pipe

The correct answer is A. unit tests, integration tests, and acceptance tests. Continuous integration is the practice of testing each change made to your codebase automatically and as early as possible. Continuous delivery follows the testing that happens during continuous integration and pushes changes to a staging or production system. CI/CD baseline arch

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

Question

You are designing a build and release pipeline. You need to implement continuous integration and continuous delivery (CI/CD) for the pipeline. Which automated activities should you include in the pipeline?

Options

  • Aunit tests, integration tests, and acceptance tests
  • Bfunctional tests, production tests, and production release
  • Cunit tests, production release, and production deployment
  • Dfunctional tests, regression tests, and formal assessments

How the community answered

(35 responses)
  • A
    71% (25)
  • B
    3% (1)
  • C
    17% (6)
  • D
    9% (3)

Explanation

Continuous integration is the practice of testing each change made to your codebase automatically and as early as possible. Continuous delivery follows the testing that happens during continuous integration and pushes changes to a staging or production system. CI/CD baseline architecture with Azure Pipelines Here is a high-level DevOps workflow for deploying application changes to staging and production environments in Azure. The solution uses continuous integration/continuous deployment (CI/CD) practices with Azure Pipelines. https://learn.microsoft.com/en-us/azure/devops/pipelines/architectures/devops-pipelines-baseline-

Topics

#CI/CD#unit tests#integration tests#acceptance tests

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice