Question Bank

1085 approved questions from the community

What does MDS stand for in the context of Git's staging area?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Git tracks changes to files rather than storing complete copies of files at each version.

EASY
TRUE FALSE
30s
Git
by Mohamed

Making frequent commits is a recommended best practice in Git.

EASY
TRUE FALSE
20s
Git
by Mohamed

Git integrates well with modern software development paradigms like CI/CD.

EASY
TRUE FALSE
25s
Git
by Mohamed

Git requires a constant network connection to perform version control operations.

EASY
TRUE FALSE
25s
Git
by Mohamed

A Git repository stores all version-controlled files and their complete history.

EASY
TRUE FALSE
25s
Git
by Mohamed

What does the `git add` command do?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

What does the `git status` command show?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Git allows multiple developers to work on the same project simultaneously.

EASY
TRUE FALSE
20s
Git
by Mohamed

The master branch is the default branch present in all Git repositories.

EASY
TRUE FALSE
25s
Git
by Mohamed

What is a commit in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Git is a centralized version control system.

EASY
TRUE FALSE
20s
Git
by Mohamed

What does the `git clone` command do?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Which of the following are benefits of using Git? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
Git
by Mohamed

What is 'origin' in Git?

EASY
SINGLE CHOICE
30s
Git
by Mohamed

Docker containers solve the 'it works on my machine' problem by ensuring applications run consistently across different environments.

EASY
TRUE FALSE
25s
Docker
by Mohamed

You can attach volumes and networks to Docker images.

EASY
TRUE FALSE
20s
Docker
by Mohamed

How many layers does a Docker container have?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

How many layers does a Docker image have?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

Docker containers require computing resources to run.

EASY
TRUE FALSE
20s
Docker
by Mohamed
PreviousPage 26 of 55Next