iSQI
CTAL-TAE · Question #148
When a continuous integration / continuous deployment (CI/CD) pipeline is split between build and deployment phases, which statements are TRUE?
The correct answer is B. c and d. units and their immediate interactions early. deployment, making them part of the deployment phase or a follow-up testing stage. This split ensures fast feedback on build integrity while enabling broader validation post-
Deployment Risks and Contingencies
Question
When a continuous integration / continuous deployment (CI/CD) pipeline is split between build and deployment phases, which statements are TRUE?
Options
- Aa and b.
- Bc and d.
- CComponent and component integration tests are typically part of the build phase, as they verify
- DSystem and acceptance tests are often executed in a separate pipeline during or after
- ESystem integration tests cannot be run in this kind of pipeline.
How the community answered
(39 responses)- A5% (2)
- B77% (30)
- C13% (5)
- D3% (1)
- E3% (1)
Explanation
units and their immediate interactions early. deployment, making them part of the deployment phase or a follow-up testing stage. This split ensures fast feedback on build integrity while enabling broader validation post-
Topics
#CI/CD pipeline#build phase#deployment phase#test levels
Community Discussion
No community discussion yet for this question.