Exam Code : CCJE
Exam Name : Certified CloudBees Jenkins Engineer
Vendor Name :
"CloudBees"
CCJE Dumps CCJE Braindumps
CCJE Real Questions CCJE Practice Test CCJE Actual Questions
killexams.com CloudBees CCJE
Certified CloudBees Jenkins Engineer
https://killexams.com/pass4sure/exam-detail/CCJE
Question: 22
Which of the following are true about Declarative Pipelines: Choose 3 answers A . Declarative syntax can express complex flows and conditionals.
B . A jenkinsfile can express the entire CI/CD process as code that is stored in a Source Code Management system. C . Execution can be resumed after most failures.
D . The Jenkinsfile can incorporate any valid Apache Groovy code.
E . Declarative Pipeline uses the Pipeline domain specific language (DSL) to manipulate Jenkins objects.
Question: 23
How can you easily see if a plug in you use needs to be upgraded to a new version? A . Check the Jenkins Update Center.
B . Search for the plugin in the Jenkins artifact repository. C . Email the maintainer.
D . Check the plugin wiki
Question: 24
Which is an advantage of using a replaceable build node?
A . It allows jobs to have dedicated machines tailored to specialized needs. B . It improves the throughput of master executors.
C . It reduces the impact on productivity if there is an outage of a build node. D . It decreases the load on the network.
Question: 25
What is the purpose of Pipeline checkpoints?
A . To allow continuing the build on another agent.
B . To avoid having to rerun the entire Pipeline If a transient error occurs. C . To visually separate stages.
D . To run additional tests.
E . To configure pipelines to send a progress report by email when a checkpoint is reached.
Question: 26
What does Jenkins do after activating "Prepare for Shutdown" from "Manage Jenkins"?
A . Wait for existing builds to complete and then shut down Jenkins. B . Wait for existing builds to complete and then restart Jenkins.
C . Cancel the effect of the "quiet-down" command if Jenkins is already in Quiet Down mode. D . None of the above.
Question: 27
You have an Operations Center with two connected Masters. You want to start a job on Master B from a fob on Master A .
What is the preferred way to accomplish this?
Use the Pipeline build step with the remote path URL argument.
Use the cross team collaboration feature to publish a build notification and subscribe to that notice from Jobs that should run when the notification is published.
Broadcast an e-mail message from the Job on Master A and monitor the e-mail queue from Master B.
Use the "Trigger parameterized build on other projects" post-build step and specify the remote path as project name.
Use the trigger-remote-build CLI command and pass the Job URL as a parameter.
Question: 28
In a Freestyle fob, the tests are being executed within a Shell build step and then published vid the "Publish JUnit results" post build action .
Which conditions must Alt be met In order for the JUnit publisher to display the job status .is "Unstable’’? Choose 3 answers
A . The "Publish JUnR results" reporter finds the test reports. B . All build steps are successful.
C . There is at least one SKIPPED test case.
D . All publishers before "Publish JUnit results" assign the SUCCESS status. E . The overall "stability report amplification factor" is greater than 1.00.
F . There is at least one FAILED test case.
Question: 29
Which actions can you accomplish using the Cloud Bees Core Install Wizard? Choose 2 answers A . Define the initial set of users for the instance.
B . Request an Evaluation License to use with the CloudBees Core instance being installed
C . Install a set of recommended plugins (which includes some proprietary plugins developed by CloudBees). D . Define the initial security settings for the instance.
E . Update the Jenkins release used by an existing Operations Center.
Question: 30
On a Jenkins master, where would you configure tools like Maven, JDK, and Ant? A . Manage Jenkins -> Global Tool Configuration
B . Build tools need to be configured manually on each agent. C . Jenkins Nodes -> Install Tools
D . Manage Jenkins -> Configure System
Question: 31
When a Cloud Bees Core instance is enrolled in the CloudBees Assurance Program, which functions do the Beekeeper Upgrade Assistant perform? Choose 2 answers
A . Perform automatic upgrades to new CloudBees Core releases as soon as they are available. B . Configure, under certain circumstances, CAP-specific Update Centers.
C . Monitor the plugins installed in the instance.
D . Delete every Update Center configured in the instance. E . Prevent any upgrades of plugins.