- All Exams Instant Download
Which Is TRUF about your Jenkins masters?
You need to automate the deployment of 20 base Jenkins masters. I or this, you set the system property jenkins.install.runSetupWizard to the Value "false". Which Is TRUF about your Jenkins masters?A . No default administrator account is created; you have to configure security manually.B . A default administrator account is...
Which is the about the "Build Triggers" functionality in Jenkins?
Which is the about the "Build Triggers" functionality in Jenkins?A . It allows you to customize what specific IP address will never be able to trigger a build.B . It allows you to trigger a build under certain conditions, such as GitHub/BitBucket push events, deployment ratifications,C . It can only...
Which of the following statements are TRUE?
You are using a base Jenkins master in production with the recommended set of plugins. The administrators have configured a Global Pipeline Library named "common-libs", stored in a git repository, with the configuration shown in the exhibit above. You have a Pipeline job at the root of the Jenkins dashboard,...
Which are benefits of binary reuse (compiling once and reusing the built artifact across the rest of the pipeline)? Choose 3 answers
Which are benefits of binary reuse (compiling once and reusing the built artifact across the rest of the pipeline)? Choose 3 answersA . guarantees the same source is tested in each environmentB . allows the inclusion of environment configurations into the artifactC . enables selectively linking stubs and real classes...
Which of the following is TRUE assuming your users do not have admin rights?
Yon are an administrator of a base Jenkins master with the recommended plugin set and you want to 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 NOT be able to see...
When you want to validate that your software produces the desired behavior for end users, you need to use
When you want to validate that your software produces the desired behavior for end users, you need to useA . smoke testsB . acceptance testsC . functional testsD . non-regression testsView AnswerAnswer: A
Which arc true when installing new plugins? Choose 2 answers
Which arc true when installing new plugins? Choose 2 answersA . If you check the "Enable rollbacks when upgrading" box, future updates to an the plugin can easily be rolled back when necessary.B . The previous public release of a plugin is installed for reliability instead of Installing the most...
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstalled?
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstalled?A . Nothing happens. The data remains on the persisted form of the configuration until the next save of that Rem (job, etc.).B . It is deleted on the next restart of Jenkins.C . It...
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answersA . Use the pipeline DSL to implement intricate networking and computational tasks that your Pipeline needs to do.B . Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important...
Which practices optimize performance on large systems? Choose 2 answers
Which practices optimize performance on large systems? Choose 2 answersA . Run all builds on agents and never on the master itself.B . Use the maximum number of executors at all times and avoid using labels.C . Avoid modifying Java parameters that control heap size and garbage collection.D . Use...