Beginner
Web & Software Development
Q14 / 100
What is CI/CD?
Correct! Well done.
Incorrect.
The correct answer is B) Continuous Integration (automating builds/tests on every commit) and Continuous Deployment/Delivery (automating release pipeline)
B
Correct Answer
Continuous Integration (automating builds/tests on every commit) and Continuous Deployment/Delivery (automating release pipeline)
Explanation
CI: developers merge to mainline frequently, triggering automated builds and tests. CD: automatically deploy passing builds to staging/production. Reduces integration hell and delivery risk. Tools: GitHub Actions, Jenkins, GitLab CI.
Progress
14/100