UiPath Advanced RPA Developer v1.0 Exam (UiARD) (UiPath-ARDv1) Free Practice Test
Question 1
What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?
Options are :
Options are :
Correct Answer: C
Question 2
At the end of the execution of Workflow1, which retrieves some items from a database, is the database connection closed automatically?
Options are :
Options are :
Correct Answer: C
Question 3
A Business Exception occurs in an isolated workflow. What exception is returned to the outer workflow?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
How can you fine tune a selector?
Options are :
Options are :
Correct Answer: B,C
Question 5
An RPA developer needs to perform a code review on a process to ensure best practices were used. During the code review, the developer discovers that the workflows cannot be easily tested and some refactoring of the code is required.
Based on best practices, which approach is recommended?
Based on best practices, which approach is recommended?
Correct Answer: A
Question 6
How can you dynamically change parts of a selector?
Options are :
Options are :
Correct Answer: C
Question 7
A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
A developer has a project which includes a Global Exception Handler. Based on best practice, all exceptions should be caught and handled as defined by the business requirements. To ensure the defined exceptions do not reach the Global Exception Handler, which activity must be used?
Correct Answer: D
Question 9
A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?
Correct Answer: B
Question 10
During the debugging process, which panel will help monitor the variables' values, arguments, and user-defined expressions within the scope of the executing activity?
Correct Answer: C