Question Bank
1085 approved questions from the community
What does MDS stand for in the context of Git's staging area?
Git tracks changes to files rather than storing complete copies of files at each version.
Making frequent commits is a recommended best practice in Git.
Git integrates well with modern software development paradigms like CI/CD.
Git requires a constant network connection to perform version control operations.
A Git repository stores all version-controlled files and their complete history.
What does the `git add` command do?
What does the `git status` command show?
Git allows multiple developers to work on the same project simultaneously.
The master branch is the default branch present in all Git repositories.
What is a commit in Git?
Git is a centralized version control system.
What does the `git clone` command do?
Which of the following are benefits of using Git? (Select all that apply)
What is 'origin' in Git?
Docker containers solve the 'it works on my machine' problem by ensuring applications run consistently across different environments.
You can attach volumes and networks to Docker images.
How many layers does a Docker container have?
How many layers does a Docker image have?
Docker containers require computing resources to run.