Test Online Free CloudBees CJE Exam Questions and Answers
Practice a live sample before buying full access. This page keeps the free CJE question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.
Answer: Explanation:
This is the most common way to navigate to the Plugin Manager.
Question 2Selectable Answer
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?
Answer:
Question 3Selectable Answer
What does the M# of executors" field on the Jenkins master control?
Answer:
Question 4Selectable Answer
What's the Jenkinsfile?
Answer: Explanation:
The Jenkinsfile lives with project source code and portrays the "Pipeline as code" concept.
Question 5Selectable Answer
In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?
Answer:
Question 6Selectable Answer
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?
Answer: Explanation:
This is how you can reach the Plugin Manager from the dashboard.
Question 7Selectable Answer
Which enables you to use artifacts from a completed build in the workspace of the currently running build?
Answer:
Question 8Selectable Answer
How do you use the Jenkins CLI?
Answer:
Question 9Selectable Answer
1.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?
Answer:
Question 10Selectable Answer
A freestyle job is set up to "Enable concurrent builds if necessary" and configured to run on a single node.
How can you ensure that multiple concurrent runs share the same workspace?
Answer:
Question 11Selectable Answer
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
Answer:
Question 12Selectable Answer
What's a fingerprint?
Answer: Explanation:
Fingerprints are an md5sum that is used to track artifacts.
Question 13Selectable Answer
What best describes DevOps?
Answer: Explanation:
DevOps is a cultural movement that helps facilitate continuous integration concepts by bringing Dev and Ops into harmony, where they may have been separate previously.
Question 14Selectable Answer
How can you assign projects to specific agent nodes?
Answer: Explanation:
You can configure a project to run on a node, or subset of nodes, based on expression matching of a node's labels.