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
D
Which of the following Application Models follow Blue Prism Best Practice:


C
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
A Process Definition Document, for a new process to open ISA accounts, specifies that the value
“2008 Cash ISA” is to be entered into the Product Selection field of the following screen:
The Product Selection field is a drop down menu with the following options available:
According to Best Practice, which of the following design options are correct for populating the
Product Selection field with the value 2008 Cash ISA:
C
A Process is fed cases to work from a spreadsheet held in a shared drive. The location of the shared
drive is different between Development and Production environments. How should this be
managed?
B
While automating a process involving a browser based application a popup window from the
browser application appears that you need to work with. When you try to spy the popup window and
its elements, Blue Prism throws the following error: “There was an error during the spying
operation.” Which of the following would be the most appropriate workaround?
D
Reference:
https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-
automation-with-region-mode
Which of the following is a recommend tip for dealing with problems when launching and attaching
to Browser Applications?
A
Reference:
https://www.rpaforum.net/threads/blue-prism-unable-to-launch-service-manager-services-
msc.9643/
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?
B
Reference:
https://usermanual.wiki/Document/Browser20Automation20Guide.1251117006.pdf
While trying to read a table in a browser based application into a collection an error message
appears and the table cannot be read directly into the collection. This happens when using either AA
or HTML mode. Which of the following would be the most appropriate workaround?
B
Explanation:
For this you have to use surface automation techniques.Use Region mode and draw a region which is
of width and height of one record and read using Read Text with OCR (Loop this activity by increasing
X and Y co-ordinates by the required pixels to read line-by-line until it reaches end of the table).
:
https://www.rpaforum.net/threads/reading-text-inside-image.1571/
Which of the following statements, about interfacing with browser applications are true? (Choose
three.)
C,D,E
Reference:
https://www.edureka.co/community/41484/what-are-all-the-spying-modes-in-blue-prism
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?
D
Reference:
https://dotnetbasic.com/2019/04/blue-prism-credential-manager.html
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
D
A business requirement exists to be able to distinguish between cases that have failed due to ‘not
being an adult’ and cases that have failed due to ‘invalid ID’ based on the exception detail Blue Prism
has captured. The following Process configuration has been built as a solution.
Which of the following statements are correct?
C
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?
D
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
D