Devops Interview Questions and Answers
1.Explain what is DevOps ? It is a newly emerging term in IT field, which is nothing but a practice that emphasizes the collaboration and communication of both software developers and other information-technology (IT) professionals. It focuses on delivering software product faster and lowering the failure rate of releases. 2.List the essential tools used in Devops. Git Jenkins Selenium Puppet Chef Ansible Nagios Docker Monit ELK –Elasticsearch, Logstash, Kibana Collectd/Collect Git(GitHub) 3.What are the core operations of DevOps in terms of development and Infrastructure? The core operations of DevOps Application development Code developing Code coverage Unit testing Packaging Deployment With infrastructure Provisioning Configuration Orchestration Deployment 4. What are the advantages of DevOps with respect to Technical and Business perspective? Technical benefits: Software delivery is continuous. Reduces Complexity in problems. ...