A community-driven collection of DevOps, Cloud, and DevSecOps interview questions from real interviews at top tech companies.
- Total Questions: 6
- Companies: 6 (Amazon, Google, Microsoft, IBM, OpenAI, Cloudflare)
- Years: 2023-2025
- Topics: CI/CD, Docker, Kubernetes, Networking, Legacy Systems
This repository serves as a GitHub-based database of interview questions, consumed by the TWS Community Hub website.
interview-questions/
├── index.json # Master index file
├── meta/
│ ├── schema.json # JSON Schema for validation
│ ├── topics.json # Allowed topics
│ └── companies.json # Company metadata
├── data/
│ ├── 2023/
│ │ ├── ibm.json
│ │ └── microsoft.json
│ ├── 2024/
│ │ ├── amazon.json
│ │ ├── cloudflare.json
│ │ └── google.json
│ └── 2025/
│ └── openai.json
└── .github/workflows/
└── validate.yml # Automated validation
- Fork this repository
- Find the right file:
data/{year}/{company}.json - Add your question using the template below
- Submit a Pull Request
{
"id": "company-year-XXX",
"role": "DevOps Engineer",
"experience": "3-5 years",
"topic": "Docker",
"question": "Your interview question here?",
"difficulty": "medium",
"contributor": {
"name": "Your Full Name",
"github": "@your-github-username",
"linkedin": "https://linkedin.com/in/your-profile"
},
"contributedAt": "2025-02-20",
"tags": ["docker", "containers"]
}- id: Format
{company-slug}-{year}-{number}(e.g.,amazon-2024-001) - experience: Must be
0-2 years,3-5 years, or5+ years - topic: Must exist in
meta/topics.json - contributor: Object with
name,github(required), andlinkedin(optional) - difficulty:
easy,medium, orhard
See CONTRIBUTING.md for detailed guidelines.
All Pull Requests are automatically validated for:
- Schema compliance
- Unique question IDs
- Valid topics
- Data quality
AWS, Azure, CI/CD, Docker, GCP, Git, Jenkins, Kubernetes, Legacy Systems, Linux, Monitoring, Networking, Python, Security, Shell Scripting, Terraform
This section is auto-generated. Top contributors by question count:
- Mainframe Expert (@mainframe) - 1 question
- Frank Miller (@frankmiller) - 1 question
- DevOps Guru (@devops_guru) - 1 question
- Emma Johnson (@emmaj) - 1 question
- John Doe (@johndoe) - 1 question
Visit the TWS Community Hub to browse and filter questions.
MIT License - See LICENSE for details.
Maintained by: TrainWithShubham Community