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