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