- (Topic 2)
What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?
Correct Answer:
C
- (Topic 2)
A team of developers uses the TFS repository to store versions of a UiPath project. One of the developers wants to edit the project. What action ensures that no other developer changes the code in the meantime?
Correct Answer:
C
Once a file is checked out from the TFS repository, it is no longer available for check out by other users with access permissions.
UiPath Documentation
Exam Topic: Understand how GIT and TFS are used for version control
- (Topic 2)
A developer wants to assign a value to a two-dimensional array of strings named newArray. What expression can be used in the Assign activity?
Correct Answer:
D
newArray = {({"UiPath","Udemy"}), ({"HUB Academy", "RPA"})} is the correct way to initialize a two-dimensial array of strings.
UiPath Documentation UiPath Forum
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections
- (Topic 2)
Which activity can you use if you want to loop through a collection of items? Options are :
Correct Answer:
C
- (Topic 2)
Is there any way to hide the execution of one activity in the logs? Options are :
Correct Answer:
C
