
[Aug-2021] CloudBees CCJE Dumps – Reduce Your Chance of Failure in CCJE Exam
To help you achieve your ultimate goal, we suggest the actual CloudBees CCJE dumps for your Certified CloudBees Jenkins Engineer (CCJE) exam preparation to use as your guideline.
NEW QUESTION 48
Which are valid command-line options for the Java command that runs Jenkins as a stand alone application?
Choose 3 answers
- A. --httpPort -- Specify the port on which Jenkins Iistens.
- B. --Idap -- Specify an LDAP server location to use for user authentication.
- C. -prefix - Spedfy a string to be added at the end of the URL for this instance.
- D. --installPlugin - Install a new plugin.
- E. --logfile -- Specify the path for the Jenkins log fie.
Answer: E
NEW QUESTION 49
Fingerprinting artifacts is the process of:
- A. Enabling access passwords for the selected artifacts.
- B. Building, testing, and deploying the selected files to production environment.
- C. Recording the MD5 checksum of the selected artifacts.
- D. Creating an archive file of the selected artifacts.
Answer: B
NEW QUESTION 50
Which are ways to influence the number of build artifacts that can be archived? Choose 2 answers
- A. Change the order of jobs in the pipeline.
- B. unit build data using the job setting "Discard old builds".
- C. Increase the size of the JENKINS.HOME partition/logical volume.
- D. Gear the Jenkins cache.
- E. Make sure you regularly delete unused views.
Answer: B,C
NEW QUESTION 51
What is the default directory whore a build takes place?
- A. The user's home directory.
- B. The Workspace directory.
- C. The Builds directory in the job.
- D. The JENKINS.HOME directory.
Answer: B
NEW QUESTION 52
How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?
- A. The Jenkins CL1 can only start builds without parameters.
- B. Append --parameter-KEY-Value to the command line.
- C. Create a file containing KEY=Value pairs (one per line) and use the --parameters file command line argument.
- D. Append #KEY-Value to the command line.
- E. Append -p KEY=Value to the command line.
- F. Set the jenkins_parameters environment variable.
Answer: B
NEW QUESTION 53
When designing a Jenkins architecture for your organization, two of the most common ways of stratifying development of projects are 1) populating masters by fobs based on the environment they are deploying to, and 2) assigning masters to divisions within an organization, based on an org chart. Which of the following is an advantage of stratifying by environment over stratifying by org chart?
- A. Outage of a master will not block flows for all products.
- B. You can easily restrict access to a department's protects to the users within that department.
- C. You can more easily create pipelines covering entire products.
- D. You can tailor the installed plugins to be specific to the needs of the environment.
Answer: C
NEW QUESTION 54
When running Cloud Bees Core on traditional platforms, what happens when a fail over lakes place on a High Availability configuredClient Master?
- A. Users will experience a brief downtime, comparable to the time required to reboot a Jenkins master in a non-HA setup. Freestyle builds that were in progress are lost, but Pipeline builds will resume when the secondary master is online; we have an active passive setup.
- B. Users will notice that builds in progress on the failed node are lost but they will not notice any downtime on the service because the sessions and workload are shared between participating Client Master nodes; we have an active-active HA setup.
- C. Users will not notice anything because participating Master nodes share workloads together; we have an active-active HA setup.
- D. Users will not notice anything because the sessions are shared between participating Client Masters and the $JE NKINS HOME directory of the failed Client Master Is copied to resume the failed master's work; we have an active passive setup.
Answer: A
NEW QUESTION 55
Which of the following are true about Declarative Pipelines: Choose 3 answers
- A. A jenkinsfile can express the entire CI/CD process as code that is stored in a Source Code Management system.
- B. Declarative syntax can express complex flows and conditionals.
- C. The Jenkinsfile can incorporate any valid Apache Groovy code.
- D. Execution can be resumed after most failures.
- E. Declarative Pipeline uses the Pipeline domain specific language (DSL) to manipulate Jenkins objects.
Answer: A,B,D
NEW QUESTION 56
Which is a valid procedure for controlling the targets on which Cluster Operations steps are performed?
- A. Specify a target "label" on each operation on the Ouster Operations job configuration screen, restricting that operation to masters and Update Centers with that label.
- B. Specify a target "label'' on the Ouster Operations job configuration screen, restricting al operations to Masters and Update Centers with that label.
- C. It is not possible to limit steps to specific targets.
- D. Specify a target "source" and "filter" on the operation on the Cluster Operations Job configuration screen.
Answer: B
NEW QUESTION 57
To track file usage across Jenkins jobs using fingerprints:
- A. All of the above.
- B. Use a laptop or personal computer with an integrated fingerprint scanner.
- C. Purchase the fingerprint license and install the Jenkins fingerprint service pack.
- D. Enable "record fingerprints of files" in the post-build actions section of a Job to track usage.
Answer: A
NEW QUESTION 58
Which of the following "Security Setting Enforcement" options are offered in the "Client master security" configuration on the Operations Center? Choose 3 answers
- A. Single Sign-On (security realm and authorization strategy)
- B. Single Sign-On (authorization strategy only)
- C. Single Sign-On (security realm only)
- D. Do not enforce security settings on masters
- E. Single Sign-On (security realm and Project-based Matrix authorization strategy)
Answer: A,B,C
NEW QUESTION 59
In Jenkins, a trigger commonly refers to a mechanism that automatically_______.
- A. detects code changes in the repository
- B. sends notification once the build is completed
- C. updates plugins
- D. starts the build of a job
Answer: B
NEW QUESTION 60
You are the administrator of a base Jenkins master with the recommended set of plugins installed. You want to protect the Jenkins master against malicious (or bad) usages of Groovy methods. You also want your users to be able to share their Pipeline code via Globa Pipeline Libraries housed on a git repository under your company's Github Organization. Which of the following statements is TRUE?
- A. You should not configure any Global Pipeline Libraries at all: The libraries are running as "trusted" code, allowing all developers to execute privileged methods.
- B. You should configure Global Pipeline Libraries at the Pipeline level: The libraries are running as
"untrusted" code, allowing developers to run cod on the Groovy sandbox. - C. You should configure Global Pipeline Libraries at the Github Organization level: The libraries are running as "untrusted" code, allowing developer to run code on the Groovy sandbox.
- D. You should not configure any Global Pipeline Libraries at the folder level: The libraries are running as
"trusted" code, allowing all developers to execute privileged methods.
Answer: A
NEW QUESTION 61
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 every plugin In the CAP Collectionto the version defined by CAP.
- B. Replace every plugin in the system with the version defined by CAP.
- C. Upgrade every plugin in the system to the latest available version.
- D. Upgrade to a new version of CloudBees Core if it is available.
Answer: D
NEW QUESTION 62
Which of the following would correctly complete the sentence, "Continuous Integration is a _______ of Continuous Delivery"?
Choose 2 answers
- A. subset
- B. superset
- C. process definition
- D. consolidation
- E. requirement
Answer: A,C
NEW QUESTION 63
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 Pipeline build step with the remote path URL argument.
- B. Use the "Trigger parameterized build on other projects" post-build step and specify the remote path as project name.
- C. Broadcast an e-mail message from the Job on Master A and monitor the e-mail queue from Master B.
- D. 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.
- E. Use the trigger-remote-build CLI command and pass the Job URL as a parameter.
Answer: D
NEW QUESTION 64
Which Jenkins job status indicates that tests failed?
- A. Aborted
- B. Failure
- C. Unstable
- D. Success
- E. Not Built
Answer: B
NEW QUESTION 65
You want to allow regular users to configure limited aspects of a fob but not allow them to change everything.
What Jenkins mechanism do you use?
- A. Job Configuration Restriction plugin
- B. Build parameters
- C. System environment variables
- D. Declarative Pipeline
- E. Matrix based security
Answer: B
NEW QUESTION 66
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. Prevent any upgrades of plugins.
- B. Delete every Update Center configured in the instance.
- C. Configure, under certain circumstances, CAP-specific Update Centers.
- D. Perform automatic upgrades to new CloudBees Core releases as soon as they are available.
- E. Monitor the plugins installed in the instance.
Answer: B,D
NEW QUESTION 67
......
Accurate & Verified Answers As Seen in the Real Exam here: https://www.passleadervce.com/Jenkins-Engineer/reliable-CCJE-exam-learning-guide.html