You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input. Which input method(s) will automatically empty the target input fields?
A. "SendWindowMessages" only
B. "Default" and "SimulateType"
C. "SimulateType" only
D. "SimulateType" and "SendWindowMessages"
A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?
A. Dispatcher is used to add Queue Items to an Orchestrator Queue Performer should be created in the REFramework
B. Dispatcher can only interact with one Orchestrator Queue Performer is used to process Queue Items one at a time
C. Dispatcher is used to process transaction items from an Orchestrator Queue Performer can interact with multiple Orchestrator Queues
D. Dispatcher is always created in the REFramework Performer can only interact with one Orchestrator Queue
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?
A. TimeoutMS = 10000
B. WaitForReady = Complete
C. TimeoutMS = Int32.MaxValue
D. WaitForReady = Interactive
A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?
A. Set status of the transaction to Business Rule Exception. Wrap Path Exists activity in Try Catch.
B. Set status of the transaction to Business Rule Exception. Configure queue to retry Business Rule Exception transactions 3 times.
C. Set status of the transaction to Business Rule Exception. Configure robot to notify the responsible person that the required file is missing.
D. Set status of the transaction to System Exception. Configure queue to retry System Exception transactions 3 times.
What is an argument?
A. A variable
B. An input/output parameter of the workflow
C. A variable type
What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?
A. In
B. In/Out
C. Out
What activities will be executed if the following Try Catch activity if the Notepad application is not running?
Catch block contains catches in the following order:
1.
System.InvalidOperationException
2.
System.SelectorNotFoundException

Please find properties of Type Into activity below:

A. 1. System.SelectorNotFoundException
2. Finally block
B. 1. System.InvalidOperationException catch
2. Finally block
C. 1. Message Box "Text typed in successfully"
D. 1. Message Box "Text typed in successfully"
2. Finally block
What is the safest way to close an application?
A. By using the Process Name property of the Kill Process Activity
B. By sending the Alt + F4 hotkeys
C. By using the Close Application activity
A developer is building an automation which types text into the fields of a web page. The Activity Project Settings for UI Automation Classic activities are set as follows:

The developer has configured the properties of a Type Into activity as follows:

What is the behavior of the Type Into activity when executing the workflow?
A. The activity will use SimulateType in Run mode and in Debug mode.
B. The activity will use Default in Run mode and in Debug mode.
C. The activity will use SendWindowMessages in Run mode and SimulateType in Debug mode.
D. The activity will use Default in Run mode and SimulateType in Debug Mode.
Based on best practice, in which file of the Robotic Enterprise (RE) Framework should any workflows using the Get Credential activity be invoked?
A. KillAllProcesses.xaml
B. InitAllApplications.xaml
C. InitAllSettings.xaml
D. GetTransactionData.xaml