Which of the following four configurations depicts the best approach for an Action that has been built to select a button to navigate to an Input Order screen?
A)
B)
C)
D)
Which of the following accurately describes best practice when work is sourced from an application's workflow system?
Which of the following statements about Tagging of Work Queues are correct? (Choose three.)
Which of the following are examples of a Business Exception?
1. A Business Requirement states that Blue Prism should not work on any accounts with a balance greater than £1,000,000. Blue Prism has successfully read the balance field and it has returned a value of £1,100,000.
2. Blue Prism has detected an unexpected pop up
3. A Blue Prism wait stage has timed out waiting for a Web page to load
4. The data input to the process has been validated and failed
The following sub-page in a process creates an order in an order system.
The Actions called perform the following steps:
Navigate to New Order – The application is navigated to a new order screen. There is a wait stage to confirm the navigation is successful – if this wait stage times out, an exception is configured which will bubble up to this page.
Enter Order Details – The Order details are entered triggering a ‘Confirm Order’ window. At this page, the order has not been submitted. There is a wait stage to confirm the ‘Confirm Order’ window has appeared – if this stage times out, an exception is configured which will bubble up to this page.
Submit Order – The order is confirmed and placed in the Client’s order system. There is a wait stage, for a reference number, configured that the order has been successfully submitted. If this wait stage times out, an exception is configured which will bubble up to this page. There is a known bug in the application which results in the application occasionally freezing when an order is submitted but before the reference number is displayed, thus leaving the user uncertain if the order has been successfully submitted or not.
Get Reference Number – A resultant reference number is read from the application.
In order to build some resilience into the process, some retry logic is to be added. Which of the below options offers the best retry solution?
A)
B)
C)
D)
Which of the following statements about setting and using Work Queue priority are correct?
The Blue Prism Work Queue business object can be used to change the priority of an item after it has been added to the queue.
Items are worked in order of lowest priority number first.
The default priority setting is 1.
Setting the priority for a Work Queue item is done when the item is first added to the queue using the Add To Queue action.
A PDD has been created which includes a requirement to log in to an application called CDS. The CDS application only allows a user account to be logged into the application on one machine at a time. The client wishes to hold the credentials for logging into CDS in the Blue Prism Credential store.
It has been calculated that the automated solution will require 3 resource PC's to enable the case volume to be worked within SLA’s.
Which is the most appropriate design decision to accommodate the above requirements?
Study the process flow below:
The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.
How many times will the Process ‘Open Account Part 1’ be read into memory during the execution of the Process?
Which of the following statements is true regarding the automation of Java applications? (Choose two.)
Which of the following techniques is most suitable for extracting text from a PDF Document which is a scan of a hand written document?