Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Jenkins build job cannot be triggered manually.

Answer»

Jenkins BUILD job cannot be triggered manually.
Choose the CORRECT option from below LIST
(1)False
(2)True

Answer:-(1)False

2.

A build can be triggered ______________.

Answer»

A BUILD can be triggered ______________.
Choose the correct option from below LIST
(1)After completion of other builds
(2)By source code management commits
(3)At a specific time
(4)All of the options
(5)Manual Build Requests

Answer:-(4)All of the options

3.

Which of the following statement is not correct about Jenkins?

Answer»

Which of the following statement is not CORRECT about Jenkins?
Choose the correct OPTION from below LIST
(1)Jenkins is secure and doesn't need any special security provisioning.
(2)Jenkins has various plugins to enable an effective CI environment.
(3)Jenkins can be configured for taking backups.
(4)Jenkins need to have ENOUGH disk space to support the build storage.

Answer:-(1)Jenkins is secure and doesn't need any special security provisioning.

4.

What has to be done if you wish to track which top build projects are using which middle and bottom build projects?

Answer»

What has to be done if you wish to track which top build projects are using which middle and bottom build projects?
Choose the CORRECT option from below list
(1)Trigger the build jobs in the relevant sequence
(2)None of the OPTIONS
(3)ENSURE that build top projects are built prior to the required middle and bottom projects
(4)Relevant projects to be CONFIGURED to record fingerprints

Answer:-(4)Relevant projects to be configured to record fingerprints

5.

File usage across Jenkins jobs can be tracked using ____________.

Answer»

File usage ACROSS Jenkins JOBS can be tracked using ____________.
Choose the correct option from below list
(1)Distributed build
(2)All of the options
(3)Plugins
(4)Fingerprints

Answer:-(4)Fingerprints

6.

Amazon S3 can be integrated with Jenkins using __ feature.

Answer»

Amazon S3 can be integrated with JENKINS using __ feature.
Choose the CORRECT option from below list
(1)Read ARTIFACTS
(2)Extract artifacts
(3)Publish artifacts
(4)All of the options

Answer:-(3)Publish artifacts

7.

Expression that should be used to run the job once every Monday, Wednesday and Saturday

Answer» EXPRESSION that should be used to run the JOB once EVERY MONDAY, Wednesday and Saturday
Choose the correct option from below list
(1)00**1,3,6
(2)0***1,3,6
(3)****1,3,6
(4)None of the options

Answer:-(1)00**1,3,6
8.

Jenkins builds the source code ___________.

Answer» JENKINS BUILDS the SOURCE code ___________.
Choose the CORRECT option from below list
(1)In it's own workspace
(2)In the SCM repository

Answer:-(1)In it's own workspace
9.

User security in Jenkins can be defined using :

Answer» USER security in Jenkins can be defined using :
Choose the correct OPTION from below list
(1)MATRIX based security
(2)NONE of the options
(3)Project based matrix authorization
(4)Both matrix and project based authorization

Answer:-(4)Both matrix and project based authorization
10.

Which of the following statement is correct about the build status images?

Answer»

Which of the following statement is correct about the build status images?
Choose the correct OPTION from below list
(1)'Partial Sun with clouds' icon in the status MEANS all of the recent BUILDS have failed.
(2)'Partial Sun with clouds' icon in the status means 60-80% of the recent builds have failed.
(3)'Partial Sun with clouds' icon in the status means 20-40% of the recent builds have failed.
(4)'Partial Sun with clouds' icon in the build status means 40-60% of the recent builds have failed.

Answer:-(3)'Partial Sun with clouds' icon in the status means 20-40% of the recent builds have failed.

11.

Execution of projects is restrictable to run on a specific slave node.

Answer»

Execution of PROJECTS is restrictable to RUN on a specific slave node.
Choose the correct option from below list
(1)False
(2)TRUE

Answer:-(2)True

12.

Jenkins can manage dependencies using ____________.

Answer»

Jenkins can manage dependencies USING ____________.
Choose the correct option from below list
(1)NONE of the options
(2)FILE Fingerprinting
(3)Distributed Build
(4)Build Configuration

Answer:-(2)File Fingerprinting

13.

In the distributed architecture, Jenkins should be fully installed both in master and slave?

Answer»

In the DISTRIBUTED architecture, Jenkins should be fully installed both in master and slave?
Choose the CORRECT option from below list
(1)True
(2)FALSE

Answer:-(2)False

14.

File Fingerprinting is used for _____________.

Answer» FILE Fingerprinting is used for _____________.
CHOOSE the correct OPTION from below list
(1)Manage JOB SECURITY
(2)Manage Jenkins backup
(3)All of the options
(4)Manage job dependencies

Answer:-(4)Manage job dependencies
15.

Master and slave nodes communicate through __________.

Answer» MASTER and slave nodes communicate through __________.
Choose the correct OPTION from below list
(1)None of the options
(2)All of the options
(3)SSH
(4)DCOM
(5)SEPARATE socket connection

Answer:-(2)All of the options
16.

Jenkins can be configured to check for changes on a URL to trigger build.

Answer» JENKINS can be configured to CHECK for CHANGES on a URL to trigger build.
Choose the correct option from below list
(1)True
(2)False

Answer:-(1)True
17.

______________ is a continuous integration tool.

Answer»

______________ is a continuous integration tool.
Choose the CORRECT OPTION from below list
(1)Nexus
(2)ANSIBLE
(3)Maven
(4)Teamcity

Answer:-(4)Teamcity

18.

Jenkins allows you to parse the code with tools like _______.

Answer»

Jenkins allows you to parse the CODE with tools LIKE _______.
Choose the CORRECT option from below list
(1)None of the OPTIONS
(2)CheckStyle
(3)PMD
(4)All of the options
(5)Findbugs

Answer:-(4)All of the options

19.

'Copy artifacts' is an option that is available for selection under the ___________.

Answer»

'Copy ARTIFACTS' is an option that is available for SELECTION under the ___________.
Choose the correct option from below LIST
(1)Build STEP
(2)Build Environment
(3)Build Triggers
(4)Post-Build Actions


Answer:-(1)Build Step

20.

If you have multiple projects, and if you need to check for new updates, every five minutes, which is the correct CRON expression that Jenkins can use

Answer»

If you have multiple PROJECTS, and if you need to CHECK for new UPDATES, every five minutes, which is the correct CRON expression that Jenkins can use to avoid polling of all the projects at the same time.
Choose the correct option from below LIST
(1)*/5 * * *
(2)None of the options
(3)5 * * * *
(4)H/5 * * * *

Answer:-(4)H/5 * * * *

21.

Jenkins allows you to ____________.

Answer» JENKINS allows you to ____________.
Choose the CORRECT option from below list
(1)Uninstall plugins
(2)Install plugins
(3)NONE of the options
(4)DISABLE plugins
(5)All of the options

Answer:-(5)All of the options
22.

After you configure backup settings using the backup plugin, backup jobs will run automatically and start taking backups at the prescribed interval.

Answer»

After you CONFIGURE BACKUP settings using the backup plugin, backup jobs will run automatically and start taking backups at the PRESCRIBED interval.
Choose the correct option from below LIST
(1)False
(2)True

Answer:-(1)False

23.

'Archiving the artifacts' is an option that is present for selection under the _________.

Answer»

'Archiving the artifacts' is an option that is present for selection under the _________.
CHOOSE the CORRECT option from below list
(1)Build Triggers
(2)Post-Build actions
(3)JOB notifications
(4)Build Step

Answer:-(2)Post-Build actions

24.

Project type/types supported by Jenkins is/are ___________.

Answer» PROJECT type/types supported by Jenkins is/are ___________.
Choose the correct OPTION from below list
(1)All of the OPTIONS
(2)Maven
(3)Free-style
(4)EXTERNAL
(5)Multi-Configuration

Answer:-(1)All of the options
25.

Jenkins can display the build reports, generate trends and can render them in the GUI.

Answer»

Jenkins can DISPLAY the BUILD reports, generate trends and can RENDER them in the GUI.
Choose the correct option from below list
(1)True
(2)False

Answer:-(1)True

26.

Which of the following statement is true about Jenkins?

Answer»

Which of the following statement is TRUE about Jenkins?
Choose the correct OPTION from below list
(1)None of the options
(2)Jenkins supports plugins to showcase both metrics and TRENDS.
(3)Jenkins supports plugins to DEPICT trends only.
(4)Jenkins supports plugins to report metrics only.

Answer:-(2)Jenkins supports plugins to showcase both metrics and trends.

27.

Which of the following is an artifact repository that can be configured as a plugin for Jenkins?

Answer»

Which of the following is an artifact REPOSITORY that can be configured as a PLUGIN for Jenkins?
CHOOSE the correct option from below list
(1)Maven
(2)Ansible
(3)NEXUS
(4)Matrix

Answer:-(3)Nexus

28.

Jabber is a :

Answer» JABBER is a :
Choose the correct option from below LIST
(1)MESSAGING plugin
(2)Deployment plugin
(3)BUILD plugin

Answer:-(1)Messaging plugin
29.

An amber ball in the build status refers to an unstable build.

Answer»

An amber ball in the BUILD status refers to an unstable build.
Choose the CORRECT OPTION from below list
(1)False
(2)TRUE

Answer:-(2)True

30.

Which one of the following functionality is not supported by Jenkins?

Answer»

Which one of the FOLLOWING functionality is not supported by Jenkins?
Choose the correct option from below list
(1)TEST
(2)BUILD
(3)Code
(4)Deploy

Answer:-(3)Code

31.

Backups can be automated using :

Answer»

Backups can be AUTOMATED USING :
Choose the correct OPTION from below list
(1)Backup Plugin
(2)Backup MANAGER
(3)ThinBackup plugin
(4)None of the options

Answer:-(3)ThinBackup plugin

32.

Record of multiple builds is displayed using a ______________.

Answer»

Record of MULTIPLE BUILDS is DISPLAYED using a ______________.
Choose the correct option from below list
(1)WEATHER icon
(2)Colored ball and Weather icon
(3)None of the options
(4)Colored ball

Answer:-(1)Weather icon