Review the following exhibit: Based on the exhibit, what is the result of the Write Line in the sequence?
A. 123
B. True
C. Hello
D. 123True
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left in the datatable. What will be the result of the processing?
Please find the BuildDataTable wizard below:
A. Message Box activity will throw an error.
B. Message Box activity will display the value: "1".
C. Message Box activity will display the value: "3".
D. For Each Row In Data Table activity will throw an error.
The String.Format("Input = {0} and Output = {0}", "1","2") expression returns the following:
A. An error.
B. Input = 1 and Output = 1.
C. Input = {1} and Output = {2}.
D. Input = {0} and Output = {0}.
E. Input = 1 and Output = 2.
What is the robot able to do when the Full Text scraping method is used?
A. Get the entire visible text
B. Get font Information (Size color)
C. Get editable text
D. Get hidden information
If a large item collection is processed using For Each, which activity enables you to efficiently exit the loop after a specific moment?
A. No activity can be used. Instead, you have to create a Boolean variable based on which the For Each loop is broken
B. The "Break" activity is the most suitable in For Each
C. A While loop should be used instead of For Each
A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. The required selector does not exist. What Timeout value will be used by the robot once executed in Run Mode?
Please find the properties of the Click activity below.
A. 90 seconds
B. 0 seconds
C. 60 seconds
D. 30 seconds
Please choose the correct statement about selectors in UiPath.
A. Selectors in UiPath are case-sensitive by default. You cannot change the case sensitivity of attributes.
B. Selectors in UiPath are case-insensitive by default. You can change the case sensitivity of attributes.
C. Selectors in UiPath are case-insensitive by default. You cannot change the case sensitivity of attributes.
D. Selectors in UiPath are case-sensitive by default. You can change the case sensitivity of attributes.
What types of assets can be stored in Orchestrator?
A. Array, Datatable, Bool, String
B. Bool, String, Integer, Credential
C. Integer, Password, GenericValue, String
Which button in the Debug ribbon should be enabled to highlight the currently executed step?
A. Slow Step
B. Execution Trail
C. Highlight Elements
D. Focus
A process was developed in the Robotic Enterprise (RE) Framework using an Orchestrator queue. The Max # of retries for the queue is set to 1 and the queue has 30 new transaction items. At runtime, the first Transaction Item throws a System Exception.
How does the process proceed?
A. Transaction is not retried and the process stops
B. Transaction is not retried but remaining transactions continue processing
C. Transaction is retried multiple times until processed successfully
D. Transaction is retried only one time