Devops QB Unit I-II
Devops QB Unit I-II
12. How to choose right DevOps tools? Explain all the steps to choose the right DevOps
tools.
13. What are the key challenges faced during DevOps implementation?
14. How Git repository works? explain all the states in detail
15. How does Git manage version history, and what are the benefits of using tags in the
versioning process?
16. Explain all the important Git commands used to perform basic operations.
17. What are the key differences between git clone, git pull, and git fetch in Git, and when
should each be used in a collaborative workflow?
18. Describe the purpose and usage of git log. How can you customize the output to show
specific commit history, such as showing commits by a particular author or within a
specific time frame?
19. Explain the process of creating, switching, and merging branches in Git. What is the
importance of branching in Git, and how does it support collaborative development?
20. How can you ensure that your Git branching strategy supports a smooth and efficient CI/CD
pipeline, especially when using feature branches, release branches?
Part C
1. How can Git be used to manage multiple versions of a product using branching? Describe
how to maintain and merge long-lived branches such as v1.x, v2.x, etc., while continuing
development on a main branch.
2. Git Checkout, Git Forking
3. Git Tags