New Year Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

CJE Certified Jenkins Engineer (CJE) Questions and Answers

Questions 4

What's the commonly used Java code coverage plugin?

Options:

A.

Maven

B.

Cobertura

C.

Ant

D.

Gradle

Buy Now
Questions 5

Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answers

Options:

A.

Permissions to run jobs and Pipeline

B.

Credentials

C.

View definitions

D.

Plugins

E.

Pipeline shared libraries

Buy Now
Questions 6

What type of views can be configured in Jenkins?

Options:

A.

email

B.

notice

C.

emailext

D.

alert

Buy Now
Questions 7

A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 executors. 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?

Options:

A.

There are not enough idle executors available on agent A.

B.

Changes were made to this job's configuration while this Job had builds in the build queue.

C.

Each build in the build queue must be manually attached to an available executor.

D.

The "Execute concurrent builds if necessary option in the job configuration has reached Its user-defined maximum.

Buy Now
Questions 8

How do you configure notifications in a Jenkinsfile?

Options:

A.

emailext

B.

notice

C.

email

D.

alert

Buy Now
Questions 9

You are interested in integrating CI/CD in your work environment, but your team lead and several of your team members do not understand the concept. Your boss believes that continuous delivery will mean that someone (namely, you) will need to be on-call around the clock for constant monitoring and deployment of new code. You have a two-minute window to quickly explain what continuous delivery means. Out of the following answers, what is the clearest and most succinct correct answer?

Options:

A.

Continuous delivery means code will be tested and promoted to production environment automatically

B.

Continuous delivery is magic, and Jenkins will make everything work without having to worry about it much.

C.

You're right. Give me the on-call schedule.

D.

Continuous delivery is a software development discipline where software is built so that it can be released to production at any time, while continuous deployment means it is released into production continuously. CI/CD is meant to shorten the amount of time needed for QA while empowering developers to keep code as up-to-date as possible

Buy Now
Questions 10

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

Options:

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.

Buy Now
Questions 11

What is the default directory where a build takes place?

Options:

A.

The Workspace directory.

B.

The Builds directory in the Job.

C.

The JENKINS_HOME directory.

D.

The user's home directory.

Buy Now
Questions 12

You can set permissions for anonymous users with matrix-based security.

Options:

A.

False

B.

True

Buy Now
Questions 13

You are given the task to install Jenkins and its prerequisites as part of an initiative toimplement CI/CD. After installing the operating system, you will need to make sure what language is available for Jenkins to utilize before you can successfully install it?

Options:

A.

Perl

B.

Python

C.

Ruby

D.

Java

Buy Now
Questions 14

What is the Plugin Manager?

Options:

A.

An employee on a DevOps project that ensures all systems are functional

B.

The UI to install and configure plugins in the Jenkins WebGUI

C.

None of these

D.

A command line interface for adding documentation to Jenkins

Buy Now
Questions 15

What's an example of a cloud-based SCM?

Options:

A.

GitHub

B.

Atlassian BitBucket

C.

All of these

D.

AWS CodeCommit

Buy Now
Questions 16

In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?

Options:

A.

Build times decrease.

B.

User interface becomes slower as resources on the master run out.

C.

The builds share SCM checkouts

D.

Masters are more highly available.

Buy Now
Questions 17

Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers

Options:

A.

Any Pipeline DSL code that Implements complex computational tasks must be located outside any stage block.

B.

Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.

C.

Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.

D.

Each pipeline must have a global agent specification.

E.

All stages in a Pipeline must execute on the same type of agent.

Buy Now
Questions 18

You have now been given charge over an existing Jenkins system install that was previously started by a colleague who is gone on a business trip. He left it in the install wizard phase. Unfortunately, your colleague did not note the initialAdminPassword. Where on the systemwould this be located?

Options:

A.

/var/lib/jenkins/secrets/InitialAdminPassword

B.

/var/lib/jenkins/adminPassword

C.

/var/lib/jenkins/workspace/secrets/InitialAdminPassword

D.

/home/jenkins/secrets/InitialAdminPassword

Buy Now
Questions 19

Which is not a function provided by the Jenkins CLI?

Options:

A.

db-dump

B.

restart

C.

who-am-i

D.

shutdown

Buy Now
Questions 20

What does the Build Queue contain?

Options:

A.

Pull requests

B.

Disabled projects

C.

Scripts waiting approval

D.

Builds waiting for an executor

Buy Now
Questions 21

What's the SDLC?

Options:

A.

Sloan Digital Legal Conference

B.

Super Digital Life Chain

C.

None of these

D.

Software Development Life Cycle

Buy Now
Questions 22

Which isn't a common Jenkins build tool?

Options:

A.

Ant

B.

Excel

C.

Docker

D.

Gradle

Buy Now
Questions 23

What's a fingerprint?

Options:

A.

User tracking in Jenkins

B.

The size of an artifact in bytes

C.

An md5sum for an artifact that's tracked between projects

D.

The name of a file

Buy Now
Questions 24

Freestyle job configurations provide a post-build action that allows you to build other projects after a build of this job. Which trigger conditions are supported?

Choose 3 answers

Options:

A.

Trigger even if the build fails.

B.

Trigger only if the build succeeds during working hours.

C.

Trigger only if the build produces artifacts.

D.

Trigger only if the build succeeds.

E.

Trigger even if the build is unstable.

Buy Now
Questions 25

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

Options:

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.

Buy Now
Questions 26

What types of notification integrations are there?

Options:

A.

Email

B.

All of these

C.

Slack

D.

HipChat

Buy Now
Questions 27

You need to grant permissions, via matrix-based security, to run a specific command in a Jenkins pipeline. The project parameters will not allow you to create a specific user to run this task, and you have no relevant groups. Which of the following is an option?

Options:

A.

Either creating a group or reassigning the user will work.

B.

Create a group, add an existing user to the task, and grant permissions to that group

C.

Set permissions in Jenkins to allow anonymous users to run the command

D.

Change the workflow to require an existing user to run the task, and assign permissions to that user.

Buy Now
Exam Code: CJE
Exam Name: Certified Jenkins Engineer (CJE)
Last Update: Dec 22, 2024
Questions: 186

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99