Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answers
You've just become the administrator for the Jenkins server, and the feedback you've received from the users is they're having trouble locating their jobs to run them. You've determined that folders are the most logical solution and wish to move the jobs into the new folders you've created. How would you accomplish this?
You need to grant permissions, via matrix-based security, to run a specific command in a Jenkins pipeline. The project parameters will not allow you to create a specific user to run this task, and you have no relevant groups. Which of the following is an option?
Which of the following "agent" directives are not valid in Declarative Pipeline?
When you want to validate that your software produces the desired behavior for end users, you need to use
Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answers
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 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're at a job interview and the interviewer looks at you, trying to make you nervous. He looks down at his paper, looks up at you and asks, "How would you describe continuous integration?" You think to yourself. Which of the following answers is best?
In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?
Which are benefits of binary reuse (compiling once and reusing the built artifact across the rest of the pipeline)? Choose 3 answers
You were down in the data center working on something else and received a phone call to make a change on the Jenkins server. As the rack does not have sufficient power or internet for you to plug in your laptop, you decide to just use the console on the server itself. How would you access the CLI?
Your organization has been carefully and painstakingly performing builds on specific commits which the development team deems as releases or release candidates and subsequently only testing major releases. You have been placed in charge of a new project in which continuous integration is the primary goal. Which part of your organization's existing process do you need to modify in the furtherance of the goal of continuous integration?
In order to send email notifications on build completion using Jenkins' built in mail functionality, which TWO of the following must be true?
You want to allow regular users to configure limited aspects of a job but not allow them to change everything, What Jenkins mechanism do to use?
On a single Jenkins master you have a folder named "Project1 ". I his folder contains three jobs: "job master", "job develop", and "Job edge". The job "job master" Is the latest built project and Is In a success state while the two other jobs are in falling state. Which statement is true about the folder "Project1"?
You have now been given charge over an existing Jenkins system install that was previously started by a colleague who is gone on a business trip. He left it in the install wizard phase. Unfortunately, your colleague did not note the initialAdminPassword. Where on the systemwould this be located?
When you upgrade a plugin and find an issue in the new version, how ran you move hade to the previously installed version? Choose 2 answers
How do you setup the GitHub Plugin Git hook from a Project Configuration Perspective?
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?
In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding "orphaned" job removed?
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're a DevOps engineer in charge of configuring Jenkins for your team's CI/CD pipeline. You're utilizing the Jenkins pipeline and the Jenkinsfile. You want to define a stage for your build that utilizes the locally installed Ant and build.xml in the root of your project repository. Which is the correct syntax?
Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?
What are the main advantages of using webhooks/post commit hooks from your Source Code Management system to trigger your Jenkins project rather than using SCM polling? Choose 2 answers A A. Builds are started on a defined a on schedule.
B. Avoid unnecessary overhead from polling.
C. Builds are started immediately after changes are committed.
D. The entire repository Is scanned so no commits are missed.
How do you set up the Git Plugin Git hook from a project configuration perspective?
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?
How can you easily see if a plugin you use needs to be upgraded to a new version?