Question Bank
721 approved questions from the community
Which of the following are benefits of batch normalization? (Select all that apply)
What is CBIR (Content-Based Image Retrieval)?
What is the dying ReLU problem?
When a file's content changes in Git, the updated version is stored as a new Blob object with a different SHA-1 hash.
Tag objects in Git are typically used to mark specific commits for releases.
What is the difference between the working tree and tracked files in Git?
Git's object database uses delta compression to store only the differences between file versions.
After cloning from GitHub using HTTPS, remotes can be reconfigured to use SSH.
How does branching support feature toggles?
Any alteration in content, directory structure, or commit details will trigger a change in the SHA-1 hash of related Git objects.
How is a Blob object's SHA-1 hash generated in Git?
What are the three types of objects in Git's object database?
Which is NOT a practical application of Git's commit history?
Git's immutable storage means that once an object file is written, it remains unchanged until the content it represents changes.
What is the relationship between Git's working directory, staging area, and HEAD?
What is the primary advantage of Git's content-based tracking over file-based tracking?
In Git's storage model, what is the relationship between the repository and the local working copy?
What storage optimization techniques does Git use?
What is the advantage of Git's directed acyclic graph (DAG) structure for commits?
What data structure does Git use to organize commits?