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

In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?

A.

Build

B.

Build Environment

C.

Source Code Management

D.

Build Triggers

E.

Post-build Actions

What does a flashing build icon in the Build History indicate?

Choose 3 answers

A.

A groovy script needs to be approved.

B.

A build is waiting for Input.

C.

The build is waiting for an executor to be available.

D.

An agent is being spawned.

You are working on a project that will build a Docker image. When the job completes it needs to trigger a build to deploy a container to your development environment for integration testing. How would you go about triggering the second build?

A.

You could use the Parameterized Trigger Plugin to trigger from an upstream project.

B.

Both "Triggered by another project" and the "Parameterized Trigger Plugin"

C.

Use the run() function passing the downstream projects name from within an upstream project build step.

D.

In the downstream build, you can select "Triggered by another project"

What's not true about a build executor?

A.

The default number of executors on a node is 4.

B.

You can run many of them in parallel.

C.

They can run on the master.

D.

It runs projects dictated by Jenkins.

What's a benefit of incremental updates over a clean checkout?

A.

It ensures there are no mistakes

B.

None of these

C.

It's faster

D.

It's more thorough

Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers

A.

Jenkins can be restarted while a build is In progress without impacting the build.

B.

Job definition can be loaded from the Source Code Management system at build time.

C.

No extra plugins must be installed.

D.

Builds can be parameterized.

E.

Builds can be triggered with millisecond granularity.

What is an SCM?

A.

Source Code (or Control) Management

B.

Structural Code Machine

C.

Super Core Management

D.

None of the above

Which is not a common stage of CI/CD?

A.

Deploy

B.

Test

C.

Build

D.

Kill

What's a fingerprint?

A.

User tracking in Jenkins

B.

The size of an artifact in bytes

C.

An md5sum for an artifact that's tracked between projects

D.

The name of a file

You are given the task to install Jenkins and its prerequisites as part of an initiative toimplement CI/CD. After installing the operating system, you will need to make sure what language is available for Jenkins to utilize before you can successfully install it?

A.

Perl

B.

Python

C.

Ruby

D.

Java