UiPath UiADPv1 Exam
UiPath Automation Developer Professional v1.0 (Page 4 )

Updated On: 9-Feb-2026

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:



A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

  1. dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")
  2. dtEmployee.Select("[Department]='IT OR [Department]='Finance' OR [Salary] < 30000")
  3. dtEmployee.Select("[Department]='IT' OR [Department]= 'Finance' AND [Salary] < 30000")
  4. dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

Answer(s): D



A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:

-The Robot is installed on Machine A, which connects through RDP to Machine B.
-From Machine B another RDP connection is opened to Machine C, where the automation must be performed.

Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?

  1. UI Automation can be used and the following are prerequisites:
    Machine A - install RDP extension.
    Machine B - install RemoteRuntime.msi.
    Machine C - install RemoteRuntime.msi.
  2. UI Automation can be used and the following are prerequisites:
    Machine A - install RDP extension.
    Machine B - install RDP extension and RemoteRuntime.msi.
    Machine C - install RemoteRuntime.msi.
  3. UI Automation can be used and the following are prerequisites:
    Machine A - no requirement.
    Machine B - no requirement.
    Machine C - install RemoteRuntime.msi.
  4. UI Automation can be used and the following are prerequisites:
    Machine A - install RDP extension.
    Machine B - no requirement.
    Machine C - install RemoteRuntime.msi.

Answer(s): B



How does UiPath handle different dependency versions for multiple running processes that run at the same time?

  1. Each running process automatically adapts to the available dependency version.
  2. Each running process uses its own required version of the dependency.
  3. All running processes use the latest version of the dependency available.
  4. Running processes use the earliest compatible dependency version.

Answer(s): B


Reference:

https://forum.uipath.com/t/how-to-run-multiple-processes-sequences-with-out-dependency/111593



In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?

  1. Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.
  2. Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.
  3. Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.
  4. Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

Answer(s): C



Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?

  1. Version, Application, Screen, UI Element.
  2. Application, Version, Screen, UI Element.
  3. Application, Screen, UI Element, Version.
  4. Screen, Application, Version, UI Element.

Answer(s): B






Post your Comments and Discuss UiPath UiADPv1 exam prep with other Community members:

Join the UiADPv1 Discussion