Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Certified Jenkins Engineer (CJE)

Last Update 17 hours ago Total Questions : 186

The Certified Jenkins Engineer (CJE) content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include CJE practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CJE exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CJE sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Jenkins Engineer (CJE) practice test comfortably within the allotted time.

Question # 21

What ' s the difference between pushing and pulling code from a CI perspective?

A.

Pulling is more efficient.

B.

When the source informs the build system of a code change, that ' s pushing. When the build system asks if there are changes to the source code, that ' s pulling

C.

Pushing uses more resources.

D.

When the source informs the build system of a code change, that ' s pulling. When the build system asks if there are changes to the source code, that ' s pushing

Question # 22

Which keyword is used to group related parts of a Declarative Pipeline?

A.

collect

B.

step

C.

stage

D.

steps

E.

group

Question # 23

How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

A.

CaII the fingerprintArtifact() step immediately after the archiveArtifacts( ) step.

B.

Enable the Declarative Pipeline ' enableFingerprints ' ' option ' .

C.

Set the Fingerprint Artifacts global configuration option.

D.

Set the " fingerprint: true " argument for the archiveArtifactsQ step.

E.

No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.

Question # 24

Which plugin provides Git hook functionality?

A.

Both the Git and GitHub Plugins

B.

The GitHub Plugin

C.

The Git Plugin

D.

None of these

Question # 25

What ' s an example of SCM software?

A.

Jenkins

B.

Subversion

C.

Git

D.

Both Git and Subversion

Question # 26

What interval syntax could I use to trigger a build every 15 minutes?

A.

* * * * H/15

B.

* * 15 * *

C.

H/15 * * * *

D.

15 * * * *

Question # 27

What does a flashing build icon in the Build History indicate?

Choose 3 answers

A.

A groovy script needs to be approved.

B.

A build is waiting for Input.

C.

The build is waiting for an executor to be available.

D.

An agent is being spawned.

Question # 28

You ' re at a job interview and the interviewer looks at you, trying to make you nervous. He looks down at his paper, looks up at you and asks, " How would you describe continuous integration? " You think to yourself. Which of the following answers is best?

A.

Building in 60 minutes or less.

B.

A software development discipline where software is built so that it can be released to production at any time.

C.

A software development discipline where software is released continuously as part of an automated pipeline.

D.

A software development practice where contributors are integrating their work very frequently.

Question # 29

Which of the following is true about resuming a Declarative Pipeline?

A.

All Declarative Pipelines are restartable by default, with the same inputs (commit to build, parameters, etc) as the original run. Any data that built in the original run is available only if the preserveStashes() option is specified in the Jenkinsfile.

B.

Declarative Pipelines cab be restarted after a Jenkins failure but not after a transient outage (such as a network failure or disk space exhaustion)

C.

Declarative Pipelines that use Docker containers can not be resumed because the docker APIs that Jenkins calls to create the container are not senalized.

D.

A DeclaraDve Pipeline can be restarted only if the preserveStashes() option is set in the pipeline.

E.

Declarative Pipelines can be resumed only after a transient outage (such as a network failure orfefisk space exhaustion).

Question # 30

You want to deploy a Jenkins pipeline, but you are concerned about the total amount of time it will take for the deployment to complete, and you aren ' t concerned with files left in the working directory after a build. What should you do?

A.

Tune the " timer " section for the project.

B.

Choose not to use a clean checkout.

C.

There ' s no way to reduce the time

D.

Use a clean checkout.

Go to page: