QuestionQ11

701.4 Continuous Integration and Continuous Delivery

Which statements about CI/CD platforms, such as GitLab CI or Jenkins, are true?

Choose two
  • A The concept of CI/CD platforms is specific to Java-based applications.
  • B CI/CD platforms can delegate tasks to dedicated worker nodes.
  • C CI/CD platforms only work on local files and cannot use repositories of source code management systems (SCM).
  • D CI/CD can only be used with containerized applications.
  • E The steps executed by a CI/CD platform can be changed for individual applications.
Explanation

CI/CD platforms can assign pipeline jobs to dedicated worker nodes, such as Jenkins agents or GitLab runners. Their pipeline steps are configurable for each individual application, allowing different build, test, and deployment workflows.

Community Discussion

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