wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CloudBinary_Jenkins_Quiz- 1

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

What do you mean by Jenkins?

a)

Jenkins is an open source Continuous and Integration.

b)

Jenkins is an open source Continuous Integration and Continuous Delivery Tool.

c)

Jenkins is an open source Continuous and only Continuous Delivery Tool.

d)

None of these

2.

Which of the following plugins is commonly used for integrating Jenkins with version control systems like Git?

a)

Jenkins Artifactory plugin

b)

Jenkins Docker plugin

c)

Jenkins Git plugin

d)

Jenkins SonarQube plugin

3.

What is the difference between Jenkins Master and Jenkins Slave?

a)

Jenkins Master is used for local builds, while Jenkins Slave is used for cloud-based builds

b)

Jenkins Master is responsible for building the software, while Jenkins Slave is responsible for testing it

c)

Jenkins Master is a component of Jenkins, while Jenkins Slave is a separate tool

d)

Jenkins Master is the central server, while Jenkins Slave is a remote agent

4.

What is the Jenkinsfile?

a)

A file used to configure Jenkins plugins

b)

A file used to define a Jenkins Pipeline

c)

A file used to configure Jenkins nodes

d)

A file used to define Jenkins user roles

5.

Which of the following is not a Jenkins plugin?

a)

Git

b)

Maven

c)

Jenkinsfile

d)

Slack

6.

What is the default port number for the Jenkins web interface?

a)

8080

b)

8000

c)

9090

d)

8888

7.

In a Linux environment, where is the default Jenkins home directory located?

a)

/opt/jenkins

b)

/var/lib/jenkins

c)

/home/jenkins

d)

/etc/jenkins

8.

What is Blue Ocean in Jenkins?

a)

A Jenkins theme

b)

A Jenkins plugin A graphical user interface for Jenkins pipelines

c)

A Jenkins plugin

d)

A Jenkins authentication method

9.

What is the purpose of the Jenkins dashboard?

a)

Managing user accounts

b)

Viewing and managing build jobs

c)

Writing pipeline scripts

d)

Debugging code

10.

What does SCM stand for in the context of Jenkins?

a)

Source Code Management

b)

System Control Module

c)

Software Configuration Management

d)

Scripted Code Markup

11.

After the initial installation, where can you find the Jenkins initial administrative password for setup?

a)

/var/log/jenkins/jenkins.log

b)

/var/lib/jenkins/secrets/initialAdminPassword

c)

/etc/jenkins/secrets/password

d)

/opt/jenkins/initial-password

12.

What is a Jenkins "job"?

a)

A programming language

b)

A unit of work or task that can be executed by Jenkins

c)

A type of server

d)

A version control system

13.

What is the primary programming language used for writing Jenkins plugins?

a)

Python

b)

Ruby

c)

Groovy

d)

Java

14.

Which operating system is supported by Jenkins for installation and operation?

a)

Windows

b)

Linux

c)

macOS

d)

All of the above

15.

What is the purpose of Jenkins Blue Ocean?

a)

It is a plugin for Jenkinsfile syntax highlighting.

b)

It provides a modern, visual approach to pipeline creation and management.

c)

It is a version control system integrated with Jenkins.

d)

It is a tool for managing Jenkins configurations.

16.

Which Jenkins feature allows you to define and manage environmental variables for your jobs?

a)

Jenkins Configurator

b)

Jenkins Variables

c)

Jenkins Environment

d)

Jenkins Build Parameters

17.

Which Linux command is used to start the Jenkins service manually?

a)

service jenkins start

b)

systemctl start jenkins

c)

start jenkins

d)

jenkins --start

18.

How does Jenkins help in Continuous Integration?

a)

By automating the process of merging code changes.

b)

By manually reviewing and approving every code change.

c)

By preventing any code changes from being merged.

d)

By allowing only nightly builds.

19.

What is the preferred way to install Jenkins on a Windows system?

a)

Using the Windows Installer (MSI)

b)

Running a Bash script

c)

Downloading and extracting a ZIP file

d)

Installing through Chocolatey package manager

20.

Which version of Java is recommended for Jenkins installation on Windows?

a)

Java 5

b)

Java 6

c)

Java 7

d)

Java 8 or later

21.

What is the purpose of the Jenkins service in a Windows environment?

a)

Jenkins service is used for managing Jenkins configurations.

b)

Jenkins service is the owner of Jenkins installation files.

c)

Jenkins service is responsible for executing Jenkins jobs.

d)

Jenkins service is used for database connections.

22.

Why is it important to set the JAVA_HOME environment variable before installing Jenkins?

a)

To configure the Jenkins port

b)

To define the Jenkins home directory

c)

To locate the Java executable

d)

To set up Jenkins user permissions

23.

After starting the Jenkins service on Windows, where do you navigate to access the Jenkins web interface?

24.

Which command is commonly used to add the Jenkins repository key on a Linux system?

a)

wget

b)

dpkg

c)

curl

d)

rpm

25.

How can you restart the Jenkins service after making configuration changes on a Linux system?

a)

sudo service jenkins restart

b)

sudo systemctl restart jenkins

c)

sudo init.d/jenkins restart

d)

sudo restart jenkins