Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.88 KB

Devops_mock_interview_5.md

File metadata and controls

52 lines (45 loc) · 1.88 KB

Git

  1. what is the importance .git directory?
  2. what are the branches, diff between remote and local branches?
  3. what Branching strategy that you are familier with?
  4. What PR (Pull request) is? whats the importance of PR?

Unix & Shell scripting

  1. what is command for checking the running process? how to get PID of process?
  2. Command to get whether certain port is listing or not?
  3. How to indentify the number of params that has been sent to shell script?
  4. command to delete empty line in a file?

Helm

  1. what is the need for helm charts?
  2. what version helm your using? what difference between helm 2 & helm3?

Kubernetes

  1. What is Pod?
  2. Creation of cluster for k8s, can we have multi master and multi nodes cluster?
  3. On what basis the pod will be deployed on a specific node?
  4. Can we deploy pod on master node?
  5. What are steps that you might take to make one node into maintance?
  6. In the kubeadm setup the control plane components are created as pods, where the defination those pods will be defined?

Docker

  1. How to configure docker private registry?
  2. Types of network in docker? if you dont specify network to deploy on which network the conatiner will be created?
  3. Explain a sample dockerfile that you have used in your project?
  4. Can we launch linux conatiners windows and viceversa?

Maven

  1. what is multi module project?
  2. what is the importance of dependency managment?
  3. what are the settings that you need to do for mvn deploy ( to push artifcats to repository )?
  4. mvn version that you have used?

Jenkin

  1. what is the need of CICD tools?
  2. What type of Jenkinsfile you have worked on?
  3. In master slave setup if I want run job on specific node is is possible?
  4. what is the importance of Jenkins secrets?

Monitoring

  1. If given a chance to setup monitoring solution for project what are tools that you use?