Jenkins Engineer CCJE Dumps Full Questions with Free PDF Questions to Pass
100% Updated CloudBees CCJE Enterprise PDF Dumps
CloudBees CCJE Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 28
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers
- A. Builds can be parameterized.
- B. Jenkins can be restarted while a build is In progress without impacting the build.
- C. Job definition can be loaded from the Source Code Management system at build time.
- D. No extra plugins must be installed.
- E. Builds can be triggered with millisecond granularity.
Answer: B,E
NEW QUESTION 29
Which metric is not offered in the metrics plugin?
- A. HTTP requests received by the Jenkins instance.
- B. The number of users registered on the Jenkins instance.
- C. The memory used to run the Jenkins instance.
- D. Number of plugins instated on the Jenkins instance.
- E. Number of Jobs in the build queue.
Answer: D
NEW QUESTION 30
You need to automate the deployment of 20 base Jenkins masters. For this, you set the system property Jenkins, install .runSetupWizard to the value "false".
Which is TRUE aboutyour Jenkins masters?
- A. A default administrator account is created with user name "admin" and password "admin".
- B. No default administrator account Is created; you have to configure security manually.
- C. A default administrator account is created with username "admin" and password from the fie JENKINS_HOME/secret/initialAdminPassword.
- D. A default administrator account Is created and you cannot re-enable security.
Answer: C
NEW QUESTION 31
Which is the best choice for keeping JENKINS_HOME folder from becoming too large?
- A. Start new versions of Jenkins on fresh machines.
- B. Discard build records.
- C. Purge the secrets.key and secrets-not-so-secret.key regularly.
- D. Remove all non-bundled plugins.
Answer: B
NEW QUESTION 32
What is the purpose of the Script Console?
- A. Provides a secure environment to run python scripts to administer Jenkins.
- B. Provides the secure environment used to run CLI commands.
- C. Provides a largely unrestricted environment where sophisticated and trusted users can run sh and bat scripts to streamline management tasks.
- D. Provides a secure environment used to execute sh and bat scripts for all Pipelines and Freestyle Jobs.
- E. Provides a largely unrestricted environment where sophisticated and trusted users can run Apache Groovy scripts to streamline management tasks.
Answer: A
NEW QUESTION 33
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. Create an Item of type "Shared Agent" in the Operations Center.
- B. Configure a "Shared cloud" In al CloudBees Core masters.
- C. (Configure the same agent node In all CloudBees Core masters.
- D. Configure "Shared agents' In all CloudBees Core masters.
Answer: C
NEW QUESTION 34 
You have an Operations Center architecture as pictured in the exhibit above, where there are:
* Three folders: F1, F2, and F3
* Three shared agents: SI, S2, and S3
* Four client masters: Ml, M2, M3, and M4
Which statements are true?
Choose 2 answers
- A. M3 can only perform builds on S2.
- B. M4 can perform builds on any shared agent.
- C. M3 can only perform builds on S2 and S3.
- D. M4 can only perform builds on S3.
- E. M1 can only perform builds on S1.
Answer: B,C
NEW QUESTION 35
What is the default directory whore a build takes place?
- A. The user's home directory.
- B. The JENKINS.HOME directory.
- C. The Builds directory in the job.
- D. The Workspace directory.
Answer: D
NEW QUESTION 36
How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?
- A. The Jenkins CL1 can only start builds without parameters.
- B. Append -p KEY=Value to the command line.
- C. Set the jenkins_parameters environment variable.
- D. Append #KEY-Value to the command line.
- E. Append --parameter-KEY-Value to the command line.
- F. Create a file containing KEY=Value pairs (one per line) and use the --parameters file command line argument.
Answer: E
NEW QUESTION 37
In addition to the features of the CloudBees Folders plugin, which will CloudBees Folders PLUS allow you to do? Choose 2 answers
- A. Enable logging for a folder.
- B. Assign an administrator to a folder.
- C. Restrict an agent to a folder.
- D. Restrict which kinds of items may be created in a folder.
Answer: C
NEW QUESTION 38
In a Freestyle fob, the tests are being executed within a Shell build step and then published vid the "Publish JUnit results" post build action. Which conditions must Alt be met In order for the JUnit publisher to display the job status .is "Unstable''?
Choose 3 answers
- A. The overall "stability report amplification factor" is greater than 1.00.
- B. All publishers before "Publish JUnit results" assign the SUCCESS status.
- C. The "Publish JUnR results" reporter finds the test reports.
- D. There is at least one FAILED test case.
- E. There is at least one SKIPPED test case.
- F. All build steps are successful.
Answer: A,E,F
NEW QUESTION 39
Fingerprinting artifacts is the process of:
- A. Recording the MD5 checksum of the selected artifacts.
- B. Creating an archive file of the selected artifacts.
- C. Enabling access passwords for the selected artifacts.
- D. Building, testing, and deploying the selected files to production environment.
Answer: D
NEW QUESTION 40
You want to allow regular users to configure limited aspects of a fob but not allow them to change everything.
What Jenkins mechanism do you use?
- A. System environment variables
- B. Matrix based security
- C. Build parameters
- D. Declarative Pipeline
- E. Job Configuration Restriction plugin
Answer: C
NEW QUESTION 41
Withthe CloudBees Folders Plus plugin, which step is required to configure a controlled agent?
- A. The folder administrator creates a request key which is given to the agent administrator, who approves the request key and sends back a request secret.
- B. The folder administrator sends a request, containing a digital signature, to the agent administrator, who adds the signature to the list of approved signatures.
- C. The folder administrator sends an email, containing the folder ID, to the agent administrator, who adds the ID to the list of approved folders.
- D. Anyone with admin permissions can simply be the ID of the folder to the specific agent; no other steps are necessary.
Answer: B
NEW QUESTION 42
Which of the following statements are TRUI about Global Pipeline Libraries Groovy scripts? Choose 2 answers
- A. They can be stored by the Jenkins administrators, using a custom Job manager.
- B. They can be stored on an NFS shared folder of your infrastructure.
- C. They can be stored on an external SVN repository.
- D. They can be stored on the Jenkins master, inside the JENKINS.HOME/.globallibrary folder.
- E. They can be stored on a git repository hosted by the Jenkins master.
Answer: C,E
NEW QUESTION 43
Which keyword is used to group related parts of a Declarative Pipeline?
- A. steps
- B. collect
- C. group
- D. stage
- E. steps
Answer: A
NEW QUESTION 44
Using the CloudBees Folders Plus plugin, which can you restrict in a folder?
Choose 2 answers
- A. Maximum number of failed jobs allowed.
- B. Total number of jobs.
- C. Builds to controlled agents (slaves).
- D. Available plugins.
- E. Job types that are allowed.
Answer: C,E
NEW QUESTION 45
Your teams share one Jenkins master. How can you prevent one team from changing the Jobs of another team?
- A. Define team specific folders and restrict edit access to team members.
- B. Define team-specific views and set the initial view to the team-specific view.
- C. You cannot. Each team must use a separate master.
- D. You do not need to do anything. Job editing is restricted to team members by default.
Answer: C
NEW QUESTION 46
Which actions can you accomplish using the Cloud Bees Core Install Wizard? Choose 2 answers
- A. Request an Evaluation License to use with the CloudBees Core instance being installed
- B. Install a set of recommended plugins (which includes some proprietary plugins developed by CloudBees).
- C. Update the Jenkins release used by an existing Operations Center.
- D. Define the initial security settings for the instance.
- E. Define the initial set of users for the instance.
Answer: B,E
NEW QUESTION 47
What is the recommended plugin to use for building Pipelines on Jenkins?
- A. Job DSL plugin
- B. Pipeline plugin (previously named "Workflow")
- C. Join plugin
- D. Promoted Builds plugin
- E. Build Pipeline plugin
Answer: C
NEW QUESTION 48
Where are fingerprints stored on disk ?
- A. Inside each artifact fingerprinted (under $JENKINS_HOME/jobs/myJob/builds).
- B. Inside each job which fingerprints artifacts ($JENKINS_HOME/Jobs/myJob).
- C. In the Workspace of each Job.
- D. In $JENKINS_HOME/fingerprints.
Answer: A
NEW QUESTION 49
......
Use Valid Exam CCJE by SureTorrent Books For Free Website: https://www.suretorrent.com/CCJE-exam-guide-torrent.html