6. Business and Production
Intellectual Property — Quiz
Test your understanding of intellectual property with 5 practice questions.
Practice Questions
Question 1
Which mechanism integrated with Git LFS prevents concurrent edits of binary files by designating a file as locked?
Question 2
Which .gitignore pattern excludes all files with a .tmp extension in any directory of the repository?
Question 3
To automatically resolve conflicting hunks by favoring the current branch’s changes when merging, which git command should be used?
Question 4
According to semantic versioning 2.0.0, which component of a version like 1.2.3-alpha+001 is ignored when determining release precedence?
Question 5
A project has a weekly full backup of 150 GB. Daily differential backups grow by 5 GB starting at 10 GB on Monday, increasing each day. If backups run Monday through Thursday, what is the total storage used?
