Free UIADPV1 Uipath UIADPV1 Practice Test Question

Loading demo links...

Showing 1–3 of 17 questions

Question 1 (Topic 1)

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?

Select an option, then click Submit answer.

  • 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.
  • 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.
  • UI Automation can be used and the following are prerequisites: Machine A - no requirement. Machine B - no requirement. Machine C - install RemoteRuntime.msi.
  • UI Automation can be used and the following are prerequisites: Machine A - install RDP extension. Machine B - no requirement. Machine C - install RemoteRuntime.msi.
Question 2 (Topic 1)

In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?

Select an option, then click Submit answer.

  • Entry
  • Transitions
  • Triggers
  • Exit
Question 3 (Topic 1)

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

Select an option, then click Submit answer.

  • If(condition1, valueIfTrue) ElseIf(valueIfFalse)
  • valueIfTrue If condition1 Else valueIfFalse
  • If condition1 Then valueIfTrue Elself valueIfFalse
  • If(condition1, valueIfTrue, valueIfFalse)