What's the difference between continuous integration and continuous delivery?
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?
What types of credentials does Jenkins support?
What's a fingerprint?
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?
Which menu option do you select to add a pipeline or other project?
What is a code coverage test?
How do you navigate to the matrix-based security section of Jenkins?
Which of the following is true about resuming a Declarative Pipeline?
Yon are an administrator of a base Jenkins master with the recommended plugin set and you want to connect a new agent using SSH. Authentication on the remote node that will host the agent is done with an SSH key pair which your users must NOT be able to see or access. Which of the following is TRUE assuming your users do not have admin rights?
Which answer best describes continuous integration?
Freestyle job configurations provide a post-build action that allows you to build other projects after a build of this job. Which trigger conditions are supported?
Choose 3 answers
What does a flashing build icon in the Build History indicate?
Choose 3 answers
Which is not a function provided by the Jenkins CLI?
Which are Source Code Management tools?
Choose 3 answers
What does the M# of executors" field on the Jenkins master control?
The QA department has been having issues locating their work on the Jenkins server. As a result, their manager has asked for the jobs (projects) to be better organized. Which most correct answer can you use to organize projects?
Which is a valid agent declaration?
Your company's DevOps staff is new to the continuous integration methodology. Some users are unclear on best practices, and you're hearing all kinds of feedback from them, some of it wrong. Which of the following statements is NOT a CI best practice?
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers
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?
You are tasked by management to explain continuous deployment. Your explanation will be used in the company's annual report, so you need to ensure you understand it properly. Which is the best definition?
Your co-worker was installing a Jenkins instance and went home for the night. When they returned the next day they notice their machine had rebooted, the scrollback of the installation was unretrievable, and they've come to you for help. In what location will you need to look at it to retrieve the initialAdminPassword?
What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?
You can use Jenkins' database to manage users.
Which is NOT a continuous integration best practice?
What's a unit test?