nerdexam
CompTIA

CV0-004 · Question #352

A software development team must manage changes to source code for different clients who utilize the same product with different features. Which of the following meets this requirement?

The correct answer is A. Branch. Branching allows developers to create separate code lines for different clients or features while maintaining the main codebase. This enables parallel development and customization without affecting the core product.

DevOps fundamentals

Question

A software development team must manage changes to source code for different clients who utilize the same product with different features. Which of the following meets this requirement?

Options

  • ABranch
  • BCommit
  • CPush
  • DMerge

How the community answered

(27 responses)
  • A
    93% (25)
  • B
    4% (1)
  • C
    4% (1)

Explanation

Branching allows developers to create separate code lines for different clients or features while maintaining the main codebase. This enables parallel development and customization without affecting the core product.

Topics

#Version Control#Branching#Source Code Management

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice