Skip to content

Commit 4dc7fb8

Browse files
committed
DevOps-Interview: docs: Expand with new sections on Linux & System Administration and Git & Version Control
Signed-off-by: NotHarshhaa <[email protected]>
1 parent dabc4a8 commit 4dc7fb8

File tree

3 files changed

+1000
-1
lines changed

3 files changed

+1000
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Welcome to **DevOps Interview Questions & Answers** – your one-stop destination for mastering **DevOps, Cloud, and SRE interviews**! 🚀
1010

11-
This repository contains **550+ carefully curated interview questions** with detailed answers, covering **all major DevOps tools, cloud platforms, and best practices**. Whether you're a **beginner preparing for your first DevOps job** or an **experienced engineer aiming for top-tier roles**, this resource will help you **understand core concepts, ace technical interviews, and build confidence**.
11+
This repository contains **1100+ carefully curated interview questions** with detailed answers, covering **all major DevOps tools, cloud platforms, and best practices**. Whether you're a **beginner preparing for your first DevOps job** or an **experienced engineer aiming for top-tier roles**, this resource will help you **understand core concepts, ace technical interviews, and build confidence**.
1212

1313
We cover:
1414
**DevOps Fundamentals** – CI/CD, Automation, Infrastructure as Code (IaC)
@@ -18,6 +18,8 @@ We cover:
1818
**Monitoring & Logging** – Prometheus, Grafana, ELK Stack
1919
**Networking & Security** – DNS, Load Balancing, SSL, Firewalls
2020
**Scripting & Configuration Management** – Ansible, Terraform, Bash, Python
21+
**Linux & System Administration** – Commands, Services, Security, Troubleshooting
22+
**Git & Version Control** – Repositories, Branching, Merging, Pull Requests
2123
**DevOps Interview Scenarios & Real-World Problems**
2224
**PDFs & Study Docs** – Downloadable guides, cheat sheets & interview prep materials
2325

@@ -52,6 +54,8 @@ We cover:
5254
**Monitoring & Logging**: Prometheus, Grafana, ELK Stack, New Relic
5355
**Networking & Security**: Firewalls, Load Balancers, IAM, SSL/TLS
5456
**Scripting & Automation**: Bash, Python, YAML, Groovy
57+
**Linux & System Administration**: Commands, Services, Security, Troubleshooting
58+
**Version Control**: Git, GitHub, GitLab, Branching Strategies
5559
**DevOps Best Practices & Real-World Scenarios**
5660

5761
📜 **Currently, the repository contains over 550+ handpicked DevOps questions!**
@@ -76,6 +80,8 @@ We have **organized the questions based on DevOps tools and concepts**:
7680
├── 📁 monitoring-logging/ # Prometheus, Grafana, ELK Stack
7781
├── 📁 networking-security/ # IAM, Firewalls, Load Balancers
7882
├── 📁 automation-scripting/ # Bash, Python, YAML, Groovy
83+
├── 📁 linux-system-admin/ # Linux & System Administration
84+
├── 📁 version-control/ # Git, GitHub, GitLab, Bitbucket
7985
├── 📁 best-practices/ # Real-world scenarios & case studies
8086
├── 📁 mock-interviews/ # Mock interview questions and solutions
8187
├── 📁 cheat-sheets/ # Quick reference guides
@@ -99,6 +105,8 @@ We have **organized the questions based on DevOps tools and concepts**:
99105
| **Prometheus, ELK Stack** | `monitoring-logging/` | [View Questions](monitoring-logging/README.md) |
100106
| **IAM, Security, Networking** | `networking-security/` | [View Questions](networking-security/README.md) |
101107
| **Scripting & Automation** | `automation-scripting/` | [View Questions](automation-scripting/README.md) |
108+
| **Linux & System Admin** | `linux-system-admin/` | [View Questions](linux-system-admin/README.md) |
109+
| **Git & Version Control** | `version-control/` | [View Questions](version-control/README.md) |
102110
| **Mock Interviews & Scenarios**| `mock-interviews/` | [View Questions](mock-interviews/README.md) |
103111
| **Cheat Sheets** | `cheat-sheets/` | [View Questions](cheat-sheets/README.md) |
104112
| **DevOps Interview Q&A PDF** | `docs/` | [Download](docs/README.md) |

0 commit comments

Comments
 (0)