Complete DevOps Interview Guide
Complete DevOps Interview Guide
1. Docker - Basics
2. Docker - Advanced
3. Kubernetes - Basics
Q1: What is Kubernetes?
A1: Kubernetes is an orchestration tool for managing containerized applications.
4. Kubernetes - Advanced
6. Linux Commands
7. AWS
Q3: What is the difference between `git merge` and `git rebase`?
A3: Merge creates a new commit combining branches; rebase moves commits on top of another
branch.
9. Scenario-Based Questions
Q3: Your Jenkins build fails due to permission issues. How do you fix it?
A3: Check file permissions, ensure correct Jenkins user access, and adjust security settings.
Q5: You accidentally pushed credentials to a Git repository. What do you do?
A5: Remove them from Git history using `git rebase`, invalidate keys, and update `.gitignore`.