DevOps Culture Q&A
DevOps Culture Q&A
DevOps Culture Q&A
DevOps is the union of ___ , ____ and __ to enable continuous delivery of value to end users.
People, Processes and Products. -- Correct
Improve quality and performance of the applications is a major driver for switching to DevOps
True -- Correct
Understanding of what we are deploying and how we are deploying comes under which habit of
DevOps
Configuration Management -- Correct
DevOps encompasses _
Automation -- Correct
*************************************************************************************************************
****************
Minimize conflicts when merging code should be one of your goals while performing branching.
True -- Correct
____________ measures complexity of the code and the efficiency of the development
systems.
Change Lead Time -- Correct
Which of the following can slow down your ability to deliver code effectively ?
Technical Debt -- Correct
*************************************************************************************************************
****************
_ is a software engineering approach in which teams produce software in short cycles, ensuring
that software can be reliably released at any time.
Continuous Delivery -- Correct
_ ensure that code deployed to production environment is not necessarily released to all end
users
Feature Flags -- Correct
During the Continuous Integration process unit tests are executed during the build .
True -- Correct
*************************************************************************************************************
****************
_ is the automated system used for continuous integration (Build Code , Create Packages and
Run Code.
Build Pipeline -- Correct