Free CloudBees CJE Exam Actual Questions

The questions for CJE were last updated On Nov 16, 2024

Question No. 1

Which isn't a common Jenkins build tool?

Show Answer Hide Answer
Correct Answer: B

Excel is not used to build things.


Question No. 2

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?

Show Answer Hide Answer
Correct Answer: B

You can retrieve an XML config with all of the project configuration with a 'GET' on that URL. Two are incorrect because they don't show the containing folder in the path.


Question No. 3

Which is not an option in the Install Wizard?

Show Answer Hide Answer
Correct Answer: A

By default, you are only prompted to add user/password credentials for the administrator user.


Question No. 4

You want to archive and track a build artifact, "build/mybuilt.jar", with a fingerprint from your team's build. How would you invoke the archiveArtifacts function to accomplish this?

Show Answer Hide Answer
Correct Answer: D

Example with Context: post { success { archiveArtifacts artifacts: 'build/mybuilt.jar', fingerprint: true } }


Question No. 5

In a JUnit report, if we set the "Health report amplification factor" to 2 and there's a 1% failure, what's the health score?

Show Answer Hide Answer
Correct Answer: A

You would take 100% then subtract (1%*2), thus 98%.