Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Certified CloudBees Jenkins Engineer (CCJE) Question and Answers

Certified CloudBees Jenkins Engineer (CCJE)

Last Update May 18, 2024
Total Questions : 89

We are offering FREE CCJE CloudBees exam questions. All you do is to just go and sign up. Give your details, prepare CCJE free exam questions and then go for complete pool of Certified CloudBees Jenkins Engineer (CCJE) test questions that will help you more.

CCJE pdf

CCJE PDF

$35  $99.99
CCJE Engine

CCJE Testing Engine

$42  $119.99
CCJE PDF + Engine

CCJE PDF + Testing Engine

$56  $159.99
Questions 1

Which Jenkins job status indicates that tests failed?

Options:

A.  

Unstable

B.  

Success

C.  

Aborted

D.  

Failure

E.  

Not Built

Discussion 0
Questions 2

Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers

Options:

A.  

Encapsulate common Jenkins logic within shared Iibraries when leveraging Declarative Pipelines.

B.  

Use the pipeline DSL to implement Intricate networking and computational tasks that your Pipeline needs to do.

C.  

Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important task performed by the pipeline.

D.  

Use toots such as Maven, Gradle, NPM, Ant, and Make to define most of the build work; call these executables as steps in your pipeline.

E.  

Call scripts written in Shell, Batch, Groovy, or Python to implement any complex logic required for your pipeline; call these scripts as steps in your pipeline.

Discussion 0
Questions 3

To track file usage across Jenkins jobs using fingerprints:

Options:

A.  

Purchase the fingerprint license and install the Jenkins fingerprint service pack.

B.  

Enable "record fingerprints of files" in the post-build actions section of a Job to track usage.

C.  

Use a laptop or personal computer with an integrated fingerprint scanner.

D.  

All of the above.

Discussion 0
Questions 4

Which metric is not offered in the metrics plugin?

Options:

A.  

Number of plugins instated on 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 Jobs in the build queue.

E.  

HTTP requests received by the Jenkins instance.

Discussion 0
Questions 5

Fingerprinting artifacts is the process of:

Options:

A.  

Building, testing, and deploying the selected files to production environment.

B.  

Creating an archive file of the selected artifacts.

C.  

Recording the MD5 checksum of the selected artifacts.

D.  

Enabling access passwords for the selected artifacts.

Discussion 0
Questions 6

In Jenkins, a trigger commonly refers to a mechanism that automatically_______.

Options:

A.  

starts the build of a job

B.  

updates plugins

C.  

sends notification once the build is completed

D.  

detects code changes in the repository

Discussion 0
Questions 7

Which is an advantage of using a replaceable build node?

Options:

A.  

It allows jobs to have dedicated machines tailored to specialized needs.

B.  

It improves the throughput of master executors.

C.  

It reduces the impact on productivity if there is an outage of a build node.

D.  

It decreases the load on the network.

Discussion 0
Questions 8

Which are supported I dilute Modes in the Cluster Operations Job type?

Choose 3 answers

Options:

A.  

Fail Tidy

B.  

Fail At The End

C.  

Fail Immediately

D.  

Fail On Second Fail (allow single operation failure)

E.  

Fail Dynamic

Discussion 0
Questions 9

How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?

Options:

A.  

The Jenkins CL1 can only start builds without parameters.

B.  

Set the jenkins_parameters environment variable.

C.  

Append --parameter-KEY-Value to the command line.

D.  

Create a file containing KEY=Value pairs (one per line) and use the --parameters file command line argument.

E.  

Append #KEY-Value to the command line.

F.  

Append -p KEY=Value to the command line.

Discussion 0
Questions 10

What does it mean when a build is "unstable"?

Options:

A.  

The build has been skipped, and tests for all publishers have been skipped

B.  

The build has failed, and tests for all publishers have succeeded.

C.  

The build has succeeded, and tests for all publishers have been skipped.

D.  

The build has succeeded, and some tests for publishers have failed.

Discussion 0
Questions 11

Which of the following would correctly complete the sentence, "Continuous Integration is a _______ of Continuous Delivery"?

Choose 2 answers

Options:

A.  

superset

B.  

consolidation

C.  

process definition

D.  

requirement

E.  

subset

Discussion 0
Questions 12

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

Options:

A.  

Any OPTIONAL plugins that are missing will be installed.

B.  

Any REQUIRED plugins that were already installed may be upgraded, depending on Beekeeper configuration options.

C.  

No operation will be performed on OPTIONAL plugins.

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 are missing will be Instated.

Discussion 0
Questions 13

On a Jenkins master, where would you configure tools like Maven, JDK, and Ant?

Options:

A.  

Manage Jenkins -> Global Tool Configuration

B.  

Build tools need to be configured manually on each agent.

C.  

Jenkins Nodes -> Install Tools

D.  

Manage Jenkins -> Configure System

Discussion 0