MCQ PracticeSingle Best AnswerTopic: Component and Integration Pipelines
Q
Deployment pipeline is an extension of ______________.
Question ID
#24010
Subchapter
Component and Integration Pipelines
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Continuous Testing ✔✖
B
Configuration Management ✔✖
C
Continuous Integration ✔✖
C
Correct Answer: C
Explanation
The correct answer is:
"Continuous Integration"
The Deployment pipeline is an extension of Continuous Integration (CI) because it takes the validated code from CI, runs further tests, and automates deployment to staging or production environments.