You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity.
In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?
What are the differences between partial selectors and full selectors?
This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/ Options are :
You need to include rows from one datatable named "dt1" in another datatable named "dt2".
Instructions: From the drop-down lists for Invoke Method on the "For Each Row in Data Table" display, select the correct value of each field for the "Invoke Method". Next, from the drop-down list on the Parameters display, select the correct Value to complete this task.


A developer needs to select a layout for integrating activities into a workflow file. They must select a layout that covers all possible cases and transitions, and accommodate processes that are not easily captured through the use of loops and If statements.
Based on best practices, which layout is recommended?
A developer wants to ensure that a process they are developing includes coherent logs with meaningful log messages. During the execution of the process, an application exception is caught and stored in a local variable called exception.
Based on UiPath best practices, how should the Log Message activity in the Catch section of this exception be configured?
A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.
<html app='chrome.exe' title='ACME Accounts System - Employees - 123456' />
<webctrl tag='DIV' aaname='123456' class='DateOfBirth' />
Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.
The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?
The String.Format("Input = {0} and Output = {0}", "1","2") expression returns the following:
Options are :
A developer implements a state machine for his automation solution. What happens if a condition both for T1 and T2 is True?
A developer uses REFramework to create complex process automation. In the InitAllSettings state, the robot retrieves all required assets from the Orchestrator. All values are stored in a Config dictionary which is passed between workflows. What happens if, during the processing of a queue item, the value of one of the assets was changed in Orchestrator?
In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.
A developer wants to create a process for a Call Center user. This process must:
1. Interact with application windows that are minimized or in the background.
2. Allow the user to interact with separate desktop applications at the same time.
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?