Updated Aug-2021 Exam Engine or PDF for the CloudBees CCJE test to help you quickly prepare for the CloudBees exam! [Q43-Q66]

Share

Updated Aug-2021 Test Engine or PDF for the CloudBees CCJE test to help you quickly prepare for the CloudBees exam!

Full CCJE Practice Test and 90 unique questions with explanations waiting just for you, get it now!

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

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

Answer: E

 

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

Answer: A

 

NEW QUESTION 45
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 46
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 47
When you want to validate that your software produces the desired behavior for end users, you need to use________.

  • A. smoke tests
  • B. non regression tests
  • C. functional tests
  • D. acceptance tests

Answer: C

 

NEW QUESTION 48
How can you easily see if a plug in you use needs to be upgraded to a new version?

  • A. Search for the plugin in the Jenkins artifact repository.
  • B. Check the plugin wiki
  • C. Check the Jenkins Update Center.
  • D. Email the maintainer.

Answer: C

 

NEW QUESTION 49
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 50
Where are fingerprints stored on disk ?

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

Answer: A

 

NEW QUESTION 51
What is the preferred method for a Jenkins administrator to notify all Jenkins users about upcoming system maintenance?

  • A. On the "System Configuration" page, choose the "Maintenance Alerts" option from the "Alerts" drop-down menu and populate the box with a
  • B. On the master's dashboard, dick 'add description" or "edit description" to populate a banner displayed across the top of the master's home page.
  • C. Populate the "Email Notifications" section of the "System Configuration" page with a message to be sent as email to all registered Jenkins users.
  • D. Add text to the "System Message" held on the "System Configuration" page to populate a banner displayed across the top of the master's home page.

Answer: B

 

NEW QUESTION 52
Which of the following "agent" directives are not valid in Declarative Pipeline?

  • A. agent docker
  • B. agent none
  • C. agent { label " linux }
  • D. agent { docker ' centos: latest ' }
  • E. agent {dockerfile {filename * Dockerfile' }}

Answer: A

 

NEW QUESTION 53
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 54
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. Configure "Shared agents' In all CloudBees Core masters.
  • B. Configure a "Shared cloud" In al CloudBees Core masters.
  • C. (Configure the same agent node In all CloudBees Core masters.
  • D. Create an Item of type "Shared Agent" in the Operations Center.

Answer: C

 

NEW QUESTION 55
Which of these tasks are ONLY available from the "Manage Jenkins" page?
Choose 2 answers

  • A. Configure credentials
  • B. Open Blue Ocean
  • C. Manage plugins
  • D. Configure Global Security
  • E. Define views

Answer: A,D

 

NEW QUESTION 56

You have an Operations Center architecture as pictured in the exhibit above, where there are:
* Three folders: F1, F2, and F3
* Three shared agents: SI, S2, and S3
* Four client masters: Ml, M2, M3, and M4
Which statements are true?
Choose 2 answers

  • A. M3 can only perform builds on S2 and S3.
  • B. M1 can only perform builds on S1.
  • C. M3 can only perform builds on S2.
  • D. M4 can perform builds on any shared agent.
  • E. M4 can only perform builds on S3.

Answer: A,D

 

NEW QUESTION 57
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers

  • A. No extra plugins must be installed.
  • B. Job definition can be loaded from the Source Code Management system at build time.
  • C. Builds can be triggered with millisecond granularity.
  • D. Jenkins can be restarted while a build is In progress without impacting the build.
  • E. Builds can be parameterized.

Answer: C,D

 

NEW QUESTION 58
Which would the Credentials plugin help you do?

  • A. Log in without entering a password.
  • B. Share a user/password pair between jobs.
  • C. Generate random passwords to use with third-party integrations.
  • D. Define what jobs a user can see.

Answer: B

 

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

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

Answer: E

 

NEW QUESTION 60
Which are commonly tuned Items to run Jenkins or CloudBees Jenkins Distribution Choose 2 answers

  • A. Operating system limits on network packet size and interrupt latency.
  • B. Database query performance parameters.
  • C. Java memory heap size and garbage collector for heap.
  • D. Operating system buffer cache size and Iimits on open files.
  • E. Operating system limits on open files and forked processes.

Answer: A,D

 

NEW QUESTION 61
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 62
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. No default administrator account Is created; you have to configure security manually.
  • B. A default administrator account Is created and you cannot re-enable security.
  • C. A default administrator account is created with user name "admin" and password "admin".
  • D. A default administrator account is created with username "admin" and password from the fie JENKINS_HOME/secret/initialAdminPassword.

Answer: D

 

NEW QUESTION 63
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 64
Which of the following are true about the structure of a Declarative Pipeline?Choose 2 answers

  • A. Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.
  • B. Each pipeline must have a global agent specification.
  • C. All stages in a Pipeline must execute on the same type of agent.
  • D. Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.
  • E. Any Pipeline DSL code that implements complex computational tasks must be located outside any stage block.

Answer: C,E

 

NEW QUESTION 65
Which enables you to use artifacts from a completed build In the workspace of the currently running build?

  • A. Copy Artifact plugin.
  • B. Rebufld pkjgin.
  • C. Jenkins core.
  • D. ArtifactDeptoyer plugin.

Answer: C

 

NEW QUESTION 66
......

Full CCJE Practice Test and 90 unique questions with explanations waiting just for you, get it now: https://www.torrentvce.com/CCJE-valid-vce-collection.html