Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which metric is not offered in the metrics plugin?

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.

Full Access
Question # 5

Which Jenkins job status indicates that tests failed?

A.

Unstable

B.

Success

C.

Aborted

D.

Failure

E.

Not Built

Full Access
Question # 6

What is the recommended plugin to use for building Pipelines on Jenkins?

A.

Join plugin

B.

Job DSL plugin

C.

Build Pipeline plugin

D.

Promoted Builds plugin

E.

Pipeline plugin (previously named "Workflow")

Full Access
Question # 7

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.

Full Access
Question # 8

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.

Full Access
Question # 9

How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?

A.

The Jenkins CL1 can only start builds without parameters.

B.

Set the jenkins_parameters environment variable.

C.

Append --parameter-KEY-Value to the command line.

D.

Create a file containing KEY=Value pairs (one per line) and use the --parameters file command line argument.

E.

Append #KEY-Value to the command line.

F.

Append -p KEY=Value to the command line.

Full Access
Question # 10

Which of the following are true about the structure of a Declarative Pipeline?Choose 2 answers

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.

Full Access
Question # 11

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

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.

Full Access
Question # 12

Which are valid command-line options for the Java command that runs Jenkins as a stand alone application? Choose 3 answers

A.

--logfile -- Specify the path for the Jenkins log fie.

B.

--installPlugin - Install a new plugin.

C.

--Idap -- Specify an LDAP server location to use for user authentication.

D.

-prefix - Spedfy a string to be added at the end of the URL for this instance.

E.

--httpPort -- Specify the port on which Jenkins Iistens.

Full Access
Question # 13

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

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.

Full Access