Which of the following statements about Blue Prism Web Service parameters are correct? (Choose two.)
The following screen displays order details in a client’s order system application. An order is entered into the Order number field and the details for that order are displayed. There is a requirement to read the Product code value from the resulting display. The Product code will vary between orders.

The Product Code label has been successfully spied and the following attributes have been returned:

The Product Code value field has been spied and the following attribute set has been selected:

In order to ensure a consistent match for the Screen Text – Product Code element, which of the following statements must be considered:
1. The Dynamic value of the Y attribute for the Screen Text – Product Code element must be derived from the Y attribute of the Label –Product Code element
2. The Y attribute of the Label –Product Code element cannot be derived as it is not checked
3. The Y attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Equal’
4. The Window Text attribute for the Screen Text – Product Code element must be set to a Match Type of ‘Wildcard’
5. The Window Text attribute for the Screen Text – Product Code element must be un-checked
When using Control Room, which of the following statements are correct? (Choose three.)
Which of the following statements regarding Blue Prism Credentials are true?
1. The Business Object; Internal - Credentials cannot retrieve encrypted credentials from the Blue Prism database
2. It is best practice to hold application credentials within the Process that requires them
3. It is best practice to hold application credentials within the Object that requires them
4. It is possible to hold Blue Prism Credentials in an unencrypted state
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 techniques is most suitable for extracting text from a PDF Document which is a scan of a hand written document?
An attempt to start a Process on resource BP0100 has resulted in the following error message:
BP0100 is too busy to run that process
Which of the below is the most likely cause of this error?
Using a Wait stage to check if a Java element exists requires the Java Application Model tree to be traversed. Constantly accessing the model can be costly in terms of CPU efficiency.
Which of the following tips is a valid method to help manage this CPU efficiency cost?
Using Surface Automation there is requirement to enter a note in the Note field on the screen below:

The Note Box element has been spied as a Region:

On Launching the Add Note screen, the cursor is in the Name field and the Notes field will be empty.
Which of the following is the most appropriate sequence of stages to enter the note into the Note field?