Free UiADPv1 Exam Braindumps (page: 3)

Page 3 of 38

What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?

  1. Inherited
  2. Medium
  3. High
  4. Low

Answer(s): A



Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:



Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:



What are steps to do that?

  1. Click Right on the Test Case and select Update Test Data.
  2. Click Right on the Test Case and select Add Test Data.
  3. Click Right on the Test Case and select Refresh Test Data.
  4. Click Right on the Test Case and select Remove Test Data.

Answer(s): A



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



Page 3 of 38



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

Tapish commented on March 13, 2024
1st Attempt
INDIA
upvote