CloudBees CCJE Certified CloudBees Jenkins Engineer (CCJE) Online Training
CloudBees CCJE Online Training
The questions for CCJE were last updated at Apr 07,2025.
- Exam Code: CCJE
- Exam Name: Certified CloudBees Jenkins Engineer (CCJE)
- Certification Provider: CloudBees
- Latest update: Apr 07,2025
The main purpose of the Beekeeper Upgrade Assistant is to_________.
- A . Automatically install new CloudBees Core releases as soon as they are available.
- B . Provide information on the current status and configuration options of the CloudBees Assurance Program.
- C . Enforce and lock a specific configuration in the CloudBees Core instance defined by the administrator.
- D . Notify the user when a new CloudBees Core release is available.
Which Jenkins job status indicates that tests failed?
- A . Unstable
- B . Success
- C . Aborted
- D . Failure
- E . Not Built
What is the purpose of Pipeline checkpoints?
- A . To allow continuing the build on another agent.
- B . To avoid having to rerun the entire Pipeline If a transient error occurs.
- C . To visually separate stages.
- D . To run additional tests.
- E . To configure pipelines to send a progress report by email when a checkpoint is reached.
Which are ways to influence the number of build artifacts that can be archived? Choose 2 answers
- A . unit build data using the job setting "Discard old builds".
- B . Change the order of jobs in the pipeline.
- C . Gear the Jenkins cache.
- D . Increase the size of the JENKINS.HOME partition/logical volume.
- E . Make sure you regularly delete unused views.
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
- A . Any Pipeline DSL code that implements complex computational tasks must be located outside any stage block.
- B . All stages in a Pipeline must execute on the same type of agent.
- C . Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.
- D . Each pipeline must have a global agent specification.
- E . Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.
What is the purpose of the Script Console?
- A . Provides a secure environment used to execute sh and bat scripts for all Pipelines and Freestyle Jobs.
- B . Provides the secure environment used to run CLI commands.
- C . Provides a largely unrestricted environment where sophisticated and trusted users can run Apache Groovy scripts to streamline management tasks.
- D . Provides a secure environment to run python scripts to administer Jenkins.
- E . Provides a largely unrestricted environment where sophisticated and trusted users can run sh and bat scripts to streamline management tasks.
Which is the best choice for keeping JENKINS_HOME folder from becoming too large?
- A . Discard build records.
- B . Remove all non-bundled plugins.
- C . Start new versions of Jenkins on fresh machines.
- D . Purge the secrets.key and secrets-not-so-secret.key regularly.
Using the CloudBees Folders Plus plugin, which can you restrict in a folder? Choose 2 answers
- A . Builds to controlled agents (slaves).
- B . Total number of jobs.
- C . Maximum number of failed jobs allowed.
- D . Job types that are allowed.
- E . Available plugins.
In an architecture that includes an Operations Center and one or more Client Masters, you want to share an agent node for several Client Masters .
What Is the best way to achieve this?
- A . Configure "Shared agents’ In all CloudBees Core masters.
- B . Create an Item of type "Shared Agent" in the Operations Center.
- C . Configure a "Shared cloud" In al CloudBees Core masters.
- D . (Configure the same agent node In all CloudBees Core masters.
Which are valid command-line options for the Java command that runs Jenkins as a stand alone application? Choose 3 answers
- A . –logfile — Specify the path for the Jenkins log fie.
- B . –installPlugin – Install a new plugin.
- C . –Idap — Specify an LDAP server location to use for user authentication.
- D . -prefix – Spedfy a string to be added at the end of the URL for this instance.
- E . –httpPort — Specify the port on which Jenkins Iistens.