Blue Prism Professional Developer
Last Update Nov 30, 2025
Total Questions : 51
We are offering FREE APD01 Blue Prism exam questions. All you do is to just go and sign up. Give your details, prepare APD01 free exam questions and then go for complete pool of Blue Prism Professional Developer test questions that will help you more.
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?
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, about interfacing with browser applications are true? (Choose three.)
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 regarding Blue Prism Login Agent are true? (Select all that apply.)
An Insurance company has created 4 Blue Prism processes:
Change of Address
Claims Processing
Renewals
Order Letter
The Order Letter process is not a published process but is called as a sub process by each of the 3 other processes.
Each day at 6am a scheduler starts:
2 instances of the Renewals process on the same virtual machine
9 instances of the Claims Processing process on 3 different virtual machines
1 instance of the Change of Address process on its own virtual machine
How many robot licenses will be consumed by the running processes?
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