Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Free Practice Questions for the Blue Prism Developer AD01 Exam (2026 Updated)

At Marks4sure, we are dedicated to providing IT professionals with the most accurate and reliable preparation materials for the Blue Prism AD01 exam. To support your certification journey, we have made a selection of our premium 2026 Developer practice questions and answers available completely free. You can take this practice test as many times as you need. Every question includes a detailed, expertly verified explanation to ensure you fully grasp the core security concepts before test day.

Questions 4

Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)

Options:

A.

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.

Work Queue item Status can only be set to Completed or Exception

D.

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Buy Now
Questions 5

Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

AD01 Question 5

What is wrong with the design?

Options:

A.

The exception handling is not within an Exception Block.

B.

The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage

C.

The Send Alerts process will never be run

D.

Because the flow is on the Main Page of the process there should not be a ‘Re-Throw ' Exception stage as there are no parent/calling pages for the exception to bubble up ' to.

Buy Now
Questions 6

Please refer to the exhibit.

Consider the following Attribute Match for the Windows Title of an Application.

AD01 Question 6

What alterations would you recommend making to the Attribute shown?

Options:

A.

Change the Match Type to Dynamic

B.

Use a * at the beginning and end of the Value

C.

Position the ' ' after Solutions '

D.

Change the Match Type to Wildcard

Buy Now
Questions 7

A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.

The values for the Windows Text attribute are Find ' for the Find button. ' Save ' for the Save button, Close ' for the Close button and New’ for the New

Button.

The Dynamic Button element has been spied and has the following attributes set:

AD01 Question 7

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

Options:

A.

Set the Mouse Button value to Close '

B.

The Params button must be selected and the parameter configured to override the Window Text attribute value to ' Close '

C.

It is not possible to select the Close button using the Dynamic Button element because the value is set to ' Find in the Application Modeller

D.

A new element is required with the Window Text value set to " Close and the Match Type set to equal

Buy Now
Questions 8

An application being automated is prone to respond slowly when there is a lot of network traffic

How should the Developer manage these performance issues when designing an automation?

Options:

A.

Use an Unconditional Wan (Throttle) to allow controllers to increase or decrease the speed of the automation as it runs

B.

Place a Block around the Navigate stage then add a Recovery Stage Connect this to a Retry Loop which Resumes and retries that Navigate stage

C.

Add a Sleep stage before a Conditional Wait stage with a Global Timeout value which is sufficient to accommodate the system latency

D.

Use a Conditional Wait stage with a Global Timeout value which is sufficient to accommodate the system latency

Buy Now
Questions 9

The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?

Options:

A.

Errors Only

B.

Enabled

C.

Preserve Screen Capture

D.

Disabled

Buy Now
Questions 10

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?

Options:

A.

Focus will return to the Start stage in the Process Studio

B.

Focus will move to the Start stage on the Launch action

C.

Application window will be closed

D.

Application window will remain open

Buy Now
Questions 11

A Developer is following the best practices to prepare the Process for a Production release

Which of the following should NOT be implemented?

Options:

A.

Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime

B.

Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic

C.

The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues

D.

The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room

Buy Now
Questions 12

Please refer to the exhibits.

AD01 Question 12

AD01 Question 12

AD01 Question 12

How many Full Time Employees will the generated Report include?

Options:

A.

2

B.

0

C.

4

D.

1

Buy Now
Questions 13

AD01 Question 13

The data item " Loop Counter " is a number data item and has an initial value of 0. The data item " Max Loops " is a number data item and has an initial value of 10.

The two stages are configured as follows:

AD01 Question 13

AD01 Question 13

How many times will the Loop Again stage be executed when the page is executed?

Options:

A.

10

B.

9

C.

11

D.

The loop will be infinite

Buy Now
Questions 14

The Work Queue " Customer Onboarding ' has a number of Pending Items which may be tagged as " Domestic " , " Retail " or " Business " There is also a tag for the 8 digit product code formatted as " Product Code: {product code} " e.g. Product Code: CA123456.

What is the correct configuration to get the next item from the queue that:

• Isn ' t applying for a loan product i.e. Product Code doesn ' t begin with " LN "

And

• Is a domestic customer

Options:

A.

Configure " Domestic; -Product Code: I_N " " in the Tag Filter parameter

B.

Configure " Domestic; -Product Code: LN? " in the Tag Filter parameter

C.

Configure ' Domestic and Product Code < > LN? " in the Tag Filter parameter

D.

Configure " Domestic + [Product Code] < > LN*”” in the Tag Filter parameter

Buy Now
Questions 15

A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?

Options:

A.

Retire the Schedule for the required period. then Unretire it

B.

Clone the Schedule and set a new start date on the clone

C.

Set an End Date on the Schedule, then create a new Schedule to Start after 3 months

D.

Pause the Schedule for the required period

Buy Now
Questions 16

How would you run a Blue Prism Process on a virtual Digital Worker?

Options:

A.

Through Control Room

B.

Through the Digital Worker Management Console

C.

Through System Manager

D.

Through Process Studio

E.

Through Object Studio

Buy Now
Questions 17

FILL BLANK

Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the ‘Set DOB’ Calculation stage to copy the value from the Collection column ‘DOB’, to the DOB data item:

AD01 Question 17

AD01 Question 17

- The DOB data item is a Date data item with no initial value.

- The DOB column in the Customer List Collection is a Date data type.

What expression would you use in the ‘Set DOB’ Calculation stage, to copy the value from the Collection column, to the DOB data item?

(Remember, Blue Prism expressions are case sensitive)

Options:

Buy Now
Questions 18

Consider the following flow in an object:

AD01 Question 18

Which of the following statements are true?

Options:

A.

There just needs to be a wait stage after the start stage to correct this action.

B.

There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.

C.

If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.

D.

There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

Buy Now
Questions 19

AD01 Question 19

The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.

Data Item ' Attempts ' is a number data item with an initial value of 0

Data Item " Max Attempts " is a number data item with an initial value of 3

The ' Increment Attempts ' calculation stage add 1 to the attempts value and outputs a result to the " Attempts " data item

To enable this to work correctly, what is the correct expressions for the Try Again ' decision stage?

Options:

A.

[Attempts] < [Max]

B.

[Attempts] > [Max]

C.

[Attempts] = [Max]

D.

[Attempts] + 1

Buy Now
Questions 20

Examine the extract below taken from a Blue Prism Process:

AD01 Question 20

The Outputs tab from the Get Next Item stage is provided below:

AD01 Question 20

What is the correct expression for the ‘Item Returned?’ Decision stage, to check if a Work Queue item was returned?

Options:

A.

Item ID < > " "

B.

[Customer Data] < > " "

C.

[Customer Data] < > NULL

D.

([Customer Data].Rows) > 0

E.

[Item ID] < > " "

Buy Now
Questions 21

The Blue Prism Server Service has been stopped for 4 hours

Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?

Options:

A.

All schedules will be marked as Exception

B.

Only schedules within a defined timeframe are executed

C.

All schedules will be executed in the order they were added

D.

Only schedules within the last 60 minutes are executed

Buy Now
Questions 22

The Stock Value Calculator application has been launched successfully by a Business Object named ‘Stock Value Calculator – Basic Actions’.

A second Business Object named ‘Stock Value Calculator - Historic Values’ is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

AD01 Question 22

Details of the Exception are provided below:

AD01 Question 22

What action is required to present this error occurring?

Options:

A.

The Business Object ' Stock Value Calculator - Historic Values ' needs to be attached to the Stock Value Calculator application

B.

The Business Object ' Stock Value Calculator - Historic Values ' must relaunch the Stock Value Calculator application

C.

The Business Object ' Stock Value Calculator - Basic Actions ' needs to be attached to the Stock Value Calculator application

D.

The Business Object ' Stock Value Calculator - Historic Values ' needs to activate the Stock Value Calculator application

E.

The Business Object ' Stock Value Calculator - Basic Actions ' needs to activate the Stock Value Calculator application

Buy Now
Questions 23

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?

Options:

A.

The correct Spy mode was used to identify elements

B.

Application Modeller has a unique match for the screen element

C.

Wait Stages have been used effectively

D.

The Attach page is published in the Business Object

Buy Now
Questions 24

When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

AD01 Question 24

The following attribute set has been returned by Application Modeller:

AD01 Question 24

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

Options:

A.

Window Text

B.

Visible

C.

Screen Visible

D.

Class Name

Buy Now
Questions 25

Please refer to the exhibit.

AD01 Question 25

The above image is that from a Clean Up page in a Business Object.

Which of the following would be the correct use of the Clean up Page?

A)

AD01 Question 25

B)

AD01 Question 25

C)

AD01 Question 25

D)

AD01 Question 25

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 26

Consider the following process flow from the Main Page of a process in Process Studio:

AD01 Question 26

AD01 Question 26

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

Options:

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism ' s standard Process Template

B.

The Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.

C.

The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.

D.

There is no exception handling on this Main Page so any exceptions that " bubble up " will cause the process to terminate rather than exceptions being handled correctly.

E.

The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.

Buy Now
Questions 27

Please refer to the exhibits.

AD01 Question 27

AD01 Question 27

The Developer needs to ensure Blue Prism best practices are followed in respect to naming conventions and layout

How would the Developer build an Object that Logs into the Application, and then Navigates the Orders page left-hand menu?

A)

AD01 Question 27

B)

AD01 Question 27

C)

AD01 Question 27

D)

AD01 Question 27

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 28

A Blue Prism solution works fine when developing and testing it in Process and Object Studio, but when it is run in Control Room, exceptions occur because elements are not being found.

What is the most likely cause of this behaviour?

Options:

A.

The target application has changed in design

B.

Intelligent Wait stages have not been used in line with Blue Prism best practices within Business Object Actions

C.

The Business Object Action has not been published, therefore, it cannot be used by a Process in Control Room.

D.

Exception handling best practice has not been incorporated into the Process design

Buy Now
Questions 29

Please refer to the exhibit.

AD01 Question 29

A Developer has used the Win32 mode lo spy the login window and the Region mode to spy the Username field of a Windows-based application.

Using the Navigate stage, the developer would like to

* Bring the application screen to bring it foreground

* Send a ' Global Mouse Click Centre ' command to the center of the username field

* Use Global Send Keys to populate the username field

How should the navigate stage be configured?

A)

AD01 Question 29

B)

AD01 Question 29

C)

AD01 Question 29

D)

AD01 Question 29

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 30

Examine the flow below:

AD01 Question 30

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes ' path has been taken from the " Throw new Exception? " decision stage. Consider the Throw Exception stage properties below:

AD01 Question 30

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?

Options:

A.

Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.

B.

Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank

C.

Leave the Exception Type field blank and type " Business Exception " in the Exception Detail field.

D.

Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Buy Now
Questions 31

Examine the following Process flow:

AD01 Question 31

The ' Start Value ' data item is a number data item with an initial value of 10 The ' End Value ' data item is number data item with an initial value of 0.

The Multi Calc stage is configured as follows

AD01 Question 31

After the page has been rurv what value will be assigned to the ' End Value* data item?

Options:

A.

The Internal Exception ' Failed to evaluate expression - Division by zero ' will be thrown

B.

100

C.

-10

D.

no

E.

30

Buy Now
Questions 32

AD01 Question 32

AD01 Question 32

AD01 Question 32

AD01 Question 32

What will be the outcome after the page has run?

Options:

A.

Data Item Output Value contains A

B.

Data Item Output Value contains B

C.

Data Item Output Value contains C

D.

An Internal Exception will be thrown

Buy Now
Questions 33

Please refer to the exhibits.

AD01 Question 33

AD01 Question 33

An error has occurred in the Update Data ' action and has been captured by the Recovery stage. As part of the retry logic, the ' No ' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action ' '

Options:

A.

Use Business Exception in the Exception Type field and type " Update Data Failed " in the Exception Detail field

B.

Enable Stage logging and leave the " Preserve the type and detail of the current exception ' option un-Ucked

C.

Use System Exception in the Exception Type field and ExceptionDetail(} function in the Exception Detail field

D.

Tick the ' Preserve the type and detail of the current exception ' checkbox and leave all other fields to their defaults

Buy Now
Questions 34

Examine the following Blue Prism Process flow:

AD01 Question 34

The Process is intended to attempt to perform the processing enclosed in the recover block (Blockl). a maximum number of times before throwing an exception The maximum number of attempts is stored in the ' Max Attempts ' data item.

The ' Attempts ' data item is a number data item with an initial value of 0.

The ' Max Attempts ' data item is a number data item with a current value of 3. This value is provided at start-up.

The ' Increment Attempts ' Calculation stage increases the value of the ' Attempts ' data item by 1.

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - C), to create the correct Blue Prism expression for the Retry? ' Decision stage.

AD01 Question 34

Options:

Buy Now
Questions 35

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

AD01 Question 35

The ‘Exception Type’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Type’ will output the current exception type to the ‘Exception Type’ data item.

What expression would you use in the ‘Save Exception Type’ stage to achieve this?

Options:

Buy Now
Questions 36

When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

Options:

A.

Adding a tag requires an item to be locked

B.

Adding a tag requires an item to be locked if there are multiple resources working the same queue

C.

Adding a tag does not require an item to be locked

Buy Now
Questions 37

Consider the following process flow:

AD01 Question 37

Decision JA " properties are:

AD01 Question 37

Decision " B " properties are.

AD01 Question 37

Decision " C " properties are

AD01 Question 37

What will happen when the process runs?

Options:

A.

The flow will pass through calculation stage " A "

B.

The flow will pass through calculation stage " B "

C.

The flow will pass through calculation stage " C "

D.

An exception will be thrown

Buy Now
Questions 38

Examine the following sub-page of a Blue Prism Process:

AD01 Question 38

The ‘Decision A’ stage properties window is displayed below:

AD01 Question 38

The ‘Decision B’ stage properties window is displayed below:

AD01 Question 38

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?

Options:

A.

C

B.

B

C.

Blank - an internal exception will be thrown

D.

A

Buy Now
Questions 39

Which of the following can you perform in me System - > Workflow area of Blue Prism? (select all that apply)

Options:

A.

View the contents of a Work Queue

B.

Refresh a Work Queue

C.

Encrypt a Work Queue

D.

create a Work Queue

Buy Now
Questions 40

Which of the following activities can you perform in Blue Prism Control Room?

(select all items which apply)

Options:

A.

Set the Maximum Attempts parameter for the Work Queue

B.

Rename a Work Queue

C.

Delete items from a Work Queue

D.

Refresh Work Queue data

E.

Create a Work Queue

F.

Encrypt a Work Queue

Buy Now
Questions 41

You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you ' Element not found ' exceptions. Which of the following statements is true?

Options:

A.

This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.

B.

The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.

C.

This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem

D.

It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.

Buy Now
Questions 42

Please refer to the exhibit.

AD01 Question 42

The Developer is using the basic Blue Prism Process Templates

What is wrong with how this Main Page is handling exceptions ' '

Options:

A.

The Main Page flow adheres to best practice in the basic Process Template

B.

The exception handling does not contain any consecutive exception logic

C.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case

D.

Exception Block should be removed as exceptions should be handled in the sub-pages

Buy Now
Questions 43

An Action in a Business Object needs to use Global Send Keys to populate the ‘Staff Number’ field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.

Examine the stage properties window below:

AD01 Question 43

In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?

Options:

A.

Textbox: Staff Number

B.

Window: Login

C.

Panel: Login Details

D.

Centrix Data Solutions

Buy Now
Questions 44

Examine the following Blue Prism Process diagram which is intended to get the date of the previous day as a date value:

AD01 Question 44

The Calculation stage Properties window is provided below:

AD01 Question 44

Which are the following statements about this process diagram are correct?

Options:

A.

None of these statements are correct

B.

If the ' Result Date ' data item is configured as a Text data type, then a ' data type mismatch ' Internal Exception will be thrown on execution of the Calculation stage

C.

If the ' Result Date ' data item is configured as a Date data type, then the ' Result Date ' data item will be set to the date of the previous day on execution of the Calculation stage

D.

On execution of the Calculation stage, a ' Failed to evaluate expression ' Internal Exception will be thrown

Buy Now
Questions 45

There are multiple rows of conditions in the Properties window of the Wait Stage. Which of the following is TRUE?

Options:

A.

The Wait Stage will sequentially check each condition, it does not require all conditions to be met

B.

If all conditions are met before the TimeOut penrid expires, the process will continue

C.

If no conditions are met, an internal error will appear and terminate the process

D.

The Wait Stage will simultaneously check all conditions and follow the logic of whichever condition is met first

Buy Now
Questions 46

An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:

Internal: Stage Address Type does not exist

What is the potential reason for this Exception?

Options:

A.

An Action stage with the name ' Address Type ' is being referenced but it no longer exists

B.

An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance

C.

A data item referenced as an input parameter in the ' Get Customer Address ' Action cannot be found

D.

Whilst debugging a Process in Process Studio, the ' Reset ' button was pressed whilst the process was calling the ' Get Customer Address ' action

Buy Now
Questions 47

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

Options:

A.

Notes Stage

B.

Read Stage

C.

Write Stage

D.

Navigate Stage

Buy Now
Questions 48

ACME INC have introduced a new password policy for the Centrix Data Solutions application

A Developer has built, tested and deployed the Credentials Manager functionality to ail the automations in the Production environment

What TWO additional functionalities are now available for the Developer to use when creating future automations?

Options:

A.

Server Key Store

B.

Active Directory Integration

C.

Encryption Method Triple DES (192 bit)

D.

Encrypt and decrypt Work Queue Item data

E.

Resource Screen Capture

Buy Now
Questions 49

Examine the following Blue Prism Process diagram:

AD01 Question 49

The initial values for the 2 data items are displayed in the diagram above.

The expression in ‘Decision A’ is:

Len([City 1]) > Len([City 2])

The expression in ‘Decision B’ is:

Mid([City2].3,1) = “ “

The expression in ‘Decision C’ is:

Left([City 1], 5) = " manch " AND EndsWith([City 2], " York " )

What will happen when the process flow executes?

Options:

A.

The diagram will flow through the Calculation stage named ' A '

B.

The diagram will flow through the Calculation stage named ' B '

C.

The diagram will flow to the Exception stage which will raise a new exception

D.

The diagram will flow through the Calculation stage named ' C

Buy Now
Questions 50

Which statements are TRUE about the Blue Prism Release Manager " '

Select the TWO correct answers.

Options:

A.

Release files can be imported by anyone regardless of their user permissions

B.

You must have a defined Package prior to a Release being generated

C.

Modify Package wizard will update previous components released within your environment

D.

Only Release (bprelease) or Skill packages (.bpskill) files can be imported

E.

The Verify wizard will test a Package ' s components for changes since the last Release

Buy Now
Questions 51

The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?

Options:

A.

Use the column filters available within Blue Prism Settings > Audit > Process Log settings

B.

Call the Exception Stage details and tag them to the Item prior to Mark Item as Exception

C.

Loop through the Work Queue items in Exception and tag with the Exception Details

D.

Use the Scan Processes feature within the Blue Prism Settings > Exception Type to identify items

E.

Ensure that the Stage logging is enabled within each Exception Properties

Buy Now
Questions 52

Which of the following options can be used to update the value of a data item exposed as an Environment Variable?

(Select all items which apply)

Options:

A.

Using the ' Internal - Global Variables ' Business Object to update the value

B.

Using a Calculation stage in the same Process to update the value

C.

Using the Global Variables store in Environment Manager to update the value

D.

Using System Manager to update the value

Buy Now
Questions 53

If you change the value of a ' Session Variable1, when will the new value be available to a running Process?

Options:

A.

Immediately

B.

Next time a new case is taken from a Work Queue

C.

Next time the Process starts

D.

After the Digital Worker has been restarted

Buy Now
Questions 54

Please refer to the exhibit.

AD01 Question 54

When clicking the drop-down on Identify in the Application Modeller, what is the difference between the Spy Element option and the Navigator options?

Options:

A.

Spy Element enables you to identify an element using their attributes, and the Navigator options are used for visible elements on the screen

B.

Spy Element enables you to identify an element to use in the Application Modeller and the Navigator options are used for debugging when a match cannot be found

C.

Spy Element enables you to choose from a tree of possible elements to use in the Application Modeller, and the Navigator options require you to visually find and manually select the element to identify

D.

Spy Element enables you to manually identify an element to use in the Application Modeller, and the Navigator options displays a tree of elements available to choose from

Buy Now
Questions 55

Examine the following Blue Prism Process diagram:

AD01 Question 55

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?

Options:

A.

The Resume stage must also be within the exception block

B.

Sub-pages should not have retry logic Exception handling should be in the Object layer rather than in the Process

C.

The retry loop logic shown in the image is incorrect because it uses multiple action stages There should be a retry loop around every action

D.

The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the ' Search Screen - Perform Search ' Action again

Buy Now
Questions 56

Examine the following Blue Prism Process diagram:

AD01 Question 56

The ‘Calculation Result’ data item is configured as a number data item with an initial value of 100.

The Calculation stage Properties window is displayed below:

AD01 Question 56

After the Process flow has run, which of the following statements are true?

Options:

A.

The ' Calculation Result ' data item value will be 25

B.

The ' Perform Calculation ' Calculation stage will throw an exception

C.

The ' Calculation Result ' data item value item will be 125

D.

None of these statements are true

Buy Now
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: Sep 23, 2026
Questions: 189

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11