Pass the CloudBees Jenkins Engineer CJE Questions and answers with CertsForce

Viewing page 2 out of 6 pages
Viewing questions 11-20 out of questions
Questions # 11:

In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding "orphaned" job removed?

Options:

A.

All orphaned jobs that match the "Orphaned Item Strategy" are cleaned up automatically every 24 hours.


B.

All orphaned jobs are cleaned up every time the Multibranch project is saved.


C.

All orphaned jobs that match the "Orphaned Item Strategy" configuration are cleaned up on every branch re-index process.


D.

All "orphaned" jobs are cleaned up on every branch re-Index process.


Expert Solution
Questions # 12:

How do you configure notifications in a Jenkinsfile?

Options:

A.

emailext


B.

notice


C.

email


D.

alert


Expert Solution
Questions # 13:

Where does the Jenkinsfile live?

Options:

A.

/var/lib/jenkins


B.

/etc/jenkins


C.

With your source code


D.

None of these


Expert Solution
Questions # 14:

Your organization has been carefully and painstakingly performing builds on specific commits which the development team deems as releases or release candidates and subsequently only testing major releases. You have been placed in charge of a new project in which continuous integration is the primary goal. Which part of your organization's existing process do you need to modify in the furtherance of the goal of continuous integration?

Options:

A.

Building every commit.


B.

Maintaining a single source repository.


C.

Building everything manually with great care.


D.

Making Builds Self-Testing.


Expert Solution
Questions # 15:

Which arc true when installing new plugins? Choose 2 answers

Options:

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.


Expert Solution
Questions # 16:

A unit test_________.

Options:

A.

tests an Individual unit a component


B.

verifies cross-functionalities


C.

verifies that the complete software matches the specifications it was written to fulfill


D.

is written when an Integration or multi-environment bog is fixed


Expert Solution
Questions # 17:

What directive do you use for a declarative pipeline?

Options:

A.

config {..}


B.

project {..}


C.

pipeline {..}


D.

test {..}


Expert Solution
Questions # 18:

What's an example of a cloud-based SCM?

Options:

A.

GitHub


B.

Atlassian BitBucket


C.

All of these


D.

AWS CodeCommit


Expert Solution
Questions # 19:

During a proposal, you need to quickly retrieve configuration for a demo of a project named “My Freestyle Project”, which is in the "Freestyles" folder, in a neat and easily-readable XML format using a REST API call. What is the correct syntax for the call?

Options:

A.

http://:8080/job/My%20Freestyle%20Project/config.xml


B.

http://:8080/job/Freestyles/job/My%20Freestyle%20Project/config.xml


C.

http://:8080/job/Freestyles/job/My%20Freestyle%20Project/project.xml


D.

http://:8080/job/My%20Freestyle%20Project/project.xml


Expert Solution
Questions # 20:

You want to deploy a Jenkins pipeline, but you are concerned about the total amount of time it will take for the deployment to complete, and you aren't concerned with files left in the working directory after a build. What should you do?

Options:

A.

Tune the "timer" section for the project.


B.

Choose not to use a clean checkout.


C.

There's no way to reduce the time


D.

Use a clean checkout.


Expert Solution
Viewing page 2 out of 6 pages
Viewing questions 11-20 out of questions