0% found this document useful (0 votes)
116 views3 pages

Dvops

The document discusses various DevOps tools used at different stages of the software development lifecycle. It provides definitions of configuration management tools like Puppet, Ansible, deployment and containerization tool like Docker, continuous integration tool like Jenkins, continuous monitoring tool like Nagios, and version control system like Git. It then asks multiple choice questions to test understanding of when and how these various DevOps tools are used.

Uploaded by

Darahas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views3 pages

Dvops

The document discusses various DevOps tools used at different stages of the software development lifecycle. It provides definitions of configuration management tools like Puppet, Ansible, deployment and containerization tool like Docker, continuous integration tool like Jenkins, continuous monitoring tool like Nagios, and version control system like Git. It then asks multiple choice questions to test understanding of when and how these various DevOps tools are used.

Uploaded by

Darahas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Git : Version Control System tool

Jenkins : Continuous Integration tool


Selenium : Continuous Testing tool
Puppet, Chef, Ansible : Configuration Management and Deployment tools
Nagios : Continuous Monitoring tool
Docker : Containerization tool

ansible is a
a) configuration management, deployment & Orchestration tool --
b) monitoring tool
c) project management tool
d) build tool

Select the CI Server from the below given list:


----a)jenkins
b)maven
c)aws
d)gradle

Nagios is an open-source software tool used in


a)Provisioning
---b)Systems, networks and infrastructure monitoring
c)Continuous integration
d)Configuring management

in Dark Launching Technique approach


a)new features are first deployed on a smaller & specific user base --ys
b)new features are directly deployed into a larger user base --no
c)there is no continuous monitoring and feedback approach
d)roll back is not possible

Identify the Configuration management tool?


a)puppet --
b)new relic
c)Nagios
d)ELK

Which one of the following statement about DevOps is Correct?


a)DevOps is only suitable for start-up companies
b)DevOps is applicable for only for developing a large application
c)DevOps is applicable only for java technology
d)DevOps is the blending of tasks performed by application development and systems
operations teams --

Which of the following Devops tool is used in Continuous Monitoring?


a)Puppet
--b)Nagios
c)Docker
d)Selenium
puppet master contains _____ that are compiled into catalogs
a)hooks
b)reports
c)manifests --
d)facts

git is a
a)Centralized version control system
b)distributed version control system --
c)Microsoft Versions control tool
d)binary repository tool

Which one of the following methodologies does least impact,on the establishment of
DevOps methodology?
a)Lean Manufacturing
b)Agile Software Delivery
c)Waterfall Software Delivery --
d)Continuous Software Delivery

Which one of the following is not true of Docker?


a) It is a tool to create, deploy and run applications using containers
b) It contains an entire operating system --ys
c) It is a lightweight alternative to a virtual machine
d) There is no need to pre-allocate any RAM in the container --no

Metadata in the git repository are stored in


a) .hooks
b) .info --no
c) .git --ys
d) .manifests

docker ps - a command lists


a)all docker containers which are running and active
b)all docker containers that were ever active in the docker engine --
c)all docker images that are present in the docker image
d)all docker containers that are inactive

ansible is a
a)pull based configuration tool -- 111
b)push based configuration tool
c)continuous integration tool
d)push-pull based configuration tool

Splunk is a
a)Continuous Integration tool
b)Continuous testing tool
c)Continuous monitoring tool
d)search engine

_______ is used to create a docker container?


a)docker file 111
b)docker image --no
c)docker engine
d)docker install command --no

In Agile methodology
a)deployment is not continuous
b)deployment is continuous --
c)multiple iteration is not permitted --no
d)each sprint must be for a minimum period of 4 weeks

What is Containerization?
a)It is a lightweight alternative to full machine virtualization 111
b)It is a cloud technology --no
c)It is a heavyweight Virtual machine
d)It is an approach used in configuration management --no

Which of the following options should be used to configure Maven in Jenkins


dashboard?
a)Manage Jenkins-Global Tool Configuration 111
b)Manage Jenkins-Configure System --no
c) Manage Jenkins-Manage Plugins
d) Manage Jenkins-Manage Nodes

Out of the goals listed below which one, when it gets executed, executes all other
listed phases before its execution
a)integration-test --no
b)build
c)deploy --no
d)validate 111

You might also like