00:00

QUESTION 11

- (Topic 1)
Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?

Correct Answer: B

QUESTION 12

- (Topic 3)
While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. What was the status before it changed to Abandoned?

Correct Answer: D

QUESTION 13

- (Topic 2)
A developer extracts data about employees from an Excel workbook. The developer uses the following expression to filter the extracted datatable.
extractedDataTable.Select("[Age]>=21 AND ([Education]='Master' OR [Salary]>100000) AND [Education]='Bachelor'")
How many rows will be returned as the result of the filtering? Please find below the worksheet with data.
UiPath-ARDv1 dumps exhibit

Correct Answer: D

The expression [Education]='Master' OR [Salary]>100000 would return all rows except for 4 and 9.
Next, [Age]>=21 would also eliminate rows 8 and 10.
Out of the remaining rows, only row 3 has a Bachelor degree, so [Education]='Bachelor' would leave only that 1 row. UiPath forum
Exam Topic: Describe how to initialize variables such as lists and datatables, and how to filter datatables

QUESTION 14

- (Topic 3)
The following reflects a subset of process steps from the Process Definition Document (PDD):
1) Read the unread emails from the Robot mailbox and mark them as read.
2) If the email has an attachment of type PNG, download the attachment.
3) Else, send a reply to the sender with the message "Invalid Attachment, please attach a
.PNG file to process".
If you are designing a process based on the PDD steps, what is the correct exception type for Step 3?

Correct Answer: B
Reference: https://robocorp.com/docs/courses/implementing-rpa-robots/process-definition- document

QUESTION 15

- (Topic 2)
In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable?
Options are :

Correct Answer: B