Uipath Certified RPA Associate Uirpa · Free Practice Question Easy
Question 18
Identify the missing word(s) in the following sentence within the context of UiPath Academy.
[?] are the tools used by software teams to manage the collaboration on large projects.
They allow a developer to track a code change, review the history of the code, and revert to a previous version of the project, if needed.
-
A
Coordination Hubs
-
B
UiPath Orchestrator
-
C
Studio Hierarchies
-
D
Version Control Systems
-
E
UiPath Robot Workflows
-
F
UiPath Timelines
Reveal correct answer
Correct answer: D
Explanation
What are version control systems?
Version control systems are the tools used by software teams to manage the collaboration on large projects.
A version control system allows a developer to track a code change, review the history of the code, and revert to a previous version of the project, if needed.
Here are some benefits of using version control systems:
Enhanced collaboration
Team members can work freely on any file at any time and merge the changes into a common version at the right time.
Storing versions
Only the current version is stored on the disk, all the others are in the system.
Restoring previous versions
Restore older versions of the file at any time.
Track different project versions
New versions are usually saved with change descriptions. Versions of the same file can also be compared.
The version control systems UiPath Studio is integrated with are: GIT, TFS and SVN. The connection to a version control system is done at project level. To manage your connections access Studio, go to the Backstage view and click the Team tab.
Alternatively, the Add to Source Control button in the status bar offers shortcuts to GIT Init, Copy to Git, Add to TFS, and Add to SVN.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
