Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

CJE PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CJE PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Certified Jenkins Engineer (CJE)
  • Last Update: May 4, 2024
  • Questions and Answers: 186
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CJE Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

CJE Practice Exam Questions with Answers Certified Jenkins Engineer (CJE) Certification

Question # 6

Over the last six months, a large number of projects have been added to Jenkins. You have been asked by your manager to do some cleanup by creating some list views. How would you go about creating these list views?

A.

All of these

B.

Using a regular expression pattern

C.

Explicitly set projects to view

D.

Explicitly set recursively in sub-folders

Full Access
Question # 7

Which of the following is not a default environment variable in a Jenkins project?

A.

START_TIME

B.

JOB_NAME

C.

NODE_NAME

D.

BUILD_NUMBER

Full Access
Question # 8

When you upgrade a plugin and find an issue in the new version, how ran you move hade to the previously installed version? Choose 2 answers

A.

Use the pluginManager.downgrade method in the script console.

B.

Select the version you want to use in the global configuration section for this plugin.

C.

Select one of the previous versions in the Plugin Manager.

D.

Manually download and install the previously installed version.

E.

Use the "downgradeplugin" command In the Jenkins CI I

F.

Use the button on the Plugin Manager that allows a downgrade to the previously installed version.

Full Access
Question # 9

Which is NOT a continuous integration best practice?

A.

Maintain a single source repository.

B.

Do everything manually with great care.

C.

Build every commit.

D.

Make the build self-testing.

Full Access
Question # 10

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

A.

Permissions to run jobs and Pipeline

B.

Credentials

C.

View definitions

D.

Plugins

E.

Pipeline shared libraries

Full Access
Question # 11

Which is not an option in the Install Wizard?

A.

Add SSH Credentials

B.

Add specific plugins

C.

Create an Admin user with username and password

D.

Add common plugins

Full Access
Question # 12

You are the administrator of a base Jenkins master with the recommended set of plugins installed. You want to protect the Jenkins master against malicious (or bad) usages of Groovy methods. You also want your users to be able to share their Pipeline code via Global Pipeline Libraries housed on a git repository under your company's Github Organization. Which of the following statements is TRUE?

A.

You should configure Global Pipeline Libraries at the Github Organization level: The libraries are running as "untrusted" code, allowing developers to run code on the Groovy sandbox.

B.

You should configufe Global Pipeline Libraries at the Pipeline level: The libraries are running as "untrusted" code, allowing developers to run code on the Groovy sandbox.

C.

You should not configure any Global Pipeline Libraries at all: The libraries are running as "trusted" code, allowing all developers to execute privileged methods.

D.

You should not configure any Global Pipeline Libraries at the folder level: The libraries are running as "trusted" code, allowing all developers to execute privileged methods.

Full Access
Question # 13

A Freestyle job has the configuration shown here:

CJE question answer

You run the following command from a Unix terminal: curl http: ///git/notifyCommit?

url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?

A.

It will not be triggered.

B.

It will be triggered if the polling detects a change In any git branch.

C.

It will be triggered if the polling detects a change In the git branch "master".

D.

It will be triggered if the polling detects a change in the git branch "development".

Full Access
Question # 14

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?

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

Full Access
Question # 15

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.

Full Access
Question # 16

You have started work on a project with Docker integration. What is the proper syntax to invoke a Docker agent?

A.

agent {docker ‘openjdk’}

B.

deploy { docker 'openjdk' }

C.

docker 'openjdk' { install: true }

D.

docker { agent 'openjdk:latest' }

Full Access
Question # 17

What programming language is Jenkins built in and is required to be installed prior to using Jenkins?

A.

Ruby

B.

Python

C.

Java

D.

.NET

Full Access
Question # 18

Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answers

A.

Manage plugins

B.

Define views

C.

Configure credentials

D.

Open Blue Ocean

E.

Configure Global Security

Full Access
Question # 19

What type of agent nodes are there?

A.

All of the others

B.

SSH

C.

Docker

D.

JNLP

Full Access
Question # 20

What best describes DevOps?

A.

None of these

B.

A pioneer in education

C.

An organizational culture where developers and operations are working in harmony

D.

The practice of developing optimal work practices

Full Access
Question # 21

What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstalled?

A.

Nothing happens. The data remains on the persisted form of the configuration until the next save of that Rem (job, etc.).

B.

It is deleted on the next restart of Jenkins.

C.

It Is deleted on the next configuration reload.

D.

It Is deleted Immediately.

E.

The data is backed up and then deleted from the live configuration.

Full Access
Question # 22

What types of notification integrations are there?

A.

Email

B.

All of these

C.

Slack

D.

HipChat

Full Access
Question # 23

Which of the following statements are TRUE about Jenkins Pipeline?

Choose 2 answers

A.

A Pipeline job must contain at least three stages.

B.

It is not possible to call a Freestyle Job from within a Pipeline Job.

C.

The Pipeline syntax supports running steps in parallel on different agents.

D.

When using a Multibranch Pipeline, Jenkins can automatically create Jobs for each branch in the source code repository.

E.

Pipeline jobs survive master restarts only If the Pipeline definition script Is checked into an SCM.

Full Access
Question # 24

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?

A.

/var/lib/jenkins/secrets/InitialAdminPassword

B.

/var/lib/jenkins/adminPassword

C.

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

D.

/home/jenkins/secrets/InitialAdminPassword

Full Access
Question # 25

What is Jenkins auditing?

A.

Ensuring licenses have been paid for and allocated appropriately

B.

Tracking system resources

C.

Tracking who did what on your Jenkins server

D.

Reviewing Build Failure rate

Full Access
Question # 26

Which practices optimize performance on large systems? Choose 2 answers

A.

Run all builds on agents and never on the master itself.

B.

Use the maximum number of executors at all times and avoid using labels.

C.

Avoid modifying Java parameters that control heap size and garbage collection.

D.

Use plugins as much as possible.

E.

Allocate specific masters for different build types and teams.

Full Access
Question # 27

How would you invoke a Docker agent?

A.

agent { label 'docker'}

B.

None of these

C.

agent { docker 'openjdk'}

D.

agent docker

Full Access