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 3 hours ago Total Questions : 186

The Certified Jenkins Engineer (CJE) content is now fully updated, with all current exam questions added 3 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 # 31

Pipelines often require access to protected resources such as servers, databases, and SCMs. Without using an external credentials manager, which of the following provides the most secure centralized mechanism for managing the " secrets " that Jenkins requires to login/authenticate (for example: keys, tokens, passwords)?

A.

Store the secrets on the Jenkins master using the Credentials plugin.

B.

Include the secrets In the home directory of the Jenkins agent account.

C.

Store the secrets required in the SCM alongside the application source code.

D.

Embed secrets into the build and deployment scripts invoked by the job.

E.

Store the secrets as Node Properties for each agent definition.

Question # 32

Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?

A.

Because executors cannot be allocated on the master.

B.

Because executors offloaded onto build nodes are not performant.

C.

Because it prevents the CPU being overloaded during parallel polls.

D.

Because it prevents builds from overloading a master ' s CPU/memory.

E.

Because builds cannot be run In parallel on a master.

Question # 33

What type of views can be configured in Jenkins?

A.

email

B.

notice

C.

emailext

D.

alert

Question # 34

Where is the initialAdminPassword stored on the system?

A.

/tmp/Jenkins/

B.

/var/lib/jenkins/secrets/

C.

/usr/lib/jenkins/password/

D.

/opt/jenkins/

Question # 35

In order to send email notifications on build completion using Jenkins ' built in mail functionality, which TWO of the following must be true?

A.

The job must be configured to send email.

B.

Jenkins must be successfully configured to point to a mail server.

C.

Jenkins must be directly connected to the Internet.

D.

Jenkins must have a unique email address.

E.

Sendmail must be Installed and running on the same machine as Jenkins.

Question # 36

Your team is working on a new project to build a CI/CD pipeline for your Docker containers. You have discovered a new plugin to help with your image build. Where would you navigate to install this new plugin?

A.

There is no graphical Plugin Manager

B.

Dashboard Left Panel - > Manage Jenkins - > Configure System - > Manage Plugins

C.

None of these

D.

Dashboard Left Panel - > Manage Jenkins - > Manage Plugins

Question # 37

Yon are an administrator of a base Jenkins master with the recommended plugin set and you want to connect a new agent using SSH. Authentication on the remote node that will host the agent is done with an SSH key pair which your users must NOT be able to see or access. Which of the following is TRUE assuming your users do not have admin rights?

A.

Use a credential " SSH Username with private key " , restricted to the Scope " System " , for the node ' s SSH authentication.

B.

You cannot use an SSH key-pair. Configure a password for the agent ' s SSH user, and create a credential of type " Username with password " for the node ' s SSH authentication.

C.

Use a credential " SSH Username with private key " , restricted to the Scope " Agents " , for the node ' s SSH authentication.

D.

The SSH key will be stored in the JENKINS_HOME/.ssh folder. Configure the agent to use a key from the " standard " SSH folder.

Question # 38

You were down in the data center working on something else and received a phone call to make a change on the Jenkins server. As the rack does not have sufficient power or internet for you to plug in your laptop, you decide to just use the console on the server itself. How would you access the CLI?

A.

All of these

B.

java -jar /var/lib/jenkins/jenkins-cli.jar -s http://localhost:8080/

C.

jenkins

D.

jcli

Question # 39

You ' re setting up a folder config in Jenkins, and you set a couple of items called " child item with worst health " and " recursive. " A colleague turns to you, since you know the answers to the rest of his questions, and asks you, " how do I determine the health of the folder with those items set?What ' s your answer?

A.

Only top scoped projects will determine the health of a folder.

B.

I don ' t know. Ask someone else.

C.

Items in nested sub-folders are used to calculate the folders health.

D.

Don ' t be silly. Folder ' s don ' t have health.

Question # 40

Which is not a common stage of CI/CD?

A.

Deploy

B.

Test

C.

Build

D.

Kill

Go to page: