Question Bank

721 approved questions from the community

Which of the following are benefits of batch normalization? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Machine Learning
by Mohamed

What is CBIR (Content-Based Image Retrieval)?

HARD
SINGLE CHOICE
40s
Machine Learning
by Mohamed

What is the dying ReLU problem?

HARD
SINGLE CHOICE
40s
Machine Learning
by Mohamed

When a file's content changes in Git, the updated version is stored as a new Blob object with a different SHA-1 hash.

HARD
TRUE FALSE
35s
Git
by Mohamed

Tag objects in Git are typically used to mark specific commits for releases.

HARD
TRUE FALSE
30s
Git
by Mohamed

What is the difference between the working tree and tracked files in Git?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

Git's object database uses delta compression to store only the differences between file versions.

HARD
TRUE FALSE
35s
Git
by Mohamed

After cloning from GitHub using HTTPS, remotes can be reconfigured to use SSH.

HARD
TRUE FALSE
35s
Git
by Mohamed

How does branching support feature toggles?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

Any alteration in content, directory structure, or commit details will trigger a change in the SHA-1 hash of related Git objects.

HARD
TRUE FALSE
35s
Git
by Mohamed

How is a Blob object's SHA-1 hash generated in Git?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

What are the three types of objects in Git's object database?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

Which is NOT a practical application of Git's commit history?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

Git's immutable storage means that once an object file is written, it remains unchanged until the content it represents changes.

HARD
TRUE FALSE
35s
Git
by Mohamed

What is the relationship between Git's working directory, staging area, and HEAD?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What is the primary advantage of Git's content-based tracking over file-based tracking?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

In Git's storage model, what is the relationship between the repository and the local working copy?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What storage optimization techniques does Git use?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What is the advantage of Git's directed acyclic graph (DAG) structure for commits?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What data structure does Git use to organize commits?

HARD
SINGLE CHOICE
40s
Git
by Mohamed
PreviousPage 18 of 37Next