Question Bank

1899 approved questions from the community

What are the two primary parts of a Git repository?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

Branching in Git allows multiple developers to work on different features simultaneously without interfering with each other.

MEDIUM
TRUE FALSE
30s
Git
by Mohamed

When you clone a repository, Git automatically establishes a remote connection named 'origin'.

MEDIUM
TRUE FALSE
30s
Git
by Mohamed

Git is cross-platform compatible and operates identically on Windows, macOS, and Linux.

MEDIUM
TRUE FALSE
25s
Git
by Mohamed

What is the main difference between Git and GitHub?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

Git commits are atomic, meaning each change is distinct and exclusive from others.

MEDIUM
TRUE FALSE
30s
Git
by Mohamed

The staging area in Git is optional and changes can be committed directly from the working directory.

MEDIUM
TRUE FALSE
30s
Git
by Mohamed

What does the staging area serve as? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

What are the benefits of branching in Git? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

What does the clone operation establish? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

What is the primary benefit of branching for task management?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What are the key elements of a Git commit? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

Which features does GitHub provide? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

What does Git's distributed model enable? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Git
by Mohamed

What are the key attributes of Git's clone operation? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

What does Git's content integrity feature ensure?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What happens to the staging area after you make a commit?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What information does `git status` provide? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Git
by Mohamed

After addressing merge conflicts, what command prepares the files for commit?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed

What does the `-u` flag do in `git push -u origin master`?

MEDIUM
SINGLE CHOICE
35s
Git
by Mohamed
PreviousPage 40 of 95Next