UiPath Automation Developer Professional v1 — Question 9
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?
Answer options
- A. 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.
- B. 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.
- C. UI Automation can be used and the following are prerequisites: Machine A - no requirement. Machine B - no requirement. Machine C - install RemoteRuntime.msi.
- D. UI Automation can be used and the following are prerequisites: Machine A - install RDP extension. Machine B - no requirement. Machine C - install RemoteRuntime.msi.
Correct answer: B
Explanation
The correct answer is B because both Machine A and Machine B need to have the RDP extension installed, and Machine B requires RemoteRuntime.msi for the UI Automation to function correctly. Options A, C, and D do not meet all the prerequisites needed for the automation to work across the multiple RDP connections.