MCQ Single Best Answer Easy

QIBM ClearCase is a ____________ version control system.

ID: #24037 Build Process 113 views
Question Info
#24037Q ID
EasyDifficulty
Build ProcessTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A streambased
  • B distributed
Correct Answer: Option A

Explanation

IBM ClearCase is a stream-based version control system.

Explanation:

IBM ClearCase follows a stream-based version control model, which means:

  • It manages different development streams for parallel development.
  • It allows teams to work on different versions of the codebase in separate streams while integrating changes when needed.
  • It is often used in enterprise environments for large-scale software projects.

Why is it NOT distributed?

A distributed version control system (DVCS), like Git or Mercurial, allows each developer to have a full copy of the repository locally. ClearCase does not follow this model—it relies on a central repository and stream-based branching.

Thus, IBM ClearCase is a stream-based version control system. 🚀

Share This Question

Challenge a friend or share with your study group.