Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

CloudBees CJE - Certified Jenkins Engineer (CJE)

Page: 1 / 6
Total 186 questions

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.

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

A.

* * * * H/15

B.

* * 15 * *

C.

H/15 * * * *

D.

15 * * * *

Which step is NOT part of a traditional continuous integration workflow?

A.

Add or change tests as necessary

B.

Checkout from an SCM.

C.

Update with latest code from the mainline.

D.

Ask your manager for permission to commit code.

What interval syntax could I use to trigger a build 30 minutes after every hour?

A.

* * * * 30

B.

30 * * * *

C.

* * * H/30 *

D.

* 30 * * *

How can you organize Jenkins projects (or jobs)?

A.

Folders

B.

Relational databases

C.

Folders and views

D.

Views

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

Jenkins, along with several other automation platforms, provides developers and operators with tools that allow them to automate the deployment of environments with preconfigured source code, including the CI pipeline. What is this called?

A.

Continuous Integration

B.

Continuous Deployment

C.

Continuous Delivery

D.

Infrastructure as Code

Which are commonly referenced as key points of CI?

Choose 3 answers

A.

Automated deployment to the production environment.

B.

Collaboration among Dev, QA and Ops.

C.

Automated tests after each commit

D.

Automated builds after each commit.

E.

Frequent commits to source code repository.

You are using a base Jenkins master in production with the recommended set of plugins.

The administrators have configured a Global Pipeline Library named "common-libs", stored in a git repository, with the configuration shown in the exhibit above.

You have a Pipeline job at the root of the Jenkins dashboard, whose script starts with the annotation @LibraryCcommon-libs') _

You want to test this Pipeline job with a beta version of the Global Pipeline Library "common-libs", stored on the branch named ‘’edge’’ the git repository.

Which of the following statements are TRUE? Choose 2 answers

A.

Replace the @ Library ('common- lib. ' _ annotation with QLibrary('common-libs@edge') and run the job again.

B.

Duplicate the Pipeline job in a folder with a local Global Pipeline Library referencing the git repository on the "edge" branch, and change libs') _ annotation to ^Library ('common-libs: edge1) Replace the ommon-libs1) _ annotation with ^Library (' common -libs: edge') _ and run the job again.

C.

Duplicate the pipeline job in a folder with a local Global Pipeline Library referencing the git repository on the "edge" branch, and change its

annotation to ^Library (' common - libs@edge' )

D.

A Jenkins test instance with the same configuration as the production Jenkins master can be used to achieve this, giving yourself administrator

rights to configure the "edge" branch on the Global Configuration.

E.

You cannot do this on this Jenkins instance.

In a JUnit report, if we set the "Health report amplification factor" to 3 and there's a 10% failure, what's the health score?

A.

98%

B.

70%

C.

75%

D.

60%