CJE Certified Jenkins Engineer (CJE)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which are commonly referenced as key points of CI?

Choose 3 answers

Select all that apply, then click Submit answer.

  • Automated deployment to the production environment.

  • Collaboration among Dev, QA and Ops.

  • Automated tests after each commit

  • Automated builds after each commit.

  • Frequent commits to source code repository.

Question 2

Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers

Select all that apply, then click Submit answer.

  • Any Pipeline DSL code that Implements complex computational tasks must be located outside any stage block.

  • Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.

  • Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.

  • Each pipeline must have a global agent specification.

  • All stages in a Pipeline must execute on the same type of agent.

Question 3

Which are Source Code Management tools?

Choose 3 answers

Select all that apply, then click Submit answer.

  • Java

  • Perforce

  • Subversion

  • Git

  • Maven