NEW
Font size
WorksheetsDevOps Quiz
Total questions: 20
Worksheet time: 16mins
When was DevOps introduced?
1999 and 2000
2003 and 2004
2007 and 2008
2010 and 2011
What is the full form of Devops?
Drive and Operations
Digital and Operations
Development And Operations
None of the above
What are the key components of DevOps?
Continuous Testing
Continuous Integration
Continuous Delivery & Monitoring
All of the above
What is DevOps?
Developers performing operations
A small team of people that own everything related to a particular service
Developers and Operations team members working together
None of the above
Which of the following is not a part of DevOps lifecycle ______.?
Operating
Plan
Build
Code
DevOps is an extension of______.
QA
Agile
Waterfall
None of the above
What cultural shift does DevOps describe?
Close collaboration between developers and IT operations staff
Sharing of responsibilities across departmental lines
The dissolution of departmental silos
All of the above
What defines the DevOps process loop?
Plan, build, release, deploy, monitor
Code, test, deploy, operate, monitor, plan
Plan, code, build, test, deploy, operate, monitor, plan
Build, test, release, monitor
A new DevOps team will revolutionize the IT department.
True
False
What problems does DevOps solve?
Long deployment cycles
Brittle infrastructure and application code
Inefficient or out-of-date applications
All of the above
DevOps is an official framework
True
False
What are the requirements to become a DevOps Engineer?
Fluency in web languages like Ruby, Python, PHP or Java
Interpersonal skills that help you communicate and collaborate across teams and roles
Experience with infrastructure automation tools like Chef, Puppet, Ansible, SaltStack or Windows PowerShell DSC
All of the above
When does testing occur in a DevOps environment?
after development but before release
during development and after release
only after release
only during development
Which of the following best describes the Waterfall Model?
Simplest model
Good for small or medium-sized projects where requirements are specified and do not frequently change.
Each phase must be completed before the next phase can begin, and there is no overlapping between the phases.
All of the mentioned
Select the option that suits the Manifesto for Agile Software Development.
Customer collaboration
Individuals and interactions
Working software
All of the mentioned
What is the difference between Continuous Delivery and Continuous Deployment?
Continuous Deployment ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Delivery automatically moves code into production after it passes automated tests.
Continuous Delivery ensures code is always ready to deploy to production but still requires manual approval to deploy, while Continuous Deployment automatically moves code into production after it passes automated tests.
Continuous Delivery includes all steps of the software development life cycle; Continuous Deployment may skip a few steps, such as validation and testing.
Continuous Deployment includes all steps of the software development life cycle; Continuous Delivery may skip a few steps, such as validation and testing.
Which of the following is a continuous integration tool?
Docker
Kubernetes
Jenkins
Ansible
What Version control allow you to do ?
Don't Compare changes over time.
See who last modified something that might be causing a problem.
Who introduced an issue and when.
1 and 2
2 and 3
Is DevOps & Agile same?
yes
No
May be
What is the use of Git?
Continuous Integration tool
Version Control System tool
Continuous Monitoring tool
Containerization tool
