SWA Software Architecture - CSM MCQs

SWA Software Architecture - CSM MCQs

The following SWA Software Architecture - CSM MCQs have been compiled by our experts through research, in order to test your knowledge of the subject of SWA Software Architecture - CSM. We encourage you to answer these 20 multiple-choice questions to assess your proficiency.
Please continue by scrolling down.

1: Copies all changes from one branch into another branch.

A.   Show Log

B.   Add

C.   Merge

D.   Ignore

2: The default nickname for the remote repository.

A.   Origin

B.   Edit Conflict

C.   Clone

D.   Cherry Pick

3: Downloads without merging.

A.   Pull

B.   Fetch

C.   Checkout

D.   Commit

4: When a conflict is fixed.

A.   Pull

B.   Resolved

C.   Track

D.   Master

5: Downloads your changes and then merges.

A.   Branch

B.   Add

C.   Show Log

D.   Pull

6: Default branch within your repository.

A.   Commit

B.   Pull

C.   Add

D.   Master

7: Portioning your changes to commit by inserting them into the index.

A.   Ignore

B.   Fetch

C.   Cherry Pick

D.   Remove

8: Removes files from the repository.

A.   Commit

B.   Show Log

C.   Edit Conflict

D.   Remove

9: Bookmark of a revised set with a title. For easy checkouts.

A.   Index

B.   Branch

C.   Pull

D.   Tag

10: Makes a copy of your repository.

A.   Clone

B.   Branch

C.   Index

D.   Cherry Pick

11: Takes information in the index and pushes it onto the stack.

A.   Commit

B.   Track

C.   Stash

D.   Checkout

12: Creates a copy of your current branch into a remote branch.

A.   Merge

B.   Origin

C.   Cherry Pick

D.   Export

13: Undo changes made since your last commit.

A.   Push

B.   Cherry Pick

C.   Track

D.   Revert

14: When GIT cannot merge your data.

A.   Edit Conflict

B.   Fetch

C.   Clone

D.   Checkout

15: Adds files to the repository.

A.   Cherry Pick

B.   Index

C.   Origin

D.   Add

16: Uploads all changes staged in the index list into the repository database.

A.   Stash

B.   Commit

C.   Track

D.   Ignore

17: Creates a spin-off of a repository for concurrent development.

A.   Stash

B.   Branch

C.   Master

D.   Cherry Pick

18: Ignores files when pushing.

A.   Ignore

B.   Cherry Pick

C.   Export

D.   Index

19: Uploads changes to your current branch.

A.   Export

B.   Stash

C.   Master

D.   Push

20: Allows you to switch your working copy to another branch.

A.   Export

B.   Checkout

C.   Ignore

D.   Commit

21: Views all previous changes.

A.   Clone

B.   Merge

C.   Fetch

D.   Show Log

22: Set of all pending changes.

A.   Add

B.   Index

C.   Resolved

D.   Tag

23: Connection between a local brand and a remote branch.

A.   Edit Conflict

B.   Index

C.   Show Log

D.   Track