In a Pipeline, the stage step_________.

In a Pipeline, the stage step_________.A . can be used to group a number of other steps into a logical unit for displayB . collects a set of artifacts that can be referenced in a later Pipeline stepC . prepares a test environment in JenkinsD . transfers artifacts to a...

March 4, 2021 No Comments READ MORE +

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

March 3, 2021 1 Comment READ MORE +

What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?

What is the purpose of the "Manage Old Data" screen under "Manage Jenkins"?A . Delete artifacts, togs, and backups that are no longer required.B . Clean up workspaces left by deleted Jenkins users.C . Delete outdated configurations left by uninstalled, deleted, or upgraded plugins.D . Delete or restore old credentials...

March 3, 2021 No Comments READ MORE +

What is the purpose of the "Manage Users" section of the Manage Jenkins dashboard?

What is the purpose of the "Manage Users" section of the Manage Jenkins dashboard?A . Contains entries used for the security matrix or project security matrix.B . Defines aliases for credentials that have been created In the external security realm.C . Each user who is allowed access to Jenkins must...

March 2, 2021 No Comments READ MORE +

In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?

In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?A . BuildB . Build EnvironmentC . Source Code ManagementD . Build TriggersE . Post-build ActionsView AnswerAnswer: A

March 2, 2021 No Comments READ MORE +

Which are Source Code Management tools? Choose 3 answers

Which are Source Code Management tools? Choose 3 answersA . JavaB . PerforceC . SubversionD . GitE . MavenView AnswerAnswer: B,C,D

March 2, 2021 No Comments READ MORE +

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...

March 1, 2021 No Comments READ MORE +

What does the M# of executors" field on the Jenkins master control?

What does the M# of executors" field on the Jenkins master control?A . Maximum number of jobs which can be run concurrently on attached agents.B . Number of Java threads that can run Jenkins jobs.C . Number of external build agents that can be used forjobs run on this Jenkins...

February 28, 2021 No Comments READ MORE +

Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answers

Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answersA . Permissions to run jobs and PipelineB . CredentialsC . View definitionsD . PluginsE . Pipeline shared librariesView AnswerAnswer: A,B,C,E

February 27, 2021 No Comments READ MORE +

Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?

Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?A . Because executors cannot be allocated on the master.B . Because executors offloaded onto build nodes are not performant.C . Because it prevents the CPU being overloaded during parallel polls.D . Because it prevents builds...

February 26, 2021 No Comments READ MORE +