Contribute Questions

How to Contribute

Want to help improve our DevOps interview question collection? Follow these steps:

  1. Fork the repository
  2. Make changes in TWO places:
    • In the Table of Contents (if adding a new section)
    • In the relevant content section
  3. Create a Pull Request

Step 1: Table of Contents Update

If you're adding a new topic section, add it to the Table of Contents first:

| No. | Questions |
| --- | --------- |
|     | **Your New Section** |
| X   | [What is Your Question?](#what-is-your-question) |

Step 2: Add Your Question

Add your question either:

  • Under an existing section (e.g., "Core DevOps Concepts", "Docker", etc.)
  • Or create a new section if your topic doesn't fit existing ones

Use the template below for your question:

### Question Title
[Your question here]

### Answer
[Detailed answer here]

### Additional Context (optional)
- Related topics: [e.g., DevOps, CI/CD, Containers]
- Difficulty level: [Beginner/Intermediate/Advanced]
- References: [Any relevant documentation or resources]
Open PR