Certified Jenkins Engineer (CJE) Questions and Answers
What's the term for an item produced and retained from a build?
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?
How do you configure the distribution of builds on each node?
Which Jenkins job status indicates that tests failed ?
Where do you find alerts about Jenkins security issues? Choose 3 answers
Which is not an option in the Install Wizard?
What's the Jenkinsfile?
You have taken over a build environment where Jenkins is responsible for scanning for changes made in a Git repository every hour and then applying that build to a few dozen web servers. As part of that job, Jenkins also is responsible for completing some scripted performance-based Visit us Leading the way in IT testing and certification tools, tests and, depending on the defined results, marking the build as complete and notifying the team OR rolling back the build, notifying the team, and marking it as failed. You notice that the build itself is now taking longer than an hour to complete, which is affecting the push of new changes on occasion. What changes could you make to your Jenkins environment to alleviate the amount of time it takes to complete and test a build so that the hourly schedule is more likely to be kept?
What type of views can be configured in Jenkins?
You can set permissions for anonymous users with matrix-based security.
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 can you easily see if a plugin you use needs to be upgraded to a new version?
Which is not a Git plugin-provided environment variable?
Which is not a function provided by the Jenkins CLI?
How can you assign projects to specific agent nodes?
What determines what can be seen in a "My View"?
How do you set up the Git Plugin Git hook from a project configuration perspective?
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers
The Jenkins Install Wizard allows you to
What directive do you use for a declarative pipeline?
How do you use the Jenkins CLI?
What is the purpose of the "Manage Users" section of the Manage Jenkins dashboard?
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?
How do you set a freestyle project to be parameterized?
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
Which practices optimize performance on large systems? Choose 2 answers
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