Which are the phases of CI/CD pipeline?
Answer options
A
Source
B
Operate
C
Monitor
D
Deploy
13.__________is a conceptual framework where software is developed is iterations
E
Agile
F
prototyping
G
extreme programming
H
DSDM
Correct answer: Source, Deploy 13.__________is a conceptual framework where software is developed is iterations
Explanation
Options 4-7 are noise from a merged question about iterative development frameworks (answer: Agile). For CI/CD pipeline phases, the standard phases are Source, Build, Test, and Deploy. From the given options, Source (index 0) and Deploy (index 3) are the definitive CI/CD pipeline phases. Operate and Monitor are DevOps operational phases that extend beyond the core CI/CD pipeline.