Question 51

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?
  • Question 52

    Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?
  • Question 53

    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?
  • Question 54

    The following table is stored in a variable called "dt".

    What will the value of the qty variable be after executing the Assign activity?
  • Question 55

    A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to
    "2". At runtime, the first transaction item throws a Business Exception.
    How many times will the transaction be retried?