[Oct-2021] CloudBees CCJE Exam Basic Questions With Answers [Q29-Q53]

Share

[Oct-2021] CloudBees CCJE Exam: Basic Questions With Answers 

New 2021 Realistic Free CloudBees CCJE Exam Dump Questions & Answer


CloudBees CCJE Exam Syllabus Topics:

TopicDetails
Topic 1
  • Setting up test automation in Jenkins against an uploaded executable
  • Finding and configuring required plugins
Topic 2
  • Definition of binary reuse, automated deployment, multiple environments
  • Setting up and using SSH agents, JNLP agents, cloud agents
Topic 3
  • Identifying parameters and how to use them: file parameter, string parameter
  • Integrating with test automation tools
Topic 4
  • Setting up and running builds in parallel
  • Branch and Merge Strategies
Topic 5
  • Functionalities offered by Pipeline
  • Fingerprinting jobs shared or copied between jobs
Topic 6
  • Tool installations on agents
  • Authentication versus authorization
Topic 7
  • Define continuous integration, continuous delivery, continuous deployment
  • Distributed builds architecture
Topic 8
  • Definition of auditing, credentials, and other key security concepts
  • User database, project security, Matrix security
Topic 9
  • Including version control tags and version information
  • How to control access to items in Jenkins with folders
Topic 10
  • Define unit test, smoke test, acceptance test, automated verification/functional tests
  • Scanning GitHub and BitBucket Organization
Topic 11
  • Master-agent connectors and protocol
  • Which configurations are covered by the Installation Wizard?
Topic 12
  • Interaction with Folders and Repository scanning
  • What are source code management systems and how are they used?
Topic 13
  • How to share code across Pipelines
  • Benefits of Pipeline vs linked jobs

 

NEW QUESTION 29
A Source Code Management system records and tracks all changes of a source code repository. What is the feature that enables an SCM system to notify other systems when such changes happen?

  • A. Webhooks
  • B. Tagging
  • C. Polling
  • D. Version Control
  • E. Merge Review

Answer: D

 

NEW QUESTION 30
Which Jenkins job status indicates that tests failed?

  • A. Aborted
  • B. Not Built
  • C. Failure
  • D. Success
  • E. Unstable

Answer: C

 

NEW QUESTION 31
What does it mean when a build is "unstable"?

  • A. The build has failed, and tests for all publishers have succeeded.
  • B. The build has succeeded, and tests for all publishers have been skipped.
  • C. The build has been skipped, and tests for all publishers have been skipped
  • D. The build has succeeded, and some tests for publishers have failed.

Answer: A

 

NEW QUESTION 32
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

  • A. Call the fingerprintArtifact() step immediately after the archiveArtifacts() step.
  • B. No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.
  • C. Set the Fingerprint Artifacts global configuration option.
  • D. Set the "fingerprint: true" argument for the archiveArtifacts() step.
  • E. Enable the Declarative Pipeline 'enableFingerprints' 'option' .

Answer: B

 

NEW QUESTION 33
Using the CloudBees Folders Plus plugin, which can you restrict in a folder?
Choose 2 answers

  • A. Maximum number of failed jobs allowed.
  • B. Builds to controlled agents (slaves).
  • C. Job types that are allowed.
  • D. Available plugins.
  • E. Total number of jobs.

Answer: B,C

 

NEW QUESTION 34
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers

  • A. Encapsulate common Jenkins logic within shared Iibraries when leveraging Declarative Pipelines.
  • B. Call scripts written in Shell, Batch, Groovy, or Python to implement any complex logic required for your pipeline; call these scripts as steps in your pipeline.
  • C. Use the pipeline DSL to implement Intricate networking and computational tasks that your Pipeline needs to do.
  • D. Use toots such as Maven, Gradle, NPM, Ant, and Make to define most of the build work; call these executables as steps in your pipeline.
  • E. Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important task performed by the pipeline.

Answer: A,B,E

 

NEW QUESTION 35
How does Jenkins integrate with Source Code Management Systems (SCM)? Choose 3 answers

  • A. Jenkins notifies the SCM system of the status of each source code change.
  • B. Jenkins retrieves source code from SCM repositories.
  • C. The SCM system starts a change review thread in Jenkins for each source code change that is made.
  • D. Any Job definition change in Jenkins automatically launches SCM actions.
  • E. The SCM system notifies Jenkins of each source code change; Jenkins then triggers the appropriate Jobs.

Answer: B,C,D

 

NEW QUESTION 36
In a Pipeline, the stage step_________.

  • A. transfers artifacts to a staging server for testing
  • B. can be used to group a number of other steps into a logical unit for display
  • C. prepares a test environment in Jenkins
  • D. collects a set of artifacts that can be referenced in a later Pipeline step

Answer: A

 

NEW QUESTION 37
What is the default directory whore a build takes place?

  • A. The Workspace directory.
  • B. The Builds directory in the job.
  • C. The JENKINS.HOME directory.
  • D. The user's home directory.

Answer: A

 

NEW QUESTION 38
Which statements are TRUE when doing a freshinstall of CloudBees Core 2.x?Choose 2 answers

  • A. All the REQUIRED plugins will be Installed, in the versions defined in the CAP Collection.
  • B. Only the OPTIONAL plugins selected in the Setup Wizard and their dependencies will be Installed, In the versions defined in the CAP Collection.
  • C. AN the OPTIONAL plugins will be installed, In the versions defined In the CAP Collection.
  • D. After the initial setup, the Beekeeper Upgrade Assistant will always be disabled.
  • E. Only the OPTIONAL plugins selected in the Setup Wizard and their dependencies will be installed, in their latest versions.

Answer: A,D

 

NEW QUESTION 39
Which actions can you accomplish using the Cloud Bees Core Install Wizard? Choose 2 answers

  • A. Define the initial security settings for the instance.
  • B. Define the initial set of users for the instance.
  • C. Install a set of recommended plugins (which includes some proprietary plugins developed by CloudBees).
  • D. Request an Evaluation License to use with the CloudBees Core instance being installed
  • E. Update the Jenkins release used by an existing Operations Center.

Answer: B,C

 

NEW QUESTION 40
When the ''Allow automatic upgrades of plugins on restart" option is enabled, what will Beekeeper Upgrade Assistant try to do on every restart?

  • A. Upgrade to a new version of CloudBees Core if it is available.
  • B. Upgrade every plugin In the CAP Collectionto the version defined by CAP.
  • C. Replace every plugin in the system with the version defined by CAP.
  • D. Upgrade every plugin in the system to the latest available version.

Answer: A

 

NEW QUESTION 41
Which statements about a Distributed Version Control System are correct?Choose 2 answers

  • A. It makes it easy to fork and merge code.
  • B. It requires fast network access for dairy work.
  • C. It requires a central server and a standby server.
  • D. It operates without a central server.
  • E. It requires one server in each location.

Answer: A,B

 

NEW QUESTION 42
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?

  • A. 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.
  • B. Use the Pipeline build step with the remote path URL argument.
  • C. Use the "Trigger parameterized build on other projects" post-build step and specify the remote path as project name.
  • D. Broadcast an e-mail message from the Job on Master A and monitor the e-mail queue from Master B.
  • E. Use the trigger-remote-build CLI command and pass the Job URL as a parameter.

Answer: A

 

NEW QUESTION 43
In addition to the features of the CloudBees Folders plugin, which will CloudBees Folders PLUS allow you to do? Choose 2 answers

  • A. Restrict an agent to a folder.
  • B. Enable logging for a folder.
  • C. Restrict which kinds of items may be created in a folder.
  • D. Assign an administrator to a folder.

Answer: A

 

NEW QUESTION 44
A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 execution. You observe that 2 instances of the Job are currently building while several others are waiting in the build queue. Which of the following could explain why the builds are waiting in the build queue?

  • A. Changes were made to this Job's conjuration while this Job had builds in the build queue.
  • B. There are not enough Idle executors available on agent A.
  • C. The "Execute concurrent builds if necessary" option in the Job configuration has reached its user-defined maximum.
  • D. Each build in the build queue must be manually attached to an available executor.

Answer: C

 

NEW QUESTION 45
Which keyword is used to group related parts of a Declarative Pipeline?

  • A. collect
  • B. group
  • C. steps
  • D. steps
  • E. stage

Answer: D

 

NEW QUESTION 46
You need to automate the deployment of 20 base Jenkins masters. For this, you set the system property Jenkins, install .runSetupWizard to the value "false".
Which is TRUE aboutyour Jenkins masters?

  • A. A default administrator account Is created and you cannot re-enable security.
  • B. A default administrator account is created with user name "admin" and password "admin".
  • C. No default administrator account Is created; you have to configure security manually.
  • D. A default administrator account is created with username "admin" and password from the fie JENKINS_HOME/secret/initialAdminPassword.

Answer: D

 

NEW QUESTION 47
What does the m# of executors'' field on the Jenkins master control?

  • A. Number of CPU cores configured for this master.
  • B. Number of external build agents that can be used for Jobs run on this Jenkins master.
  • C. Number of Java threads that can run Jenkins Jobs.
  • D. Maximum number of Jobs which can be run concurrently on attached agents.
  • E. Number of Jobs that can execute simultaneously on the Jenkins master.

Answer: D

 

NEW QUESTION 48
Where are fingerprints stored on disk ?

  • A. In the Workspace of each Job.
  • B. Inside each job which fingerprints artifacts ($JENKINS_HOME/Jobs/myJob).
  • C. Inside each artifact fingerprinted (under $JENKINS_HOME/jobs/myJob/builds).
  • D. In $JENKINS_HOME/fingerprints.

Answer: C

 

NEW QUESTION 49
Which is an element that CANNOT be promoted from a Custom Update Center?

  • A. Open source plugins.
  • B. Build tool installers.
  • C. Custom-developed plugins.
  • D. Jenkins core.

Answer: C

 

NEW QUESTION 50
What is the purpose of Pipeline checkpoints?

  • A. To configure pipelines to send a progress report by email when a checkpoint is reached.
  • B. To run additional tests.
  • C. To visually separate stages.
  • D. To avoid having to rerun the entire Pipeline If a transient error occurs.
  • E. To allow continuing the build on another agent.

Answer: E

 

NEW QUESTION 51
Which metric is not offered in the metrics plugin?

  • A. Number of Jobs in the build queue.
  • B. The memory used to run the Jenkins instance.
  • C. HTTP requests received by the Jenkins instance.
  • D. The number of users registered on the Jenkins instance.
  • E. Number of plugins instated on the Jenkins instance.

Answer: E

 

NEW QUESTION 52
With the Jenkins Install Wizard, you CANNOT________.

  • A. skip the creation of an admin user and use a default user instead
  • B. select from a set of community-chosen plugins to be included on the Instance being installed
  • C. define an admin user for Jenkins
  • D. define the avatar for the admin user
  • E. explicitlydefine the user name and password for the admin user

Answer: B

 

NEW QUESTION 53
......

Guaranteed Success in Jenkins Engineer CCJE Exam Dumps: https://www.dumpstillvalid.com/CCJE-prep4sure-review.html