- (Topic 2)
Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
Options are :
Correct Answer:
BD
- (Topic 2)
Which statements are true regarding the Write Line and the Log Message activities? Options are :
Correct Answer:
ABC
- (Topic 2)
How should exceptions be handled? Select all the options that apply. Options are :
Correct Answer:
AC
- (Topic 2)
In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the Main workflow, what happens before the next transaction item is retrieved?
Options are :
Correct Answer:
C
- (Topic 2)
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left in the datatable. What will be the result of the processing?
Please find the BuildDataTable wizard below:
Correct Answer:
D
When you try to delete a row inside a For Each Row in Data Table activity, ??Collection was modified; enumeration operation might not execute?? error will be displayed, as it is not allowed to modify the structure of the datatable (e.g. change positions of datarows, remove them etc.) during iteration.
UiPath Forum
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections.
