Thank you for your interest in improving DevOps Interview Questions!
- Fork this repository on GitHub.
- Create a new branch in your fork, e.g.
feature/add-docker-questions. - Add or modify files:
- To add new questions, pick the most relevant folder (e.g.,
03_docker/questions.md) or create a new folder if needed. - Follow the question format shown below.
- To add new questions, pick the most relevant folder (e.g.,
- Commit and push your changes to your branch.
- Open a Pull Request (PR) against the
mainbranch of this repo. Include a short description of your changes.
Here’s a suggested format for new questions in questions.md:
## [Short Title or ID]
**Question:**
(Describe the question, scenario, or challenge)
**Answer Hints / Key Points:**
- (List possible solution approaches or facts)
**Why This Matters (Optional):**
- (Explain the real-world relevance)
**Style Guidelines:**
- (Keep questions concise and clear.)
- (Avoid duplicates. If a question overlaps with an existing one, consider merging them or adding details.)
- (Use neutral or professional language.)
- (For home assignments, place them in home-assignments/ with a clear name (e.g. assignment_2.md).)
**License**
By contributing, you agree your contributions are licensed under the project’s MIT License.
Thank you for helping us build a great DevOps interview resource!