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
Question
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)- A71% (25)
- B3% (1)
- C17% (6)
- D9% (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
Community Discussion
No community discussion yet for this question.