Do you know that you can access more real exam questions via Premium Access? ()
What's the Jenkinsfile?
Answer : C
The Jenkinsfile lives with project source code and portrays the 'Pipeline as code' concept.
You are in charge of a new development process and find that the current branching strategies may have room for improvement. Which types of common strategies might you recommend?
Answer : C
All of these (developer, feature, and release) are common branching strategies.
What is Jenkins matrix-based security?
Answer : D
Jenkins permissions are defined in a matrix-like structure, in which the administrator can set security based on a user or user group.
Which is an invalid matrix-based security realm?
Answer : D
The Drive security realm does not exist. All of the others do
What's a big priority of continuous integration?
Answer : C
When a build breaks, fixing it should be the priority of everyone on the project