3 Months Free Update
3 Months Free Update
3 Months Free Update
You are interested in integrating CI/CD in your work environment, but your team lead and several of your team members do not understand the concept. Your boss believes that continuous delivery will mean that someone (namely, you) will need to be on-call around the clock for constant monitoring and deployment of new code. You have a two-minute window to quickly explain what continuous delivery means. Out of the following answers, what is the clearest and most succinct correct answer?
Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?
You want to execute a Job passing one parameter via the Jenkins RFST API. The correct syntax for this is http: / /server/Job/ myjob_________.
You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access?
Choose 2 answers
How can you easily see if a plugin you use needs to be upgraded to a new version?
You are the administrator of a base Jenkins master with the recommended set of plugins installed. You want to protect the Jenkins master against malicious (or bad) usages of Groovy methods. You also want your users to be able to share their Pipeline code via Global Pipeline Libraries housed on a git repository under your company's Github Organization. Which of the following statements is TRUE?
You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?
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?
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?
Over the last six months, a large number of projects have been added to Jenkins. You have been asked by your manager to do some cleanup by creating some list views. How would you go about creating these list views?
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstalled?
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?
What does a flashing build icon in the Build History indicate?
Choose 3 answers
What is the preferred method for a Jenkins administrator to notify nil Jenkins users about upcoming system maintenance?
In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?
Jenkins, along with several other automation platforms, provides developers and operators with tools that allow them to automate the deployment of environments with preconfigured source code, including the CI pipeline. What is this called?
During a proposal, you need to quickly retrieve configuration for a demo of a project named “My Freestyle Project”, which is in the "Freestyles" folder, in a neat and easily-readable XML format using a REST API call. What is the correct syntax for the call?
Your team is working on a new project to build a CI/CD pipeline for your Docker containers. You have discovered a new plugin to help with your image build. Where would you navigate to install this new plugin?
Which of the following is not a default environment variable in a Jenkins project?
Choose the destinations where Jenkins and its plugins can send job notifications?
You have a friend who wants fame and fortune from being a developer working with Jenkins. He wants to write code for it and doesn't know anything about it yet. He wants to know what language Jenkins is written in. You, of course, know the answer and are delighted to tell them. Which of the following do you tell them it's written in?
You're a DevOps engineer in charge of your team's Jenkins server. You have a particular stage in your pipeline that you want to run on a particular build node. You have to have Apache installed on this node. Assuming the node has been appropriately labeled, "apache", how would you ensure this stage ran on that node?
You want to deploy a Jenkins pipeline, but you are concerned about the total amount of time it will take for the deployment to complete, and you aren't concerned with files left in the working directory after a build. What should you do?
You need to automate the deployment of 20 base Jenkins masters. I or this, you set the system property
jenkins.install.runSetupWizard to the Value "false".
Which Is TRUF about your Jenkins masters?