Test
Please answer the questions below to complete the test.
Question 1
What is the primary goal of Continuous Delivery (CD)?
Select one answer
To manually compile code once a month
To automate the release of software changes to production frequently and reliably
To remove the need for software testing
To build images without deploying them
Question 2
Which command is used to retrieve the initial admin password?
Select one answer
docker inspect myjenkins1
cat /var/jenkins_home/secrets/initialAdminPassword
docker logs myjenkins1 | grep -B 5 initialAdminPassword
curl localhost:8080/password
Question 3
Which port is mapped to 8080 in the docker run command to access the Jenkins server?
Select one answer
Port 50000
Port 8080
Port 80
Port 22
Question 4
Why is the 'None' option selected during the 'Select Plugins to install' step in this lab?
Select one answer
To install all plugins automatically
Because the internet connection is disabled
To keep the setup simple and manually add plugins later if needed
Because the plugins are incompatible with Docker
Question 5
What type of project is created to test the Jenkins installation in this lab?
Select one answer
Pipeline Project
Multibranch Pipeline
Freestyle Project
Maven Project
close