DevOps Culture Interview Question-Answer

Q.1 Understanding what we are deploying and how we are deploying comes under which practice of DevOps?

       A. Release Management

       B. Configuration Management

       C. Continuous Integration

       D. Deployment Management

Ans : Configuration Management


Q.2 ____________ is the primary measure of progress according to Agile Manifesto.

       A. Working Software

       B. Continuous Deployment

       C. Incremental Value

Ans : Working Software


Q.3 I can download DevOps and install it in my computer

       A. True

       B. False

Ans : False


Q.4 Improving the quality and performance of the applications is a major driver for switching to DevOps.

       A. True

       B. False

Ans : True


Q.5 Product Management is one of the 7 DevOps practices.

       A. True

       B. False

Ans : False


Q.6 ____________ measures the complexity of the code and the efficiency of the development systems.

       A. Change Failure Rate

       B. Deployment Frequency

       C. Mean Time to Recover

       D. Change Lead Time

Ans : Change Lead Time


Q.7 The following are benefits of automation in DevOps, except it _________.

       A. Implants Manual Errors

       B. Enables anyone to perform tasks

       C. Enables Speed, Reliability and Consistency

Ans : Implants Manual Errors


Q.8 _____________ is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time.

       A. Continuous Deployment

       B. Continuous Delivery

       C. Continuous Integration

Ans : Continuous Delivery


Q.9 Automation empowers frequent releases and self-service.

       A. True

       B. False

Ans : True


Q.10 During the Continuous Integration process, unit tests are executed during the build.

       A. True

       B. False

Ans : True


Q.11 Continuous Delivery encourages configuration as code.

       A. True

       B. False

Ans : True


Q.12 Continuous Delivery focuses on manual delivery pipeline.

       A. True

       B. False

Ans : False


Q.13 In Manual Integration testing, Human Intelligence is waged against the application.

       A. True

       B. False

Ans : True


Q.14 It is acceptable if all the environments are not consistent in a DevOps lifecycle.

       A. True

       B. False

Ans : False


Q.15 _____________ ensures that the code deployed to the production environment is not necessarily released to all end users.

       A. Deployment Checklist

       B. Configuration Checklist

       C. Feature Flag

Ans : Feature Flag


Q.16 _____________ is the automated system used for continuous integration (Build Code, Create Packages and Run Code).

       A. Test Pipeline

       B. Automation Pipeline

       C. Build Pipeline

       D. Deployment Pipeline

Ans : Build Pipeline


Q.17 ____________ enables continuous value delivery.

       A. Enterprise Alignment

       B. Automation

       C. Continuous Integration

Ans : Automation


Q.18 Which of the following can slow down your ability to deliver code effectively?

       A. Infrastructure as Code

       B. Test Automation

       C. Technical Debt

       D. Enterprise Alignment

Ans : Technical Debt


Q.19 Which of the following is a benefit of small releases?

       A. Lower Confidence

       B. Faster Feedback

       C. High Risk

Ans : Faster Feedback


Q.20 Which of the following is a value of DevOps?

       A. DevOps embraces Silo approach to software development

       B. DevOps goals span the entire delivery pipeline

Ans : DevOps embraces Silo approach to software development


Q.21 Minimizing conflicts when merging code should be one of your goals while performing branching.

       A. True

       B. False

Ans : True


Q.22 In Manual Integration testing, Human Intelligence is waged against the application.

       A. True

       B. False

Ans : True


Q.23 DevOps is the union of ___________, ____________ and _________ to enable continuous delivery of value to end users.

       A. Programmers, Procedures and Products

       B. Programs, Poster and Punctuations

       C. People, Processes and Products

       D. People, Tools and Applications

Ans : People, Processes and Products


Q.24 The following are benefits of automation in DevOps, except it _________.

       A. Implants Manual Errors

       B. Enables Speed, Reliability and Consistency

       C. Enables anyone to perform tasks

Ans : Implants Manual Errors


Q.25 The process of monitoring and learning from a live site is known as ______________.

       A. Performance Testing

       B. Application Performance Monitoring

       C. Live Monitoring

Ans : Application Performance Monitoring


Leave a Comment