CloudBees CCJE Certified CloudBees Jenkins Engineer (CCJE) Online Training
CloudBees CCJE Online Training
The questions for CCJE were last updated at Feb 13,2025.
- Exam Code: CCJE
- Exam Name: Certified CloudBees Jenkins Engineer (CCJE)
- Certification Provider: CloudBees
- Latest update: Feb 13,2025
The Jenkins Install Wizard allows you to_________.
- A . define the security settings of the Jenkins instance you are installing
- B . define an admin user for Jenkins
- C . define non-admin users for Jenkins
- D . completely define the security and notification settings of the Jenkins instance you are installing
- E . define executor agents
Which of the following "agent" directives are not valid in Declarative Pipeline?
- A . agent {dockerfile {filename * Dockerfile’ }}
- B . agent docker
- C . agent none
- D . agent { label " linux }
- E . agent { docker ‘ centos: latest ‘ }
You have a project X that depends on project Y, which in turn depends on protect /. You are working on project /. learn X reported that feature team /.Jar, which they are using, causes a NullPointerException .
What Jenkins feature tell you, as a member of team z, which builds are using (or not using) feature team-z jar build #32?
- A . The "Fingerprint" feature.
- B . The "Archive the artifacts" post-build action.
- C . The Jenkins Blueprint feature.
- D . The can only be done if you install the Build Analysis plugin.
You are using the Jenkins CLI to communicate with a remote Jenkins master .
Which are valid ways to authenticate your identity to gain access? Choose 2 answers
- A . A Jenkins user’s username and password or API token.
- B . A Jenkins user’s username and GitHub API token.
- C . A Jenkins user’s username and Kerberos token.
- D . An SSH key matching an entry in the authorized_keys file of the user account that the Jenkins master process runs "as".
- E . An SSH key matching a Jenkins user’s public key.
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstaller?
- A . Nothing happens. The data remains on the persisted form of the configuration until the next save of that Rem (job, etc.).
- B . It is deleted on the next restart of Jenkins.
- C . It Is deleted on the next configuration reload.
- D . It Is deleted Immediately.
- E . The data is backed up and then deleted from the live configuration.
What does Jenkins do after activating "Prepare for Shutdown" from "Manage Jenkins"?
- A . Wait for existing builds to complete and then shut down Jenkins.
- B . Wait for existing builds to complete and then restart Jenkins.
- C . Cancel the effect of the "quiet-down" command if Jenkins is already in Quiet Down mode.
- D . None of the above.
How can you easily see if a plug in you use needs to be upgraded to a new version?
- A . Check the Jenkins Update Center.
- B . Search for the plugin in the Jenkins artifact repository.
- C . Email the maintainer.
- D . Check the plugin wiki
In which situations can the REST API be used? Choose 3 answers
- A . Modifying the authorization strategy configuration.
- B . Administering Jenkins’ global configuration.
- C . Creating/copying jobs.
- D . Triggering a new build.
- E . Retrieving information from Jenkins for programmatic consumption
You have an Operations Center with two connected Masters. You want to start a job on Master B from a fob on Master A .
What is the preferred way to accomplish this?
- A . Use the Pipeline build step with the remote path URL argument.
- B . Use the cross team collaboration feature to publish a build notification and subscribe to that notice from Jobs that should run when the notification is published.
- C . Broadcast an e-mail message from the Job on Master A and monitor the e-mail queue from Master B.
- D . Use the "Trigger parameterized build on other projects" post-build step and specify the remote path as project name.
- E . Use the trigger-remote-build CLI command and pass the Job URL as a parameter.
Which actions can you accomplish using the Cloud Bees Core Install Wizard? Choose 2 answers
- A . Define the initial set of users for the instance.
- B . Request an Evaluation License to use with the CloudBees Core instance being installed
- C . Install a set of recommended plugins (which includes some proprietary plugins developed by CloudBees).
- D . Define the initial security settings for the instance.
- E . Update the Jenkins release used by an existing Operations Center.