Which of the following are valid options to circumvent the risk that lower priority work may never be worked if a process is configured to prioritise work in a Blue Prism Work Queue in an order other than the default priority (first in first out)?
1. Ensure that there are always enough robots working the process to clear all work each day
2. Design a solution that uses more than one method of prioritising, adding logic to your design that works lower priority items if they are over a configured age.
3. Ensure all Business Objects used in the solution are configured to have a run mode of Background
4. Include SLA monitoring and alerting to your solution, to ensure Blue Prism Controllers are informed if work items are at a risk of missing their SLAs.
Which of the following comments about Wait Stages are correct?
1. After a Navigate stage which moves an application from one screen to another, it is good practice to configure a Wait Stage to detect the screen change has successfully completed.
2. It is good practice to hold the timeout values to be used in Wait Stages as a set of global data items on a Business Object’ initialise page
3. It is good practice to ensure that a Wait Stage times out to another stage - normally an Exception Stage
4. There is no need to configure a Wait Stage, at the start of a Business Object action, to validate the application is on the correct, screen if the previous action called by the Process has validated a successful screen change.
Which of the following statements is true regarding the automation of Java applications? (Choose two.)
An action within an object has been written that automates a browser based application. All elements can be spied successfully and the object runs without defect in Object Studio. However, when ran in Control Room, exceptions are thrown that indicate elements cannot be found. This is because elements on the web page do not load all at once, they load slowly one after another instead. Which of the following would be the most appropriate to improve the resilience of the automation?
Which of the following is a recommend tip for dealing with problems when launching and attaching to Browser Applications?
Which of the following statements, about interfacing with browser applications are true? (Choose three.)
When using Surface Automation which of the following statements about pressing a button is true?