QuestionQ253

Infrastructure and Automation

What is one benefit of implementing a CI pipeline?

  • A decreases external dependencies
  • B enables a faster feedback loop
  • C enforces version control
  • D ensures that tests are written before code is written
Explanation

A CI pipeline automatically validates changes through frequent builds and tests, enabling developers to receive feedback more quickly.

Community Discussion

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