NEW
Font size
WorksheetsDevops
Total questions: 11
Worksheet time: 9mins
The ____________ is a process followed for a
software project, within a software organization.
DevOps
ITIL
SDLC
Lifecycle
The _____________ is a culture which promotes collaboration between Development and Operations Team to deploy code to production faster in an automated.
DevOps
ITIL
HRTS
ITSM
The ____________ is a process followed for a
software project, within a software organization.
DevOps
ITIL
SDLC
Lifecycle
The _____________ defines a methodology for improving the quality of software and the overall development process
life cycle
Process
Design
None
Benefits of continuous development are ___________
Faster delivery of new features
Better Quality Product
Less Resource Requirement
All the above
The _____________ is a process that ensures that a software application processes and performs in an expected manner and scope.
Continue
testing
Continuous
deployment
Application monitoring
None of these
The _______________ approach focuses more on continuously aligning development with customer requirements.
Agile
DevOps
ITIL
ITSM
The ____________ is an open source , distributed version control system for tracking changes in source code during s/w development.
GIT
Chef
Ansible
Docker
The __________ code means to upload code to mentioned/required branch repository so that its administrator/reviewer can review the code and finally
update/merge the project version.
Checkout
Kernel
Trunk
Checkin
The ____________ Downloads changes from a
remote repository into the local clone
git push
git pull
git merge
git fetch
The ____________ Creates a new local branch from the current branch's tip.
git checkout
git checkin
git checkout -b
git clone
