▶ ExamTry
Home
Medical
Neet Ug
4
Ssc-Cgl
General_Awareness
5
Mock-Test
5
Devops
Git
3
Ansible
10
Aws
5
Azure
10
Docker
5
Jenkins
5
Kubernetes
5
Terraform
10
⚑ Feedback
Home
jenkins
Exam3
Exam3
devops / jenkins
• 5 questions
Question 1 of 5
What is a webhook in the context of Jenkins CI/CD?
A.
A Jenkins build agent configuration
B.
An HTTP callback sent by a SCM (e.g., GitHub) to trigger a Jenkins job on code push
C.
A Jenkins network security rule
D.
A build artifact stored in Jenkins
Question 2 of 5
What does the Blue Ocean plugin provide in Jenkins?
A.
Docker container build support
B.
A modern, visual UI for creating and visualizing Jenkins pipelines
C.
Cloud deployment automation to AWS
D.
Security vulnerability scanning
Question 3 of 5
What does the `withCredentials` step do in a Jenkinsfile?
A.
Creates new credentials in the Jenkins credential store
B.
Temporarily binds stored credentials to environment variables within the block
C.
Deletes credentials after the build completes
D.
Validates user permissions before running the stage
Question 4 of 5
What is a parameterized Jenkins build?
A.
A build triggered on a time-based schedule
B.
A build that accepts user-defined input parameters before execution
C.
A build that runs in parallel on multiple agents
D.
A build triggered only by webhook events
Question 5 of 5
What is a Multibranch Pipeline in Jenkins?
A.
A single pipeline that runs on multiple agents simultaneously
B.
A project type that automatically creates pipeline jobs for each branch in a repository
C.
A pipeline that uses multiple Jenkinsfiles in the same job
D.
A distributed build system across multiple Jenkins controllers
← Back
Submit Answers ✓