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

Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?

A.

Use an input step just before the deploy stage.

B.

This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.

C.

Create a separate Pipeline to run the deploy stage.

D.

Use a stage step just before the deploy stage.

How do you navigate to the matrix-based security section of Jenkins?

A.

Manage Jenkins -> Configure Global Security

B.

Manage Jenkins -> Configure System

C.

None of these

D.

Manage Jenkins -> Configure Global Options

You want to execute a Job passing one parameter via the Jenkins RFST API. The correct syntax for this is http: / /server/Job/ myjob_________.

A.

/build?Parameter =Value

B.

/buiWWithParameters?Parameter=Value

C.

/buildWithParameters

D.

/build?Parameters=Value

In a JUnit report, if we set the "Health report amplification factor" to 2 and there's a 1% failure, what's the health score?

A.

98%

B.

80%

C.

60%

D.

75%

You can use Jenkins' database to manage users.

A.

True

B.

False

What's the difference between an upstream project and a downstream project?

A.

An upstream project has more build steps

B.

An upstream project triggers a downstream project.

C.

A downstream project produces no artifacts.

D.

A downstream project triggers an upstream project.

What's a big priority of continuous integration?

A.

Automate only when necessary

B.

Making sure a manager approves every line of code

C.

Fixing broken builds

Making sure everyone gets to contribute the exact same amount

What interval syntax could I use to trigger a build 30 minutes after every hour?

A.

* * * * 30

B.

30 * * * *

C.

* * * H/30 *

D.

* 30 * * *

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.

What type of views can be configured in Jenkins?

A.

email

B.

notice

C.

emailext

D.

alert