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