Free CJE Exam Braindumps (page: 3)

Page 2 of 47

Which of the following is true about resuming a Declarative Pipeline?

  1. Declarative Pipelines cab be restarted after a Jenkins failure but not after a transient outage (such as a network failure or disk space exhaustion).
  2. Declarative Pipelines can be resumed only after a transient outage (such as a network failure or disk space exhaustion).
  3. All Declarative Pipelines are restartable by default, with the same inputs (commit to build, parameters, etc) as the original run. Any data that was built In the original run Is available only If the preserveStashes() option Is specified In the Jenkinsfile
  4. Declarative Pipelines that use Docker containers can not be resumed because the docker APIs that Jenkins calls to create the container are not serialized
  5. A Declarative Pipeline can be restarted only If the preserveStashes() option Is set In the pipeline.

Answer(s): C



Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answers

  1. Manage plugins
  2. Define views
  3. Configure credentials
  4. Open Blue Ocean
  5. Configure Global Security

Answer(s): A,E



In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?

  1. Build times decrease.
  2. User interface becomes slower as resources on the master run out.
  3. The builds share SCM checkouts
  4. Masters are more highly available.

Answer(s): B



Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?

  1. Because executors cannot be allocated on the master.
  2. Because executors offloaded onto build nodes are not performant.
  3. Because it prevents the CPU being overloaded during parallel polls.
  4. Because it prevents builds from overloading a master's CPU/memory.
  5. Because builds cannot be run In parallel on a master.

Answer(s): D






Post your Comments and Discuss CloudBees CJE exam with other Community members:

CJE Exam Discussions & Posts