In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?
A. Whenever an argument or value is used.
B. Whenever data is fetched from external sources.
C. Whenever an exception is caught in a Catch block.
D. Whenever the robot encounters an error on a Queue Item.
A variable should be created and used for storing one or multiple IDs. The collection of IDs can be updated during the execution of the robot by adding elements. Which should be the data type of this variable, taking into account that each of the IDs has the following format: XX-XX-XX (where X is a digit)?
A. List
B. List
C. String
D. String[]
A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"?
A. Build a script that compares current CPU usage values to a threshold and clears data as needed.
B. After every transaction, clear the transaction data, close the applications, and re-open the applications.
C. All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.
D. Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.
Review the following graphics:
If the automation is executed and Notepad.exe is not running, which Log Message text
value is contained in the Output panel?
A. Exception
B. ApplicationNotFoundException
C. Try
D. SelectorNotFoundException
In which phase of the Implementation Methodology is the Process Definition Document (PDD) created?
A. User Acceptance Testing
B. Solution Design
C. Deployment & Hypercare
D. Process Analysis
Page 18 out of 51 Pages |
Previous |