DevOps Interview Questions
 Questions from GIT, Jenkins, Ansible, Dockers & Containers, Kubernetes, OpenShift, AWS, CI/CD, Scripting, Linux (RHEL), Monitoring, Python      GIT   ###########  * What is GIT ?   * What is difference between GIT & Github ?   * Why we use GIT ?   * What is SCM & VCS ?   * What are the process of pushing the code to Github Repository ?   * Why do we commit ?   * What are the commands of GIT to push the code ?   * How you can merge a git repository with another ?    * What is branching in git ?   * Different types of branching in GIT ?   * What is merge conflict in git ?   * How you can resolve merge conflict if you are merging same      project and in the same branch ?        Jenkins   ##########  * What is Jenkins ?   * Why we use Jenkins ?   * What are the other tools/technologies present in market other than      Jenkins for CI/CD ?   * How to move Jenkins from one server to another ?      * How to create Jenkins backup ?...