Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

CCJE Sample Questions Answers

Questions 4

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.

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

C.

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

D.

Each pipeline must have a global agent specification.

E.

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

Buy Now
Questions 5

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

Options:

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.

Buy Now
Questions 6

The main purpose of the Beekeeper Upgrade Assistant is to_________.

Options:

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.

Buy Now
Questions 7

In Jenkins, a trigger commonly refers to a mechanism that automatically_______.

Options:

A.

starts the build of a job

B.

updates plugins

C.

sends notification once the build is completed

D.

detects code changes in the repository

Buy Now
Questions 8

Which metric is not offered in the metrics plugin?

Options:

A.

Number of plugins instated on the Jenkins instance.

B.

The number of users registered on the Jenkins instance.

C.

The memory used to run the Jenkins instance.

D.

Number of Jobs in the build queue.

E.

HTTP requests received by the Jenkins instance.

Buy Now
Questions 9

Which are ways to influence the number of build artifacts that can be archived? Choose 2 answers

Options:

A.

unit build data using the job setting "Discard old builds".

B.

Change the order of jobs in the pipeline.

C.

Gear the Jenkins cache.

D.

Increase the size of the JENKINS.HOME partition/logical volume.

E.

Make sure you regularly delete unused views.

Buy Now
Questions 10

Which statements about a Distributed Version Control System are correct?Choose 2 answers

Options:

A.

It makes it easy to fork and merge code.

B.

It requires a central server and a standby server.

C.

It requires one server in each location.

D.

It requires fast network access for dairy work.

E.

It operates without a central server.

Buy Now
Questions 11

Using the CloudBees Folders Plus plugin, which can you restrict in a folder?

Choose 2 answers

Options:

A.

Builds to controlled agents (slaves).

B.

Total number of jobs.

C.

Maximum number of failed jobs allowed.

D.

Job types that are allowed.

E.

Available plugins.

Buy Now
Questions 12

On a Jenkins master, where would you configure tools like Maven, JDK, and Ant?

Options:

A.

Manage Jenkins -> Global Tool Configuration

B.

Build tools need to be configured manually on each agent.

C.

Jenkins Nodes -> Install Tools

D.

Manage Jenkins -> Configure System

Buy Now
Questions 13

Which of these tasks are ONLY available from the "Manage Jenkins" page?

Choose 2 answers

Options:

A.

Manage plugins

B.

Open Blue Ocean

C.

Define views

D.

Configure credentials

E.

Configure Global Security

Buy Now
Questions 14

As an administrator, you want to prevent your users from running builds on a specific agent without preventing them fromconfigurejobs. On CloudBees Core, which option allows you to do that?

Options:

A.

Associate the agent with a folder using the Controlled Agents feature, to limit the builds the agent will run to those in that folder.

B.

Enable the Managed Agents feature for the folder containing the jobs the agent is allowed to run.

C.

Create a folder with the same name as the agent, and check "Limit execution of builds on agent [NAME] to jobs in this folder".

D.

Remove the users' permission to change the label expression of the jobs.

Buy Now
Questions 15

Your teams share one Jenkins master. How can you prevent one team from changing the Jobs of another team?

Options:

A.

Define team specific folders and restrict edit access to team members.

B.

You cannot. Each team must use a separate master.

C.

You do not need to do anything. Job editing is restricted to team members by default.

D.

Define team-specific views and set the initial view to the team-specific view.

Buy Now
Questions 16

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?

Options:

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.

Buy Now
Questions 17

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 Globa Pipeline Libraries housed on a git repository under your company's Github Organization. Which of the following statements is TRUE?

Options:

A.

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

B.

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.

C.

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

D.

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

Buy Now
Questions 18

What Is the most efficient way to configure an environment variable that is needed for several pipelines and/or fobs?

Options:

A.

Download the value from a URL during the build itself.

B.

Define the environment variable in a shared library function that each Job calls.

C.

Set the environment variable on each pipeline or Job.

D.

Define the environment variable on the Operations Center so it is available to all pipelines and Jobs, whereever they run in the duster.

E.

Put all the pipelines and Jobs on one master or in one folder and set the environment variable in that master or folder.

Buy Now
Questions 19

In which situations can the REST API be used?

Choose 3 answers

Options:

A.

Modifying the authorization strategy configuration.

B.

Administering Jenkins' global configuration.

C.

Creating/copying jobs.

D.

Triggering a new build.

E.

Retrieving information from Jenkins for programmatic consumption

Buy Now
Questions 20

Which features are provided through the Folders Plus plugin?

Choose 3 answers

Options:

A.

Provide environment variables that will be available during builds.

B.

Display the worst status for a job inside the folder.

C.

Provide an icon for the folder using a URL.

D.

Count jobs with different statuses.

Buy Now
Questions 21

When using SSH to launch an agent, which are required? Choose 2 answers

Options:

A.

OpenSSL must be instated on the agent.

B.

The agent's SSH Public Key must be in the master's authorized keys.

C.

The pubic key of the credential that is used for the agent must be installed on the agent.

D.

You must log into the agent with SSH and start the agent.

E.

SSHD must be installed on the agent.

Buy Now
Questions 22

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

Options:

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.

Buy Now
Questions 23

Which of the following statements are TRUI about Global Pipeline Libraries Groovy scripts? Choose 2 answers

Options:

A.

They can be stored on an NFS shared folder of your infrastructure.

B.

They can be stored on the Jenkins master, inside the JENKINS.HOME/.globallibrary folder.

C.

They can be stored by the Jenkins administrators, using a custom Job manager.

D.

They can be stored on a git repository hosted by the Jenkins master.

E.

They can be stored on an external SVN repository.

Buy Now
Questions 24

What does the m# of executors’’ field on the Jenkins master control?

Options:

A.

Maximum number of Jobs which can be run concurrently on attached agents.

B.

Number of CPU cores configured for this master.

C.

Number of Java threads that can run Jenkins Jobs.

D.

Number of Jobs that can execute simultaneously on the Jenkins master.

E.

Number of external build agents that can be used for Jobs run on this Jenkins master.

Buy Now
Questions 25

Which of the following "agent" directives are not valid in Declarative Pipeline?

Options:

A.

agent {dockerfile {filename * Dockerfile' }}

B.

agent docker

C.

agent none

D.

agent { label " linux }

E.

agent { docker ' centos: latest ' }

Buy Now
Questions 26

Fingerprinting artifacts is the process of:

Options:

A.

Building, testing, and deploying the selected files to production environment.

B.

Creating an archive file of the selected artifacts.

C.

Recording the MD5 checksum of the selected artifacts.

D.

Enabling access passwords for the selected artifacts.

Buy Now
Exam Code: CCJE
Exam Name: Certified CloudBees Jenkins Engineer (CCJE)
Last Update: May 14, 2024
Questions: 89
$64  $159.99
$48  $119.99
$40  $99.99
buy now CCJE