1.
Concerning Jenkins' security which of these is odd?
Correct Answer
C. Autosecurity
Explanation
Autosecurity is the odd option in this list because it is not a commonly used term in the context of Jenkins' security. The other options, Authorization, Authentication, and Access control, are all well-known and widely used concepts in the field of security. Autosecurity, on the other hand, is not a recognized term and does not fit in with the other options.
2.
When did the Red Hat acquired Ansible?
Correct Answer
C. October 2015
Explanation
In October 2015, Red Hat acquired Ansible.
3.
Jenkins is written in
Correct Answer
D. Java
Explanation
Jenkins is written in Java. This means that the codebase of Jenkins is primarily written in the Java programming language. Java is a popular choice for developing large-scale applications, and it offers various features that make it suitable for building robust and scalable software systems. Jenkins, being a widely used automation server, leverages the power of Java to provide a reliable and extensible platform for continuous integration and delivery.
4.
The company established to support and manage Ansible is
Correct Answer
B. Ansible Inc
Explanation
Ansible Inc is the correct answer because it is the company that was established to support and manage Ansible. Ansible is an open-source automation tool that simplifies IT tasks such as configuration management, application deployment, and orchestration. Ansible Inc provides commercial support, training, and consulting services for Ansible users, ensuring the tool's continued development and success.
5.
Jenkins supports the following except
Correct Answer
C. TopCase
Explanation
Jenkins supports various version control systems like AccuRev, CVS, and Mercurial. However, it does not support TopCase.
6.
Concerning the software architecture, Ansible has how many servers?
Correct Answer
A. 2
Explanation
Ansible, as a software architecture, has two servers. This means that there are two servers involved in the Ansible software architecture.
7.
Jenkins won the geek choice award in
Correct Answer
A. 2015
Explanation
Jenkins won the geek choice award in 2015.
8.
Who is the creator of Jenkins?
Correct Answer
C. Kosuke Kawaguchi
Explanation
Kosuke Kawaguchi is the creator of Jenkins. He developed Jenkins, originally named Hudson, while working at Sun Microsystems. Jenkins is an open-source automation server that is widely used for continuous integration and delivery of software projects. It allows developers to automate various tasks such as building, testing, and deploying applications. Kosuke Kawaguchi's contribution to the development of Jenkins has made it a popular tool among software development teams.
9.
Who is the author of Ansible?
Correct Answer
A. Micheal Dahaan
Explanation
The correct answer is Micheal Dahaan. He is the author of Ansible, an open-source automation tool used for configuration management, application deployment, and orchestration. Micheal Dahaan created Ansible in 2012 with the intention of providing a simple yet powerful automation platform that is agentless and easy to use. Ansible has gained popularity in the IT industry for its simplicity and versatility in managing infrastructure and automating repetitive tasks.
10.
Ansible is written in Powershell and
Correct Answer
D. Python
Explanation
Ansible is not written in Powershell, Java, PHP, or C. The correct answer is Python. Ansible is an open-source automation tool that is used for configuration management, application deployment, and task automation. It is written in Python, which makes it easy to use and extend. Python is a popular programming language known for its simplicity and readability, making it a suitable choice for developing Ansible.