
[Jan 01, 2022] Latest CCJE PDF Dumps & Real Tests Free Updated Today
CCJE Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund
NEW QUESTION 28
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 29
Which metric is not offered in the metrics plugin?
- A. HTTP requests received by the Jenkins instance.
- B. The number of users registered on the Jenkins instance.
- C. The memory used to run the Jenkins instance.
- D. Number of plugins instated on the Jenkins instance.
- E. Number of Jobs in the build queue.
Answer: D
NEW QUESTION 30
What does CAP do?
- A. Specifies the set of features, feature versions, and feature dependencies that are either verified or trusted, depending on the degree of testing they have received.
- B. Specifies the set of plugins, plugin versions, and plugin dependencies that are ether verified or trusted, depending on the degree of testing they have received.
- C. Runs security metrics toots on the duster to ensure that no installed plugins have security vulnerabilities.
- D. Specifies the set of apps, app versions, and app dependencies that are either verified or trusted, depending on the degree of testing they have received.
- E. Tests all installed plugins to ensure that they are compatible with all other the CloudBees Core or Jenkins release you are running.
Answer: A
NEW QUESTION 31
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 32
Which is the best choice for keeping JENKINS_HOME folder from becoming too large?
- A. Start new versions of Jenkins on fresh machines.
- B. Discard build records.
- C. Purge the secrets.key and secrets-not-so-secret.key regularly.
- D. Remove all non-bundled plugins.
Answer: B
NEW QUESTION 33
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. Enable the Declarative Pipeline 'enableFingerprints' 'option' .
- C. Set the Fingerprint Artifacts global configuration option.
- D. No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.
- E. Set the "fingerprint: true" argument for the archiveArtifacts() step.
Answer: D
NEW QUESTION 34
What is the recommended plugin to use for building Pipelines on Jenkins?
- A. Job DSL plugin
- B. Pipeline plugin (previously named "Workflow")
- C. Join plugin
- D. Promoted Builds plugin
- E. Build Pipeline plugin
Answer: C
NEW QUESTION 35
Your teams share one Jenkins master. How can you prevent one team from changing the Jobs of another team?
- A. Define team specific folders and restrict edit access to team members.
- B. Define team-specific views and set the initial view to the team-specific view.
- C. You cannot. Each team must use a separate master.
- D. You do not need to do anything. Job editing is restricted to team members by default.
Answer: C
NEW QUESTION 36
Which is an element that CANNOT be promoted from a Custom Update Center?
- A. Build tool installers.
- B. Jenkins core.
- C. Custom-developed plugins.
- D. Open source plugins.
Answer: C
NEW QUESTION 37
You are upgrading d Cloud Bees Core 2.x instance to a newer version (2.y). Beekeeper is DISABLED. Which statements are TRUE? Choose 2 answers
- A. All the plugins in the CAP Collection will be replaced by the versions specified in the target CloudBees Core version.
- B. Any REQUIRED plugins that were already installed may be upgraded, depending on Beekeeper configuration options.
- C. Any OPTIONAL plugins that are missing will be installed.
- D. No operation will be performed on OPTIONAL plugins.
- E. Any REQUIRED plugins that are missing will be Instated.
Answer: B,E
NEW QUESTION 38
In Jenkins, a trigger commonly refers to a mechanism that automatically_______.
- A. starts the build of a job
- B. sends notification once the build is completed
- C. detects code changes in the repository
- D. updates plugins
Answer: B
NEW QUESTION 39
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 40
Which of these tasks are ONLY available from the "Manage Jenkins" page?
Choose 2 answers
- A. Configure Global Security
- B. Configure credentials
- C. Manage plugins
- D. Define views
- E. Open Blue Ocean
Answer: A,B
NEW QUESTION 41
In addition to the features of the CloudBees Folders plugin, which will CloudBees Folders PLUS allow you to do? Choose 2 answers
- A. Enable logging for a folder.
- B. Assign an administrator to a folder.
- C. Restrict an agent to a folder.
- D. Restrict which kinds of items may be created in a folder.
Answer: C
NEW QUESTION 42
On a Jenkins master, where would you configure tools like Maven, JDK, and Ant?
- A. Build tools need to be configured manually on each agent.
- B. Jenkins Nodes -> Install Tools
- C. Manage Jenkins -> Global Tool Configuration
- D. Manage Jenkins -> Configure System
Answer: C
NEW QUESTION 43
When you want to validate that your software produces the desired behavior for end users, you need to use________.
- A. acceptance tests
- B. non regression tests
- C. functional tests
- D. smoke tests
Answer: C
NEW QUESTION 44
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 only)
- B. Do not enforce security settings on masters
- C. Single Sign-On (security realm and Project-based Matrix authorization strategy)
- D. Single Sign-On (authorization strategy only)
- E. Single Sign-On (security realm and authorization strategy)
Answer: A,D,E
NEW QUESTION 45
What is the purpose of the Script Console?
- A. Provides a secure environment to run python scripts to administer Jenkins.
- B. Provides the secure environment used to run CLI commands.
- C. Provides a largely unrestricted environment where sophisticated and trusted users can run sh and bat scripts to streamline management tasks.
- D. Provides a secure environment used to execute sh and bat scripts for all Pipelines and Freestyle Jobs.
- E. Provides a largely unrestricted environment where sophisticated and trusted users can run Apache Groovy scripts to streamline management tasks.
Answer: A
NEW QUESTION 46
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 47
In an architecture that includes an Operations Center and one or more Client Masters, you want to share an agent node for several Client Masters. What Is the best way to achieve this?
- A. Create an Item of type "Shared Agent" in the Operations Center.
- B. Configure a "Shared cloud" In al CloudBees Core masters.
- C. (Configure the same agent node In all CloudBees Core masters.
- D. Configure "Shared agents' In all CloudBees Core masters.
Answer: C
NEW QUESTION 48
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. You can tailor the installed plugins to be specific to the needs of the environment.
- B. Outage of a master will not block flows for all products.
- C. You can more easily create pipelines covering entire products.
- D. You can easily restrict access to a department's protects to the users within that department.
Answer: C
NEW QUESTION 49
What does it mean when a build is "unstable"?
- A. The build has succeeded, and some tests for publishers have failed.
- B. The build has failed, and tests for all publishers have succeeded.
- C. The build has been skipped, and tests for all publishers have been skipped
- D. The build has succeeded, and tests for all publishers have been skipped.
Answer: B
NEW QUESTION 50
Which keyword is used to group related parts of a Declarative Pipeline?
- A. steps
- B. collect
- C. group
- D. stage
- E. steps
Answer: A
NEW QUESTION 51
......
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 |
|
2022 Valid CCJE test answers & CloudBees Exam PDF: https://www.torrentvce.com/CCJE-valid-vce-collection.html