CloudBees CJE Exam Questions
Certified Jenkins Engineer (CJE) (Page 2 )

Updated On: 15-Feb-2026

You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?

  1. only repositories that contain a Jenkinsfile in all their branches
  2. only repositories that contain a Jenkinsfile in at least one branch
  3. all repositories that contain a Jenkinsfile in at least one branch or pull request
  4. all repositories

Answer(s): A



How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

  1. CaII the fingerprintArtifact() step immediately after the archiveArtifacts( ) step.
  2. Enable the Declarative Pipeline 'enableFingerprints' 'option' .
  3. Set the Fingerprint Artifacts global configuration option.
  4. Set the "fingerprint: true" argument for the archiveArtifactsQ step.
  5. No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.

Answer(s): D



Which are commonly referenced as key points of CI? Choose 3 answers

  1. Automated deployment to the production environment.
  2. Collaboration among Dev, QA and Ops.
  3. Automated tests after each commit
  4. Automated builds after each commit.
  5. Frequent commits to source code repository.

Answer(s): C,D,E



A unit test ____________.

  1. tests an Individual unit a component
  2. verifies cross-functionalities
  3. verifies that the complete software matches the specifications it was written to fulfill
  4. is written when an Integration or multi-environment bog is fixed

Answer(s): A



Which of the following is true about resuming a Declarative Pipeline?

  1. Declarative Pipelines cab be restarted after a Jenkins failure but not after a transient outage (such as a network failure or disk space exhaustion).
  2. Declarative Pipelines can be resumed only after a transient outage (such as a network failure or disk space exhaustion).
  3. All Declarative Pipelines are restartable by default, with the same inputs (commit to build, parameters, etc) as the original run. Any data that was built In the original run Is available only If the preserveStashes() option Is specified In the Jenkinsfile
  4. Declarative Pipelines that use Docker containers can not be resumed because the docker APIs that Jenkins calls to create the container are not serialized
  5. A Declarative Pipeline can be restarted only If the preserveStashes() option Is set In the pipeline.

Answer(s): C






Post your Comments and Discuss CloudBees CJE exam dumps with other Community members:

Join the CJE Discussion