QuestionQ68

Technology Essentials

What is a key difference between traditional deployment approaches and continuous integration/continuous deployment (CI/CD)?

  • A CI/CD increases the speed of feedback.
  • B CI/CD decreases the frequency of updates.
  • C CI/CD increases the number of errors.
  • D CI/CD decreases the amount of testing.
Explanation

CI/CD automates building and testing for frequent code changes, so teams receive test results and detect errors sooner. This accelerates feedback rather than reducing update frequency or testing.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!