Sample MCQ Welcome to your Sample MCQ Name Email Phone 1. What is GIT? A text editor A build automation tool A version control system A programming language None 2. Explain the concept of Jenkins and its key features. How does Jenkins help in Continuous Integration (CI) and Continuous Delivery (CD)? 3. What does the git clone command do? Deletes the repository Creates a new branch Merges two branches Downloads an existing repository None 4. How can you add changes to the staging area in Git? git commit git stage git add git push None 5. Which Git command is used to check the status of your working directory? git check git log git status git diff None 6. Which command is used to initialize a new Git repository? git create git init git start git begin None