When debugging a process, you run in Debug mode and are paused at a breakpoint.
To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio?
A. Step Into
B. Break
C. Step Over
D. Continue
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?
A. Colors will contain items in the following order "Yellow", "Red", "Green"
B. Colors will contain items in the following order "Red", "Green", "Yellow"
C. Colors will contain items in the following order "Red", "Green"
D. Invoke Method activity will throw an error
Review the following exhibit:

Based on the exhibit, what is the result of the Write Line in the sequence?
A. 123
B. 123True
C. Hello
D. True
A developer wants to extract data using regular expressions from a String variable. The variable has the following format: . The information that needs to be extracted is the , only if the prefix is +40. The phone number is written in the format: +XX-XXX-XXX-XXX, where X can be any digit (e.g., +40-099-999-999).
How should the regular expression be configured in the RegEx Builder to match only phone numbers starting with +40 in the format shown above?

A. Option A
B. Option B
C. Option C
D. Option D
Which emails are deleted if you use Get IMAP Mail Messages with the DeleteMessages property set to true?
A. Only the emails that were marked as previously read.
B. There is no DeleteMessages property for the Get IMAP Mail Message activity. This option is available only for Get Exchange Mail Message.
C. The ones in the list that is retrieved by the Get IMAP Mail Messages activity.
A developer uses Screen Scraping to extract unstructured data from a webpage. How can the developer transform the unstructured data into a datatable?
A. Using Output Data Table activity.
B. Using Create Table activity.
C. Using Generate Data Table activity.
D. Using Build Data Table activity.
Which of the following activities searches for a UI element by using a position relative to a fixed element?
A. Anchor Base
B. Find Element
C. Find Relative Element
D. Element Exists
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. Global Exception Handler
B. Sequence
C. Flowchart
D. State Machine
A developer created a workflow that extracts the invoice number for different order IDs in a web application. The following selector represents the selector structure for a 6-digit order ID 123456.
Assume only the order ID value changes in the selector and there is a defined list of 6-digit order IDs.
The developer needs to fine-tune the selector to work only for a pre-selected list of order IDs.
What represents an example of a good selector?

A. Option A
B. Option B
C. Option C
D. Option D
A developer wants to create an attended process which uses UI Automation activities on hidden or minimized windows. While the process is running on the user's machine, the user also needs the ability to use the machine to look up items in
a desktop application.
Which activity is configured by default to enable interaction with hidden or minimized windows?
A. Select Item
B. Type Secure Text
C. Type Into
D. Click Text