Jenkins
Jenkins provides a faster and more robust way to build, deploy and automate any project with plugins available for almost every DevOps tool to get integrated in CI/CD pipeline. This project (formerly known as Hudson) was started in 2004 by Kohsuke Kawaguchi for continuous integration (CI), but it has since evolved to orchestrate the entire software delivery pipeline, known as Continuous Delivery (CD), and even to Continuous Deployment. It is written in Java which makes it portable to all major platforms. The Jenkins Project was officially released on 29th January 2011.
Take this assessment to know how good you are with one of the leading open-source automation server, and earn rewards. Click the Rewards tab for eligibility requirements.
Read FAQs tab carefully for Instructions before beginning the assessment.
NYXPoints are used to generate the Leaderboard (coming soon). They are awarded for achieving a certain score.
- 200 nyxpoints for a passing score of 80% or more
- 300 nyxpoints for a perfect score of 100%
- Didn’t pass? You still get 30 nyxpoints for attempting the assesment
IMPORTANT instructions for taking the Assessment
- The timer starts when you click Start Assessment
- DO NOT refresh/reload the page or use the back button to navigate away from the page.
- Navigating away from the assessment page DOES NOT stop/pause the timer and the will restart the assessment when you come back to it. The answers are NOT saved.
General
- There are NO pre-requisites to take this assessment. Take this assessment even if you are completely new to Linux.
- The assessment is completely FREE.
- Preferably take it in a closed book mode.
- DO NOT copy/paste, share or upload questions elsewhere.
Eligible Rewards
300 NyxCoins*
* NyxCoins vary on score
Assessment Summary
0 of 30 Questions completed
Questions:
Information
You have already completed the assessment before. Hence you can not start it again.
Assessment is loading…
You must sign in or sign up to start the assessment.
You must first complete the following:
Results
Results
0 of 30 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 30
1. Question
Which of the below option can be used to create dynamic Jenkins Nodes?
CorrectIncorrect -
Question 2 of 30
2. Question
Which authentication method cannot be used to connect with GitHub repository from Jenkins?
CorrectIncorrect -
Question 3 of 30
3. Question
What are the valid options to install Jenkins?
CorrectIncorrect -
Question 4 of 30
4. Question
What is the default location for Jenkins InitialAdminPassword file?
CorrectIncorrect -
Question 5 of 30
5. Question
What is the function of below code in Jenkinsfile?
tools {
maven “M3”
}
CorrectIncorrect -
Question 6 of 30
6. Question
What are all the default build steps available in Jenkins, if installed without recommended plugins? (Multiple Choice)
CorrectIncorrect -
Question 7 of 30
7. Question
Which third party application we can use to enable the Jenkins Authentication?
(Multiple Choice)
CorrectIncorrect -
Question 8 of 30
8. Question
Which is not a Jenkins Pipeline term?
CorrectIncorrect -
Question 9 of 30
9. Question
Which of the following are Jenkins Pipeline types? (Multiple Choice)
CorrectIncorrect -
Question 10 of 30
10. Question
How will you configure a Jenkins Node on the Ubuntu Server which is not accessible on port 22?
CorrectIncorrect -
Question 11 of 30
11. Question
Jenkins access control settings are available under which section in Manage Jenkins?
CorrectIncorrect -
Question 12 of 30
12. Question
Access can be managed in Jenkins using?
CorrectIncorrect -
Question 13 of 30
13. Question
Which options are available in Global Security to manage authorization in Jenkins?
CorrectIncorrect -
Question 14 of 30
14. Question
What are the default global variable references available in the Jenkins Pipelines?
CorrectIncorrect -
Question 15 of 30
15. Question
What is the correct output of below mentioned pipeline syntax?
def username = ‘Thinknyx’
echo ‘Hello Mr. ${username}’
echo “Hello Mr. ${username}”
CorrectIncorrect -
Question 16 of 30
16. Question
Which is the current pipeline term to setup environment variable? (Multiple Choice)
CorrectIncorrect -
Question 17 of 30
17. Question
What are the different types of pipeline options available in Jenkins?
CorrectIncorrect -
Question 18 of 30
18. Question
What is Blue Ocean?
CorrectIncorrect -
Question 19 of 30
19. Question
How Jenkins will ensure that administrators should review the Groovy Scripts configured in Jenkins Pipelines before execution?
CorrectIncorrect -
Question 20 of 30
20. Question
In which section of Manage Jenkins, the Jenkins URL is defined to create Integration with other applications?
CorrectIncorrect -
Question 21 of 30
21. Question
What are the valid Jenkins Build Trigger?
CorrectIncorrect -
Question 22 of 30
22. Question
Which of the following is correct syntax to run a Stage for master branch only?
CorrectIncorrect -
Question 23 of 30
23. Question
Which of the below is not a valid Jenkins Parameter Option?
CorrectIncorrect -
Question 24 of 30
24. Question
Which of the following option is not related to Jenkins terminology?
CorrectIncorrect -
Question 25 of 30
25. Question
Which option is used to add Permanent Jenkins Node? (Multiple Choice)
CorrectIncorrect -
Question 26 of 30
26. Question
How to ensure that same version of Maven is available on all Jenkins Nodes?
CorrectIncorrect -
Question 27 of 30
27. Question
What was the original name for the Jenkins project?
CorrectIncorrect -
Question 28 of 30
28. Question
What is the default JENKINS_HOME location?
CorrectIncorrect -
Question 29 of 30
29. Question
How to download the heapDump for Jenkins?
CorrectIncorrect -
Question 30 of 30
30. Question
In which year the Jenkins Project was officially launched?
CorrectIncorrect