AD01 Blue Prism Accredited Developer Exam Free Practice Exam Questions (2025 Updated)
Prepare effectively for your Blue Prism AD01 Blue Prism Accredited Developer Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
If you change a session variable when will the new value be available to the process?
Please refer to the exhibit.
The Developer is automating an SAP Windows-based application within a Citrix environment. There is an issue with a duplicate match found when identifying and highlighting the Document No. field, due to the application window having two of the same labels and buttons.
Which Spy Mode should the Developer use to identify the correct field using Surface Automation?
Please refer to the exhibit.
When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?
Please refer to the exhibit.
The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?
Please refer to the exhibit.
A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue
What is missing in the logic?
The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:
When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are ‘HOME’, ‘ORDERS’, ‘CUSTOMER’, ‘STOCK’, ‘INBOX’, ‘SETTINGS’ and ‘EXIT’.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:
A Navigate stage has been configured to press the ORDERS button:
To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?
Blue Prism Enterprise is shipped with Visual Business Objects (VBO) However these need to be imported into the Environment Where can these VBOs be found?
When working with the orders area of the Centrix Data Solutions order system, there is a requirement to enter an order menu option in the field located above the Go button:
The menu option field element in Application Modeller has been configured as follows:
Which Attribute should be un-ticked to ensure the menu option field element can be consistently recognized?
Examine the following sub-page of a Blue Prism Process:
The ‘Decision A’ stage properties window is displayed below:
The ‘Decision B’ stage properties window is displayed below:
The Calculation stages will output A, B or C to the Result data item.
What will the value of the Result data item be after this page has been run?
A Blue Prism Process works successfully when testing in the Process Studio but terminates in Control Room due to the exception stating screen elements were not found What should the Developer check first?
Which of the following indicates a case in a Work Queue is currently being processed?
Examine the following Blue Prism Process diagram:
The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts
What is wrong with the current configuration?
FILL BLANK
Examine the following recover flow taken from a Blue Prism Process:
The ‘Exception Detail’ data item has no initial value and has a data type of text.
The Calculation stage ‘Save Exception Detail’ will output the current exception detail to the ‘Exception Detail’ data item.
What expression would you use in the ‘Save Exception Detail’ stage to achieve this?
The Developer has a Process designed to input new purchase orders The automation should open an Excel file of data validate that all fields are populated and that the purchase price is in the correct currency, before entering the order in the software application
What best practice approach should the Developer take when testing the process'
What is NOT considered one of the golden rules for Object Design?
Examine the following Blue Prism Process diagram:
The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item
The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:
Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:
A)
B)
C)
D)
The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?
Which of the following indicates a case has been worked successfully in a Work Queue?
B)
C)
D)
Please refer to the exhibits.
A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed
What is the reason"?