CCJE Practice Test Questions Answers Updated 90 Questions
CCJE dumps & Jenkins Engineer Sure Practice with 90 Questions
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 19
When you want to validate that your software produces the desired behavior for end users, you need to use________.
- A. acceptance tests
- B. smoke tests
- C. non regression tests
- D. functional tests
Answer: D
NEW QUESTION 20
Where are fingerprints stored on disk ?
- A. In the Workspace of each Job.
- B. Inside each job which fingerprints artifacts ($JENKINS_HOME/Jobs/myJob).
- C. Inside each artifact fingerprinted (under $JENKINS_HOME/jobs/myJob/builds).
- D. In $JENKINS_HOME/fingerprints.
Answer: C
NEW QUESTION 21
You are upgrading d Cloud Bees Core 2.x instance to a newer version (2.y). Beekeeper is DISABLED. Which statements are TRUE? Choose 2 answers
- A. Any REQUIRED plugins that are missing will be Instated.
- B. No operation will be performed on OPTIONAL plugins.
- C. Any OPTIONAL plugins that are missing will be installed.
- D. All the plugins in the CAP Collection will be replaced by the versions specified in the target CloudBees Core version.
- E. Any REQUIRED plugins that were already installed may be upgraded, depending on Beekeeper configuration options.
Answer: A,E
NEW QUESTION 22
In a ''standalone'' configuration, when masters manage the build environment and also execute builds with their own resources, which of the following is true?
- A. Build times decrease
- B. The builds share SCM checkouts.
- C. Masters are more highly available.
- D. User interface becomes slower as resources on the master run out.
Answer: C
NEW QUESTION 23
What is the default directory whore a build takes place?
- A. The Workspace directory.
- B. The Builds directory in the job.
- C. The JENKINS.HOME directory.
- D. The user's home directory.
Answer: A
NEW QUESTION 24
Which statements are TRUE when doing a freshinstall of CloudBees Core 2.x?Choose 2 answers
- A. All the REQUIRED plugins will be Installed, in the versions defined in the CAP Collection.
- B. Only the OPTIONAL plugins selected in the Setup Wizard and their dependencies will be Installed, In the versions defined in the CAP Collection.
- C. AN the OPTIONAL plugins will be installed, In the versions defined In the CAP Collection.
- D. After the initial setup, the Beekeeper Upgrade Assistant will always be disabled.
- E. Only the OPTIONAL plugins selected in the Setup Wizard and their dependencies will be installed, in their latest versions.
Answer: A,D
NEW QUESTION 25
What Is the most efficient way to configure an environment variable that is needed for several pipelines and/or fobs?
- A. Define the environment variable on the Operations Center so it is available to all pipelines and Jobs, whereever they run in the duster.
- B. Define the environment variable in a shared library function that each Job calls.
- C. Download the value from a URL during the build itself.
- D. Set the environment variable on each pipeline or Job.
- E. Put all the pipelines and Jobs on one master or in one folder and set the environment variable in that master or folder.
Answer: C
NEW QUESTION 26
Which of the following "agent" directives are not valid in Declarative Pipeline?
- A. agent docker
- B. agent {dockerfile {filename * Dockerfile' }}
- C. agent { docker ' centos: latest ' }
- D. agent { label " linux }
- E. agent none
Answer: A
NEW QUESTION 27
Cluster Operations Jobs can be configured to have a sequence of operations. When one of these operations fails, how do you control the effect of that failure on the rest of the Ouster Operations flow?
- A. Set the "Failure Mode" in the advanced options in a Ouster Operations Job configuration.
- B. Create a Freestyle Job that listens to the build result of a Ouster Operations build and then dynamically sets the "Failure Mode".
- C. It is not possible to control the effect of an operation failure. The build fails immediately.
- D. With the CloudBees Monitoring plugin installed, configure an "Alert" In Jenkins global configuration (Manage Jenkins -> Configure System).
Answer: C
NEW QUESTION 28
In Jenkins, a trigger commonly refers to a mechanism that automatically_______.
- A. updates plugins
- B. sends notification once the build is completed
- C. starts the build of a job
- D. detects code changes in the repository
Answer: B
NEW QUESTION 29
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?
- A. Call the fingerprintArtifact() step immediately after the archiveArtifacts() step.
- B. No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.
- C. Set the Fingerprint Artifacts global configuration option.
- D. Set the "fingerprint: true" argument for the archiveArtifacts() step.
- E. Enable the Declarative Pipeline 'enableFingerprints' 'option' .
Answer: B
NEW QUESTION 30
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. Declarative Pipeline
- B. Matrix based security
- C. Build parameters
- D. Job Configuration Restriction plugin
- E. System environment variables
Answer: C
NEW QUESTION 31 
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. M4 can only perform builds on S3.
- B. M1 can only perform builds on S1.
- C. M3 can only perform builds on S2 and S3.
- D. M3 can only perform builds on S2.
- E. M4 can perform builds on any shared agent.
Answer: C,E
NEW QUESTION 32
Which are supported I dilute Modes in the Cluster Operations Job type?
Choose 3 answers
- A. Fail Dynamic
- B. Fail At The End
- C. Fail Tidy
- D. Fail Immediately
- E. Fail On Second Fail (allow single operation failure)
Answer: C,D,E
NEW QUESTION 33
A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 execution. You observe that 2 instances of the Job are currently building while several others are waiting in the build queue. Which of the following could explain why the builds are waiting in the build queue?
- A. Changes were made to this Job's conjuration while this Job had builds in the build queue.
- B. There are not enough Idle executors available on agent A.
- C. The "Execute concurrent builds if necessary" option in the Job configuration has reached its user-defined maximum.
- D. Each build in the build queue must be manually attached to an available executor.
Answer: C
NEW QUESTION 34
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. There is at least one SKIPPED test case.
- B. The overall "stability report amplification factor" is greater than 1.00.
- C. The "Publish JUnR results" reporter finds the test reports.
- D. All build steps are successful.
- E. There is at least one FAILED test case.
- F. All publishers before "Publish JUnit results" assign the SUCCESS status.
Answer: A,B,D
NEW QUESTION 35
Which features are provided through the Folders Plus plugin?
Choose 3 answers
- A. Provide environment variables that will be available during builds.
- B. Provide an icon for the folder using a URL.
- C. Display the worst status for a job inside the folder.
- D. Count jobs with different statuses.
Answer: A,B,D
NEW QUESTION 36
......
New CCJE Exam Questions| Real CCJE Dumps: https://www.testsimulate.com/CCJE-study-materials.html