A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?
A. Delay before
B. Delay between keys
C. Delay after
D. Alter disabled element
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. Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.
D. All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.
What is the default OCR engine used in CV Screen Scope?
A. UiPath Screen OCR
B. Microsoft OCR
C. Tesseract OCR
D. Microsoft Azure Computer Vision OCR
How can UlPath Orchestrator help address potential Issues before they become critical problems?
A. By sending customer feedback to UiPath developers.
B. Through proactive monitoring and alerting of detected issues
C. With immediate technical support for any detected Issue.
D. By automatically updating background processes.
A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?
A. When the first Log Message activity is executed.
B. When a Remove Log Fields activity is used to remove them.
C. When a Log Message activity is executed with Log Level = Warn or higher.
D. When an Exception is caught and handled.
Explanation:
The Add Log Fields activity adds custom log fields to the Robot Execution Logs, which are
included in every Log Message execution throughout the entire workflow1. The custom log
fields can be useful for adding more information and visibility to the logs, especially for
transactional data processes2. However, the custom log fields are not permanent and can
be removed by using the Remove Log Fields activity, which takes the name of the custom
log field as an input1. The Remove Log Fields activity is usually placed at the end of a
transaction, to reset and remove the custom log fields for the next transaction2. Therefore,
the custom log fields will stop being added to the robot execution logs when a Remove Log
Fields activity is used to remove them.
Page 6 out of 38 Pages |
Previous |