
Buy Latest Dec 22, 2021 CCJE Exam Q&A PDF - One Year Free Update
Download the Latest CCJE Dump - 2021 CCJE Exam Questions
CloudBees CCJE Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
NEW QUESTION 42
What are the main advantages of using webhooks/post commit hooks from your Source Code Management system to trigger your Jenkins protect rather than using SCM polling?
- A. Builds are started immediately after changes are committed.
- B. Builds are started on a defined cron schedule.
- C. Avoid unnecessary overhead from polling.
- D. The entire repository is scanned so no commits are missed.
Answer: A,B
NEW QUESTION 43
What Is the most efficient way to configure an environment variable that is needed for several pipelines and/or fobs?
- A. Put all the pipelines and Jobs on one master or in one folder and set the environment variable in that master or folder.
- B. Define the environment variable on the Operations Center so it is available to all pipelines and Jobs, whereever they run in the duster.
- C. Set the environment variable on each pipeline or Job.
- D. Download the value from a URL during the build itself.
- E. Define the environment variable in a shared library function that each Job calls.
Answer: D
NEW QUESTION 44
How does Jenkins integrate with Source Code Management Systems (SCM)? Choose 3 answers
- A. Jenkins retrieves source code from SCM repositories.
- B. The SCM system notifies Jenkins of each source code change; Jenkins then triggers the appropriate Jobs.
- C. Any Job definition change in Jenkins automatically launches SCM actions.
- D. The SCM system starts a change review thread in Jenkins for each source code change that is made.
- E. Jenkins notifies the SCM system of the status of each source code change.
Answer: A,C,D
NEW QUESTION 45
Which are valid command-line options for the Java command that runs Jenkins as a stand alone application?
Choose 3 answers
- A. --logfile -- Specify the path for the Jenkins log fie.
- B. --installPlugin - Install a new plugin.
- C. --Idap -- Specify an LDAP server location to use for user authentication.
- D. --httpPort -- Specify the port on which Jenkins Iistens.
- E. -prefix - Spedfy a string to be added at the end of the URL for this instance.
Answer: A
NEW QUESTION 46
Which of the following would correctly complete the sentence, "Continuous Integration is a _______ of Continuous Delivery"?
Choose 2 answers
- A. subset
- B. process definition
- C. superset
- D. requirement
- E. consolidation
Answer: A,B
NEW QUESTION 47
How can you easily see if a plug in you use needs to be upgraded to a new version?
- A. Email the maintainer.
- B. Search for the plugin in the Jenkins artifact repository.
- C. Check the Jenkins Update Center.
- D. Check the plugin wiki
Answer: C
NEW QUESTION 48
Which Jenkins job status indicates that tests failed?
- A. Success
- B. Failure
- C. Aborted
- D. Unstable
- E. Not Built
Answer: B
NEW QUESTION 49
You are an administrator of a base Jenkins master with the recommended pluginset and you wantto connect a new agent using SSH. Authentication on the remote node that will host the agent is done with an SSH key-pair which your users must NOTbe able to see or access. Which of the following is I Kill assuming your users do not have admin rights?
- A. Use a credential "SSH Username with private key", restricted to the Scope "System", for the node's SSH authentication.
- B. You cannot use an SSH key pair. Configure a password for the agent's SSH user, and create a credential of type "Username with password" for the node's SSH authentication.
- C. The SSH key will be stored in the )ENKINS_HOME/.ssh folder. Configure the agent to use a key from the "standard" SSH folder.
- D. Use a credential "SSH Username with private key", restricted to the Scope "Agents", for the node's SSH authentication.
Answer: B
NEW QUESTION 50
Cluster Operations Jobs can be configured to have a sequence of operations. When one of these operations fails, how do you control the effect of that failure on the rest of the Ouster Operations flow?
- A. With the CloudBees Monitoring plugin installed, configure an "Alert" In Jenkins global configuration (Manage Jenkins -> Configure System).
- B. Set the "Failure Mode" in the advanced options in a Ouster Operations Job configuration.
- C. Create a Freestyle Job that listens to the build result of a Ouster Operations build and then dynamically sets the "Failure Mode".
- D. It is not possible to control the effect of an operation failure. The build fails immediately.
Answer: D
NEW QUESTION 51
Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being.
How do you achieve that goal?
- A. This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.
- B. Use a stage step Just before the deploy stage.
- C. Create a separate Pipeline to run the deploy stage.
- D. Use an input step Just before the deploy stage.
Answer: C
NEW QUESTION 52
To track file usage across Jenkins jobs using fingerprints:
- A. Purchase the fingerprint license and install the Jenkins fingerprint service pack.
- B. Use a laptop or personal computer with an integrated fingerprint scanner.
- C. All of the above.
- D. Enable "record fingerprints of files" in the post-build actions section of a Job to track usage.
Answer: C
NEW QUESTION 53
Which of the following are true about the structure of a Declarative Pipeline?Choose 2 answers
- A. Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.
- B. Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.
- C. Any Pipeline DSL code that implements complex computational tasks must be located outside any stage block.
- D. Each pipeline must have a global agent specification.
- E. All stages in a Pipeline must execute on the same type of agent.
Answer: C,E
NEW QUESTION 54
Which would the Credentials plugin help you do?
- A. Define what jobs a user can see.
- B. Log in without entering a password.
- C. Share a user/password pair between jobs.
- D. Generate random passwords to use with third-party integrations.
Answer: C
NEW QUESTION 55
You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline Jenkinsfile Project Recognize In this case, which repositories under the organization will have Multibranch projects automatically created for them?
- A. only repositories that contain a Jenkinsfile in all their branches
- B. only repositories that contain a Jenkinsfile in at least one branch
- C. all repositories that contain a 3enkinsfile in at least one branch or pull request
- D. all repositories
Answer: C
NEW QUESTION 56
You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity to gain access?
Choose 2 answers
- A. A Jenkins user's username and Kerberos token.
- B. A Jenkins user's username and password or API token.
- C. An SSH key matching a Jenkins user's public key.
- D. A Jenkins user's username and GitHub API token.
- E. An SSH key matching an entry in the authorized_keys file of the user account that the Jenkins master process runs "as".
Answer: A,B
NEW QUESTION 57
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 not configure any Global Pipeline Libraries at the folder level: The libraries are running as
"trusted" code, allowing all developers to execute privileged methods. - 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 configure Global Pipeline Libraries at the Pipeline level: The libraries are running as
"untrusted" code, allowing developers to run cod on the Groovy sandbox.
Answer: A
NEW QUESTION 58
Which are ways to influence the number of build artifacts that can be archived? Choose 2 answers
- A. unit build data using the job setting "Discard old builds".
- B. Increase the size of the JENKINS.HOME partition/logical volume.
- C. Change the order of jobs in the pipeline.
- D. Gear the Jenkins cache.
- E. Make sure you regularly delete unused views.
Answer: A,B
NEW QUESTION 59
Which are supported I dilute Modes in the Cluster Operations Job type?
Choose 3 answers
- A. Fail On Second Fail (allow single operation failure)
- B. Fail Tidy
- C. Fail At The End
- D. Fail Dynamic
- E. Fail Immediately
Answer: A,B,E
NEW QUESTION 60
......
Verified CCJE Dumps Q&As - 1 Year Free & Quickly Updates: https://www.fast2test.com/CCJE-premium-file.html