Here I'm collecting interesting DevOps interview questions out of my experiences and some of my friends who attended in various companies. And also made some of them collected from the most highly professional session delivered in the YouTube tutorials.
World-class DevOps Interview Questions |
SCM Questions
- Can we build some code from SVN and some from the GIT repository in a single Jenkins job?
- Merging two branches merge conflicting? How do you resolve it?
- What is the difference between git clone, git fetch and git pull?
- How do you deal with git remote repository?
AWS Interview Questions
- AMI instance took the snapshot from recently build instance, How can I create a new instance?
- Can you change VPC? when you do that? What are the restrictions on VPC?
- What is S3 used for?
- What is EC2 in AWS?
- What is Route53? Which situations you will use it?
- What are the storage options in AWS? Explain what are the advantages for each type?
Linux/Unix Shell scripting
- How do you find the number of files used by a particular user?
- How to find and replace the strings in vi editors?
- Can you tell the steps involved in the shell script to find the latest 5 days log files archive them, then remove them from the location?
- What are the options we have for filtering data using regular expression?
- What are the differences between Linux and UNIX?
Docker Interview Questions
- Can you write a simple Dockerfile where a webserver runs?
- What is the difference between ENTRYPOINT and CMD?
- How to parameterized the run time containers?
- How do Docker Host and Docker client communicate?
- What is Docker Swarm do?
- What do you understand about the image and containers in Docker?
- What are the types of Docker repositories?
- How do you provide Docker security?
- What are the differences between Docker EE and Docker CE?
- What is the default Docker network?
- What are the features of Docker Universal Control Plane (UCP)?
- Why do we need Docker Trusted Registry(DTR)?
- What is the best orchestration tool for Docker? Why?
- How do you store data for a container that runs a database?
- What is the best way to bring up/down the web server, application server and a database like MySQL in a sequence?
Kubernetes Interview Questions
- What is the Kubernetes architecture explain to me in detail?
- How does Master-Slave work in Kubernetes?
- What are the namespaces in Kubernetes?
- How does the persistant volume works in Kubernetes?
- What all possible networks available for Kubernetes?
- How do you deploy an application on Kubernetes Cluster?
- How do you scale the services in Kubernetes?
- What is a replica set in Kubernetes?
- What does configMap do in Kubernetes?
- What is a Pod? How many types of Pods used in Kubernetes?
- How do you integrate docker images to build and ship to a Kubernetes cluster?
- How do you allocate the resources for a Kubernetes cluster?
Prometheus Interview Questions
- What is Prometheus? explain the purpose.
- How do you install and configure Prometheus?
- How do you start Prometheus?
- Why should you select Prometheus, Grafana and Alertmanager stack used?
- How do Prometheus store TSDB data? explain configuration options.
- What are the recently encounter issues in Prometheus monitoring system?
- What are the features of PromQL?
- What are data types in PromQL
- What are the binary operators in PromQL?
- What are the metrics types in PromQL?
- What is a counter in PromQL?
- How do you deal with a Histogram in PromQL?
- What is the difference between Gauge vs
Grafana Interview Questions
- How do you integrate Prometheus with Grafana?
- How do you design a Grafana dashboard?
- How do you connect a Datasource in Grafana? Explain the example as Prometheus as Database.
- What are the attributes that need to be considered for developing the visualization in Grafana?
- What are the best features of Grafana? what you have implemented?
- What all the exporters required in Prometheus so that Grafana visualizations could give effective output?
- How do you parameterize the Dashboard where there is selective metrics outcome required.
Alert Manager Interview Questions
- How do you install Alert Manager?
- How do you configure an Alert manager?
- Where does the Alert Manager best suites for?
- How do you define Alert Rule?
- How do you format the Alert messages in Slack or mail?
SRE interview Questions
Reference:
- Docker Image management
- Kubernetes Basic Installation
No comments:
Post a Comment