0% found this document useful (0 votes)
9 views1 page

DevOps Interview Questions 2024

The document contains a series of questions related to DevOps, Linux, cloud computing, and CI/CD practices. It covers topics such as the DevOps lifecycle, Linux commands, networking concepts, version control with Git, cloud infrastructure, and deployment strategies. Additionally, it addresses tools and methodologies used in automation and containerization.

Uploaded by

aman152027
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

DevOps Interview Questions 2024

The document contains a series of questions related to DevOps, Linux, cloud computing, and CI/CD practices. It covers topics such as the DevOps lifecycle, Linux commands, networking concepts, version control with Git, cloud infrastructure, and deployment strategies. Additionally, it addresses tools and methodologies used in automation and containerization.

Uploaded by

aman152027
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

What is DevOps Lifecycle?

Have you used any Linux Flavors, if yes, which one?


What is the command to change the ownership and permission of a file or directory in Linux?
How do you manage and view running processes in Linux?
What is SSH?
What is DNS (Domain Name System), and how does it work?
What is NAT(Network Address Translatioj), and why is it used?
Explain the difference between TCP and UDP Protocols.
What os Git and how do we use it in DevOps?
Explain the workflow of how to push the code from a local machine.
How do you revert a commit that you made in your repository?
What is a Branch in a Repository?
What cloud you are familiar with?
What is VPC in cloud?
What is the difference between a Private and Public Subnet and what differentiates it?
What is the Deifference between reserved instance and spot instances?
What is CloudFormation (AWS) ?
What are the popular IaC tools have you used?
What is the difference between Terraform & Ansible?
What is a playbook in Ansible?
What is a state file in terraform?
What is Terraform Remote state backend?
What is the Difference between Virtualization and containerization?
What problem does Docker Solves?
What is Dockerfile and why do we use it?
Explain the workflow of how a Docker Container is created?
How do you manage multiple Containers?
What is Ci and CD in CICD?
What CICD tools have you used in the past?
How will you create a CICD pipeline to update the website or app on every commit to a particular branch? (mostly asked in the coding test)
Explain staging, production and testing environment.
What is a Blue Green Deployment?
Explain Canary Deployment?
What is the biggest issue you faced, how did you resolve it.?
How do you scale your application?
How do you rollback if something fails?
How do you automate Deployments?
Which tools have you used for automating deployments?

You might also like