DevOps Culture Quiz
1. Understanding of what we are deploying and how we are deploying comes under which habit of DevOps
Answer: Configuration Management
2. ____________ is the primary measure of progress according to Agile Manifesto.
Answer: Working Software
3. DevOps encompasses _
Answer: Automation
4. DevOps is the union of ___ , ____ and __ to enable continuous delivery of value to end users.
Answer: People, Processes and Products.
5. Improve quality and performance of the applications is a major driver for switching to DevOps
Answer: True
6. Which of the following is a value of DevOps
Answer: DevOps goals span the entire delivery pipeline
7. DevOps encompasses culture and collaboration
Answer: True
8. Product Management is one of the 7 DevOps practices
Answer: False
9. Which of the following can slow down your ability to deliver code effectively ?
Answer: Technical Debt
10. What is the desire in the organization to push things to production termed as ?
Answer: Live Site Culture
11. Which of the following is a benefit of small releases?
Answer: Faster Feedback
12. Change Fail rate is an Agility performance indicator
Answer: False
13. What is the metric used to measure how quickly are we deploying?
Answer: Deployment Frequency
14. Automation empowers frequent releases and self-service
Answer: True
15. Which of the following is not a benefit of Automation in DevOps ?
Answer: Implants Manual Errors
16. Minimize conflicts when merging code should be one of your goals while performing branching.
Answer: True
17. enables continuous value delivery
Answer: Automation
18. ____________ measures complexity of the code and the efficiency of the development systems.
Answer: Change Lead Time
19. _ is a software engineering approach in which teams produce software in short cycles, ensuring that software can be reliably released at any time.
Answer: Continuous Delivery
20. Continuous Delivery encourages configuration as code.
Answer: True
21. _ ensure that code deployed to production environment is not necessarily released to all end users
Answer: Feature Flags
22. During the Continuous Integration process unit tests are executed during the build.
Answer: True
23. Continuous Delivery focuses on manual delivery pipeline.
Answer: False
24. It is OK if all the environments are not consistent in a DevOps lifecycle
Answer: False
25. In Manual Integration Testing Human Intelligence is waged against the application
Answer: True
26. _ is the automated system used for continuous integration (Build Code, Create Packages and Run Code.
Answer: Build Pipeline
27. ______________ testing tests components together in scenarios.
Answer: Integration
28. Treating Infrastructure as a flexible resource is a benefit of Infrastructure and Configuration as Code
Answer: True
29. The process of monitoring and learning from a “live site” is known as
Answer: Application Performance Monitoring
30. Which of the following is not a type of monitoring?
Answer: Program