SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is best used for large codebases, audit and access, and hard to merge file types.
A
Centralized
B
Distributed
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Our systems support two types of source control: Git (distributed) and Team Foundation Version Control (TFVC). TFVC is a centralized, client-server system. In both Git and TFVC, you can check in files and organize files in folders, branches, and repositories.

Detailed explanation-2: -Source Control vs. These two terms are used interchangeably. However, source control is specific to source code. Version control also covers large binary files and digital assets.

There is 1 question to complete.