Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CloudBees CCJE - Certified CloudBees Jenkins Engineer (CCJE)

Page: 2 / 3
Total 89 questions

When running Cloud Bees Core on traditional platforms, what is the requirement regarding versions to successfully implement the High Availability feature?

A.

Each instance can have a different Jenkins version and a different JDK version as long as they all run on the same operating system version.

B.

All instances must run the same JDK version.

C.

All instances must be +/- one ma)or revision from each other.

D.

All instances must run the same Jenkins version and the same JDK version.

E.

All instances must run the same Jenkins version.

You are an administrator of a base Jenkins master with the recommended pluginset and you wantto 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 NOTbe able to see or access. Which of the following is I Kill assuming your users do not have admin rights?

A.

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

B.

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

C.

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.

D.

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

The main purpose of the Beekeeper Upgrade Assistant is to_________.

A.

Automatically install new CloudBees Core releases as soon as they are available.

B.

Provide information on the current status and configuration options of the CloudBees Assurance Program.

C.

Enforce and lock a specific configuration in the CloudBees Core instance defined by the administrator.

D.

Notify the user when a new CloudBees Core release is available.

Which keyword is used to group related parts of a Declarative Pipeline?

A.

group

B.

steps

C.

collect

D.

stage

E.

steps

Which of the following would correctly complete the sentence, "Continuous Integration is a _______ of Continuous Delivery"?

Choose 2 answers

A.

superset

B.

consolidation

C.

process definition

D.

requirement

E.

subset

In an architecture that includes an Operations Center and one or more Client Masters, you want to share an agent node for several Client Masters. What Is the best way to achieve this?

A.

Configure "Shared agents' In all CloudBees Core masters.

B.

Create an Item of type "Shared Agent" in the Operations Center.

C.

Configure a "Shared cloud" In al CloudBees Core masters.

D.

(Configure the same agent node In all CloudBees Core masters.

How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

A.

Enable the Declarative Pipeline 'enableFingerprints' 'option' .

B.

No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.

C.

Set the "fingerprint: true" argument for the archiveArtifacts() step.

D.

Call the fingerprintArtifact() step immediately after the archiveArtifacts() step.

E.

Set the Fingerprint Artifacts global configuration option.

In a Pipeline, the stage step_________.

A.

transfers artifacts to a staging server for testing

B.

can be used to group a number of other steps into a logical unit for display

C.

prepares a test environment in Jenkins

D.

collects a set of artifacts that can be referenced in a later Pipeline step

When the ‘’Allow automatic upgrades of plugins on restart" option is enabled, what will Beekeeper Upgrade Assistant try to do on every restart?

A.

Upgrade every plugin in the system to the latest available version.

B.

Upgrade to a new version of CloudBees Core if it is available.

C.

Upgrade every plugin In the CAP Collectionto the version defined by CAP.

D.

Replace every plugin in the system with the version defined by CAP.

You need to automate the deployment of 20 base Jenkins masters. For this, you set the system property Jenkins, install .runSetupWizard to the value "false".

Which is TRUE aboutyour Jenkins masters?

A.

No default administrator account Is created; you have to configure security manually.

B.

A default administrator account is created with username "admin" and password from the fie

JENKINS_HOME/secret/initialAdminPassword.

C.

A default administrator account is created with user name "admin" and password "admin".

D.

A default administrator account Is created and you cannot re-enable security.