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

CloudBees CJE - Certified Jenkins Engineer (CJE)

Page: 5 / 6
Total 186 questions

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.

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

A.

@daily

B.

H H * * *

C.

30 12 * * *

D.

All of these

You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access?

Choose 2 answers

A.

A Jenkins user's username and GitHub API token.

B.

An SSH key matching an entry in the authorized_keys file of the user account that the Jenkins master process runs "as".

C.

A Jenkins user's username and Kerberos token.

D.

An SSH key matching a Jenkins user's public key.

E.

A Jenkins user's username and password or API token.

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.

Which is not a function provided by the Jenkins CLI?

A.

db-dump

B.

restart

C.

who-am-i

D.

shutdown

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.

What's a benefit of incremental updates over a clean checkout?

A.

It ensures there are no mistakes

B.

None of these

C.

It's faster

D.

It's more thorough

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.

Your supervisor has asked you to explain to the company's development team how using Jenkins will implement continuous integration. You want to make sure the developers understand what that means to them. Which of the following is the most succinct explanation?

A.

The changes the team makes will be released to production at any time.

B.

The software development team will increase the frequency at which code changes are committed to the build, test, and deployment cycles.

C.

Software changes will now be added to an automated pipeline.

D.

Build time objectives will be targeted to take less than 60 minutes.

Which arc true when installing new plugins? Choose 2 answers

A.

If you check the "Enable rollbacks when upgrading" box, future updates to an the plugin can easily be rolled back when necessary.

B.

The previous public release of a plugin is installed for reliability instead of Installing the most recent public release.

C.

Most plugins can be Installed without stopping and starting Jenkins.

D.

You must install all required and optional dependencies before Installing the plugin with the plugin manager.

E.

If you are running Jenkins under an HTTP proxy, you must configure HTTP proxy access for the plugin manager before Installing or updating plugins.