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

What's a functional test?

A.

It tests against the product specifications.

B.

It tests the functionality of the project as a whole.

C.

It tests components coming together

D.

It tests a small piece of functionality, usually at the class method level.

What is a code coverage test?

A.

It tests components coming together

B.

It tests against the product specifications.

C.

It tests a small piece of functionality, usually at the class method level.

D.

It tests how well your code is tested.

What is the Plugin Manager?

A.

An employee on a DevOps project that ensures all systems are functional

B.

The UI to install and configure plugins in the Jenkins WebGUI

C.

None of these

D.

A command line interface for adding documentation to Jenkins

How can you organize Jenkins projects (or jobs)?

A.

Folders

B.

Relational databases

C.

Folders and views

D.

Views

Which job type Is always available In Jenkins without additional plugins?

A.

Ant project

B.

Make project

C.

Grade project

D.

Pipeline project

E.

Freestyle project

Which menu option do you select to add a pipeline or other project?

A.

Credentials

B.

My Views

C.

New Item

D.

Manage Jenkins

What is Ant?

A.

A Java build tool

B.

None of these

C.

An acceptance testing platform

D.

A unit testing tool

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.

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

C.

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

D.

Each pipeline must have a global agent specification.

E.

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

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

A.

It makes It easy to fork and merge code.

B.

It requires one server in each location.

C.

It requires a central server and a standby server.

D.

It requires fast network access for daily work.

E.

It operates without a central server.

What types of notification integrations are there?

A.

Email

B.

All of these

C.

Slack

D.

HipChat