POKE ME for any consultancy

Monday, April 8, 2024

DevOps Interview Questions

 Q:Zabbix interview

A:GitHub - sk3pp3r/zabbix-interview-questions-and-answers: Welcome to the Zabbix Questions Repository! This repository contains a comprehensive list of questions covering various aspects of Zabbix, including installation, configuration, monitoring, troubleshooting, and advanced features. Use these questions to test your knowledge and learn more about Zabbix.

Q: What are advantages of DevOps?

o   Faster resolution of problems.

o   less time available to add value.

o   Complexity increases with increase in problems.

o   Decrease deployment frequency.

A: Advantage of Devops are:

o   Faster resolution of problems.

 

Q: Which of the below statement is correct?

o   In Devops development process runs until a "finished" product is released.

o   Waterfall is to develop software in small iterations to provide overall solution.

o   DevOps brings more complexity on top of the Agile model

o   DevOps and Continuous Delivery enable Agile Development

 

A: Answer is

o   DevOps and Continuous Delivery enable Agile Development

 

 

Q: Which is the correct order of tests when testing new software?

o   Functional tests, system tests, unit tests, UI tests

o   UI tests, functional tests, system tests, Unit tests

o   System tests, unit tests, functional tests, UI tests

o   Unit tests, system tests, functional tests, UI tests

A: Answer is

o   Unit tests, system tests, functional tests, UI tests


Q: Which DevOps principle appreciates measuring processes, people, and tools?

A. Continuous improvement

B. Create with the end in mind

C. Cross-functional autonomous teams

D. People responsibility

 

Answer is A-Continuous improvement

 

Q: Which component provides the first feedback on the quality of committed application code changes?

A. Automated Provisioning

B. Automated Build

C. Automated Test

D. Automated Deployment

 

Answer is B. Automated Build

 

 

Q: What is the main benefit of automated provisioning?

A. Flexible approach to ad-hoc system changes

B. Focus on operational perspective to control infrastructure changes

C. High speed delivery of new environments

D. Variability in application environments

Answer is C. High speed delivery of new environments

No comments:

Post a Comment