A developer was assigned a task to build a process that will interact with hidden or minimized windows on an employee's machine. To ensure the UI automation runs in the background which commonly used activity property must always be avoided?
A. Default
B. Simulate Type
C. Activate
D. SendWindowMessages
A developer configured the properties for a Type Into activity on an element inside a web page as shown in the following graphic. During runtime, the selector is invalid and does not match any element on the web page. What occurs during the execution of the sequence?


A. 1. Delay of 10 seconds before executing Type into activity
2.
Robot waits for the element to appear for 30 seconds
3.
Robot waits for 1 minute after executing Type into activity
4.
Message Box displays the text "Done"
B. 1. Delay of 10 seconds before executing Type into activity
2.
Robot waits for the element to appear for 30 seconds
3.
Message Box displays the text "Done"
(Correct)
C. 1. Robot waits for the element to appear for 30 seconds
2.
Robot waits for 1 minute after executing Type into activity
3.
Message Box displays the text "Done"
D. 1. Delay of 10 seconds before executing Type into activity
2.
Robot waits for the element to appear for 30 seconds
3.
An error message is displayed
What tags are verified in Internet Explorer to assess if an application is in the Interactive or Complete state?
A. The
B.
C. The presence of
D. The
Which of the following statements related to Orchestrator are true?
A. A robot can execute many different jobs at the same time.
B. Robots can be assigned to multiple environments.
C. A robot can execute many different jobs one after the other.
What happens if you try to end the execution of a job by clicking the Kill/Terminate button in Uipath Orchestrator?
A. The execution process is killed.
B. The execution is not impacted if no Should Stop activity has been included in the workflow in Studio.
C. The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.
A developer is working on a project with other developers and using GIT source control in UiPath Studio. After making changes to the project, the developer clicked the Undo button from the "Context" menu shown in the following exhibit:

What is the outcome after the "Undo" button is clicked?
A. Changes made to the versioned files will return to the previous version before being committed and pushed to the remote repository
B. Changes made to the unversioned files will return to the previous version before being committed and pushed to the remote repository
C. Changes made to the unversioned files will return to the previous version after being committed and pushed to the remote repository
D. Changes made to the versioned files will return to the previous version after being committed and pushed to the remote repository
A developer is building a complex workflow that uses many decision points. The project will be used by other developers at a later time. Based on best practices, what should the developer use to enhance the readability of the project?
A. Use a single sequence layout to build the automation. Annotate the activities and document the logic for use by other developers.
B. Use Flowcharts with Flow Decisions inside sequence activities. Rename and properly annotate the sequences to clearly define their functionality.
C. Use sequence activities inside Flowcharts with Flow Decisions. Rename and properly annotate the sequences to clearly define their functionality.
D. Build different sequences inside multiple workflows. Annotate the activities and use variables to pass data between the workflows.
A project manager is checking the output of a process that is working through 500 Queue Items. One of the Queue Items has a Retried status. What was the status before it changed to "Retried"?
A. In Progress
B. Abandoned
C. Successful
D. Failed
A developer wants to type text into an input field. The text will be formed by using a string and a hotkey, and the action must be executed in a window which is hidden or minimized. Which input method(s) can be applied individually to the Type Into activity?
A. SimulateType only
B. SendWindowMessages only
C. Default and SimulateType
D. SimulateType and SendWindowMessages
A developer automated a Performer process using the Robotic Enterprise (RE) Framework with Orchestrator queues. The developer manually created and provisioned the queue by providing the Name and disabling the Auto Retry before running the process.
When running the process for the first time with no errors, which states will run?
A. Initialization and End Process only
B. Initialization, Process Transaction, and End Process only
C. Initialization, Get Transaction Data, and End Process only
D. Initialization, Get Transaction Data, Process Transaction, and End Process