ExamGecko
Question list
Search
Search

Related questions











Question 699 - CISA discussion

Report
Export

A source code repository should be designed to:

A.
prevent changes from being incorporated into existing code.
Answers
A.
prevent changes from being incorporated into existing code.
B.
prevent developers from accessing secure source code.
Answers
B.
prevent developers from accessing secure source code.
C.
provide secure versioning and backup capabilities for existing code.
Answers
C.
provide secure versioning and backup capabilities for existing code.
D.
provide automatic incorporation and distribution of modified code.
Answers
D.
provide automatic incorporation and distribution of modified code.
Suggested answer: C

Explanation:

A source code repository is a system that stores and manages the source code of a software project. A source code repository should be designed to provide secure versioning and backup capabilities for existing code, as these are essential features for concurrent development, code quality, and disaster recovery. Versioning allows developers to track, compare, and revert changes to the code over time. Backup ensures that the code is safely stored and can be restored in case of data loss or corruption.

Reference

Source Code Repositories: What is a Source Code Repository?

Git Source Code Repository Design Considerations

Best practices for repositories - GitHub Docs

asked 18/09/2024
Linda Jannina Sourander
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first