
Get 100% Passing Success With True CCJE Exam! [Sep-2021]
CloudBees CCJE PDF Questions - Exceptional Practice To Certified CloudBees Jenkins Engineer (CCJE)
NEW QUESTION 48
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. Create a Freestyle Job that listens to the build result of a Ouster Operations build and then dynamically sets the "Failure Mode".
- B. Set the "Failure Mode" in the advanced options in a Ouster Operations Job configuration.
- C. It is not possible to control the effect of an operation failure. The build fails immediately.
- D. With the CloudBees Monitoring plugin installed, configure an "Alert" In Jenkins global configuration (Manage Jenkins -> Configure System).
Answer: C
NEW QUESTION 49
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. Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important task performed by the pipeline.
- 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. Use the pipeline DSL to implement Intricate networking and computational tasks that your Pipeline needs to do.
Answer: A,B,C
NEW QUESTION 50
The Jenkins Install Wizard allows you to_________.
- A. completely define the security and notification settings of the Jenkins instance you are installing
- B. define an admin user for Jenkins
- C. define executor agents
- D. define the security settings of the Jenkins instance you are installing
- E. define non-admin users for Jenkins
Answer: D
NEW QUESTION 51
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 "Agents", for the node's SSH authentication.
- B. The SSH key will be stored in the )ENKINS_HOME/.ssh folder. Configure the agent to use a key from the "standard" SSH folder.
- C. Use a credential "SSH Username with private key", restricted to the Scope "System", for the node's SSH authentication.
- D. 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.
Answer: D
NEW QUESTION 52
When using SSH to launch an agent, which are required? Choose 2 answers
- A. You must log into the agent with SSH and start the agent.
- B. The pubic key of the credential that is used for the agent must be installed on the agent.
- C. The agent's SSH Public Key must be in the master's authorized keys.
- D. OpenSSL must be instated on the agent.
- E. SSHD must be installed on the agent.
Answer: A,D
NEW QUESTION 53
In a Pipeline, the stage step_________.
- A. can be used to group a number of other steps into a logical unit for display
- B. prepares a test environment in Jenkins
- C. transfers artifacts to a staging server for testing
- D. collects a set of artifacts that can be referenced in a later Pipeline step
Answer: C
NEW QUESTION 54
What is the purpose of Pipeline checkpoints?
- A. To allow continuing the build on another agent.
- B. To avoid having to rerun the entire Pipeline If a transient error occurs.
- C. To run additional tests.
- D. To configure pipelines to send a progress report by email when a checkpoint is reached.
- E. To visually separate stages.
Answer: A
NEW QUESTION 55
You have a project X that depends on project Y, which in turn depends on protect /. You are working on project /. learn X reported that feature team /.Jar, which they are using, causes a NullPointerException. What Jenkins feature tell you, as a member of team z, which builds are using (or not using) feature team-z jar build
#32?
- A. The can only be done if you install the Build Analysis plugin.
- B. The "Fingerprint" feature.
- C. The "Archive the artifacts" post-build action.
- D. The Jenkins Blueprint feature.
Answer: D
NEW QUESTION 56
Which keyword is used to group related parts of a Declarative Pipeline?
- A. steps
- B. steps
- C. stage
- D. collect
- E. group
Answer: A
NEW QUESTION 57
Withthe CloudBees Folders Plus plugin, which step is required to configure a controlled agent?
- A. The folder administrator sends a request, containing a digital signature, to the agent administrator, who adds the signature to the list of approved signatures.
- B. The folder administrator sends an email, containing the folder ID, to the agent administrator, who adds the ID to the list of approved folders.
- C. Anyone with admin permissions can simply be the ID of the folder to the specific agent; no other steps are necessary.
- D. The folder administrator creates a request key which is given to the agent administrator, who approves the request key and sends back a request secret.
Answer: A
NEW QUESTION 58
Which are recommended positions for a Pipeline checkpoint?
Choose 2 answers
- A. in its own ' stage ' that uses 'agent none'
- B. just before a stage that is vulnerable to a transient error such as a network failure or low disk space
- C. as the first statement after a stage block
- D. as the last statement in a stage that does a lot of work
Answer: B,D
NEW QUESTION 59
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. Use an input step Just before the deploy stage.
- B. Create a separate Pipeline to run the deploy stage.
- C. Use a stage step Just before the deploy stage.
- D. This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.
Answer: B
NEW QUESTION 60
What Is the most efficient way to configure an environment variable that is needed for several pipelines and/or fobs?
- A. Set the environment variable on each pipeline or Job.
- B. Download the value from a URL during the build itself.
- C. Define the environment variable on the Operations Center so it is available to all pipelines and Jobs, whereever they run in the duster.
- D. Define the environment variable in a shared library function that each Job calls.
- E. Put all the pipelines and Jobs on one master or in one folder and set the environment variable in that master or folder.
Answer: B
NEW QUESTION 61
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 62
As an administrator, you want to prevent your users from running builds on a specific agent without preventing them fromconfigurejobs. On CloudBees Core, which option allows you to do that?
- A. Create a folder with the same name as the agent, and check "Limit execution of builds on agent
[NAME] to jobs in this folder". - B. Associate the agent with a folder using the Controlled Agents feature, to limit the builds the agent will run to those in that folder.
- C. Enable the Managed Agents feature for the folder containing the jobs the agent is allowed to run.
- D. Remove the users' permission to change the label expression of the jobs.
Answer: C
NEW QUESTION 63
Which is an element that CANNOT be promoted from a Custom Update Center?
- A. Custom-developed plugins.
- B. Open source plugins.
- C. Jenkins core.
- D. Build tool installers.
Answer: A
NEW QUESTION 64
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 65
When running Cloud Bees Core on traditional platforms, what is the requirement regarding versions to successfully implement the High Availability feature?
- A. Each instance can have a different Jenkins version and a different JDK version as long as they all run on the same operating system version.
- B. All instances must run the same JDK version.
- C. All instances must run the same Jenkins version and the same JDK version.
- D. All instances must be +/- one ma)or revision from each other.
- E. All instances must run the same Jenkins version.
Answer: B
NEW QUESTION 66
Which statements about a Distributed Version Control System are correct?Choose 2 answers
- A. It requires one server in each location.
- B. It makes it easy to fork and merge code.
- C. It requires a central server and a standby server.
- D. It operates without a central server.
- E. It requires fast network access for dairy work.
Answer: B,E
NEW QUESTION 67
......
CCJE dumps - Fast2test - 100% Passing Guarantee: https://www.fast2test.com/CCJE-premium-file.html