CloudBees CJE Exam
Certified Jenkins Engineer (CJE) (Page 3 )

Updated On: 7-Feb-2026

Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answers

  1. Manage plugins
  2. Define views
  3. Configure credentials
  4. Open Blue Ocean
  5. Configure Global Security

Answer(s): A,E



In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?

  1. Build times decrease.
  2. User interface becomes slower as resources on the master run out.
  3. The builds share SCM checkouts
  4. Masters are more highly available.

Answer(s): B



Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?

  1. Because executors cannot be allocated on the master.
  2. Because executors offloaded onto build nodes are not performant.
  3. Because it prevents the CPU being overloaded during parallel polls.
  4. Because it prevents builds from overloading a master's CPU/memory.
  5. Because builds cannot be run In parallel on a master.

Answer(s): D



What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?

  1. Delete artifacts, togs, and backups that are no longer required.
  2. Clean up workspaces left by deleted Jenkins users.
  3. Delete outdated configurations left by uninstalled, deleted, or upgraded plugins.
  4. Delete or restore old credentials details.
  5. Prepare for migration from Jenkins 1 to Jenkins 2.

Answer(s): C



Which of the following are true when using environment directives in a Declarative Pipeline? Choose 3 answers

  1. If an environment variable b enclosed in single quotes, the Pipeline DSL dereferences the variable on the master's JVM and passes the calculated string to the sh or bat step; if the environment variable Is enclosed in double quotes, the name of the environment variable itself is passed to the "sh" or 'bat" step and the shell interpreter on the agent dereferences the variable.
  2. If an environment variable Is enclosed in double quotes, the Pipeline DSL dereferences the variable on the master's JVM and passes the calculated string to the sh or bat step; if the environment variable is enclosed in single quotes, the name of the environment variable itself is passed to the "sh" or "bat" step and the shell interpreter on the agent dereferences the variable.
  3. A Declarative Pipeline can use environment variables defined In Jenkins Itself (such as BUILD_NUMBER and JENKINS^URL), environment variables defined in an installed plugin (such as GIT„COMMIT or GIT .BRANCH, defined in the Git plugin), or environment variables that are coded as directives in the Pipeline itself; the semantics are identical for all environment variables.
  4. An environment variable can be specified globally (to apply to all steps in the pipeline), for an individual step, or for one or more specified steps In the Pipeline,

Answer(s): A,C,D






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

Join the CJE Discussion