ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 100 - PSD discussion

Report
Export

What is the practice of branching code in a version control system?

A.
Combining two or more branches of code into a single code base
Answers
A.
Combining two or more branches of code into a single code base
B.
Creating a copy of existing code, isolated from the original code
Answers
B.
Creating a copy of existing code, isolated from the original code
C.
Releasing a specific codebase into a production environment
Answers
C.
Releasing a specific codebase into a production environment
D.
Tagging or labeling a particular codebase as production ready
Answers
D.
Tagging or labeling a particular codebase as production ready
Suggested answer: B

Explanation:

Branching means that you create a new version from the code that exists indepently from the original code. It is not isolated forever, it can be merged back later.

asked 23/09/2024
Rowan Cele
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first