Continuous Integration with Jenkins MCQs Solution | TCS Fresco Play
Continuous Integration with Jenkins FP MCQs Answers
Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
Course Path: DevOps/DEVOPS PROCESSES/Continuous Integration with Jenkins
1.Jenkins can manage dependencies using ____________.
- Distributed Build
- None of the options
- File Fingerprinting
- Build Configuration
2.Jenkins allows you to parse the code with tools like _______.
- Findbugs
- PMD
- None of the options
- CheckStyle
- All of the options
3.Job status notifications can be sent in JSON or XML formats from Jenkins, with out extending it's functionality.
- True
- False
5.Which of the following statement is true about Jenkins?
- Jenkins supports plugins to showcase both metrics and trends.
- None of the options
- Jenkins supports plugins to depict trends only.
- Jenkins supports plugins to report metrics only.
6.Which one of the following functionality is not supported by Jenkins?
- Test
- Deploy
- Build
- Code
7.Project type supported by Jenkins is/are:
- Maven
- External
- All of the options
- Free-style
- Multi-Configuration
8.Jabber is a :
- Build plugin
- Deployment plugin
- Messaging plugin
1.Record of multiple builds is displayed using a ______________.
- Colored ball and Weather icon
- Colored ball
- None of the options
- Weather icon
2.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.
- */5 * * * *
- None of the options
- H/5 * * * *
- 5 * * * *
3.Functional testing can be automated using Jenkins.
- True
- False
3.Functional testing can be automated using Jenkins.
- True
- False
4.Jenkins build job cannot be triggered manually.
- True
- False
5.A build can be triggered ______________.
- All of the options
- By source code management commits
- Manual Build Requests
- At a specific time
- After completion of other builds
6.Which of the following statement is correct about the build status images?
- 'Partial Sun with clouds' icon in the build status means 40-60% of the recent builds have failed.
- 'Partial Sun with clouds' icon in the status means all of the recent builds have failed.
- 'Partial Sun with clouds' icon in the status means 60-80% of the recent builds have failed.
- 'Partial Sun with clouds' icon in the status means 20-40% of the recent builds have failed.
7.'Copy artifacts' is an option that is available for selection under the ___________.
- Build Step
- Build Triggers
- Build Environment
- Post-Build Actions
1.Which one of the following functionality is not supported by Jenkins?
- Build
- Code
- Deploy
- Test
2.Reporting results can be configured under section ___________.
- Post-Build actions
- Build Triggers
- Job notifications
- Build Step
3.Expression that should be used to run the job once every Monday, Wednesday and Saturday
- ****1,3,6
- None of the options
- 0***1,3,6
- 00**1,3,6
4.Jabber is a :
- Build plugin
- Deployment plugin
- Messaging plugin
5.Jenkins can be configured for monitoring external jobs such as CRON jobs:
- Select the 'Monitor External job' option under 'Post Build Actions' section
- Select the 'External' project type
- Select the 'Monitor External job' option under 'Build Triggers' section
- Select the 'Monitor External job' option under 'Build Step' section
6.Jenkins can display the build reports, generate trends and can render them in the GUI.
- True
- False
7.Job status notifications can be sent in JSON or XML formats from Jenkins without extending its functionality.
- True
- False
8.Jenkins allows you to ____________.
- Install plugins
- Disable plugins
- None of the options
- All of the options
- Uninstall plugins
9.'Archiving the artifacts' is an option that is present for selection under the _________.
- Build Triggers
- Job notifications
- Build Step
- Post-Build actions
10.______________ is a continuous integration tool.
- Maven
- Nexus
- Teamcity
- Ansible
11.Execution of projects is restrictable to run on a specific slave node.
- False
- True
12.User security in Jenkins can be defined using :
- None of the options
- Matrix based security
- Both matrix and project based authorization
- Project based matrix authorization
13.Number of concurrent job executions can be mentioned in the ______________ is a continuous integration tool.
- Project Configuration Section
- Build Triggers Section
- Configure System
14.Master and slave nodes communicate through __________.
- separate socket connection
- All of the options
- None of the options
- ssh
- DCOM
15.What has to be done if you wish to track which top build projects are using which middle and bottom build projects?
- Relevant projects to be configured to record fingerprints
- None of the options
- Trigger the build jobs in the relevant sequence
- Ensure that build top projects are built prior to the required middle and bottom projects
16.Jenkins builds the source code ___________.
- In the SCM repository
- In it's own workspace
17.Which of the following statement is true about Jenkins?
- Jenkins supports plugins to report metrics only.
- Jenkins supports plugins to showcase both metrics and trends.
- Jenkins supports plugins to depict trends only.
- None of the options
18.View of upstream and downstream connected jobs that form a build pipeline is provided by _____________.
- Pipeline Plugin
- Deploy Plugin
- Build Pipeline Plugin
- Build flow plugin
19.The plugin that changes Jenkins to use green balls instead of blue for successful builds is ________.
- Greenstatus
- Buildstatus
- Greenballs
- Changestatus
20.Jenkins supports:
- 600+ community contributed plugins
- 900+ community contributed plugins
- 100+ community contributed plugins
- 1000+ community contributed plugins
21.CI pipeline consists of ______________.
- Stages
- Items
- Tickets
- Commitments
- Artifacts
22.Jenkins is a/an ______________ that can accelerate software development process.
- free source automation server
- open source automation server
23.In a distributed build environment, the master computer cannot execute any build, and only slaves are capable of running build jobs.
- True
- False
24.Amazon S3 can be integrated with Jenkins using __ feature.
- Publish artifacts
- Read artifacts
- Extract artifacts
- All of the options
25.File Fingerprinting is used for _____________.
- All of the options
- Manage job security
- Manage Jenkins backup
- Manage job dependencies
26.Jenkins can be configured to check for changes on a URL to trigger build.
- True
- False
Post a Comment