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

AD01 Blue Prism Accredited Developer Exam Questions and Answers

Questions 4

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 5

The Centrex Data Solutions application has been launched successfully and Blue Prism has navigated the application to the New Order screen, as displayed below:

AD01 Question 5

Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus?

A)

AD01 Question 5

B)

AD01 Question 5

C)

AD01 Question 5

D)

AD01 Question 5

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

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 7

Which of the following indicates a case in a Work Queue is waiting to be worked?

A)

AD01 Question 7

B)

AD01 Question 7

C)

AD01 Question 7

D)

AD01 Question 7

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 8

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 9

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 9

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 10

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

AD01 Question 10

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 11

Study the following Process flow:

AD01 Question 11

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?

Options:

A.

[Input] > = 1 AND [Input] < = 100

B.

[Input] > = 1 AND < = 100

C.

[Input] > = ‘1’ AND [Input] < = ‘100’

D.

[Input] > = 1 [Input] < 100

E.

[Input] BETWEEN 1 AND 100

Buy Now
Questions 12

Please refer to the exhibit.

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

AD01 Question 12

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 13

Examine the following Blue Prism Action diagram taken from Object Studio:

AD01 Question 13

What is wrong with the current configuration?

Options:

A.

The current configuration risks creating an infinite loop.

B.

The current configuration is missing an intelligent Wait stage after the ' Read Result Table ' stage, to ensure the Action logic has worked correctly.

C.

There is nothing wrong with the current configuration.

D.

The Exception Block should be removed from the page so that all exceptions on that page can be recovered.

Buy Now
Questions 14

A Developer has a number of cases which need to be loaded into a Work Queue. The source data collection contains a field to indicate the customer account type as either Business, Personal or Joint Which method should the Developer use to ensure that the Business Customer cases are worked first?

Options:

A.

Set the priority of each Business Case to " 0 " . set the Priority of all other cases to " 1 "

B.

When populating the Work Queue set the Tag as Work Queues > Add to Queue > Tag = ' ^Business '

C.

Set the priority of each Business case to T, set the Priority of all other cases to ' 0 "

D.

When populating the Work Queue, set the Tag as Work Queues > Add to Queue > Tag = ' -Personal. -Joint '

Buy Now
Questions 15

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 15

The following attribute set has been returned by Application Modeller:

AD01 Question 15

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 16

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 16

AD01 Question 16

- 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 17

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

AD01 Question 17

AD01 Question 17

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 18

Please refer to the exhibits.

AD01 Question 18

AD01 Question 18

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 19

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 '

Options:

A.

Manually input incorrect initial values into the data items to verify exception handling works as designed

B.

Step through each stage of the process using standard debugging methods

C.

Test the process using correct and incorrect data in the file to verify exception handling works as designed

D.

Test the process using a copy of live data in the Excel file

Buy Now
Questions 20

Study the following image showing pan: of the flow within a process:

AD01 Question 20

What problems do you see with the process flow? (select 2 responses)

Options:

A.

There is a missing Recover stage on one of the routes through the flow.

B.

There is a missing Resume stage on one of the routes through the flow.

C.

The Retry Count is not being incremented for each retry.

D.

If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won ' t be retried.

Buy Now
Questions 21

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 22

What is NOT considered one of the golden rules for Object Design?

Options:

A.

Keep actions small and limited to a specific task

B.

Do not include business logic in the Object

C.

Use InpuVOutput parameters to promote usability

D.

Use a single Object for an entire application

Buy Now
Questions 23

What are the TRUE statements about a Blue Prism Business Object?

Select the TWO correct responses.

Options:

A.

Defined within the Object layer

B.

Will always have a Launch action

C.

Can be used as a stand-alone process

D.

Do not share any stages with the Process Studio

E.

Actions are built to no specific hierarchy

Buy Now
Questions 24

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 25

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

AD01 Question 25

Consider the following potential explanations as to what is wrong with the design:

1. The exception handling is not within an Exception Block.

2. There is no Resume stage in the shown process flow.

3. There is a potential for the flow to cause an infinite loop within the process.

4. 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.

Which of the above appropriately describes what is wrong with this design?

Options:

A.

1,2, 3 and 4

B.

3 only

C.

4 only

D.

2 and 4

Buy Now
Questions 26

Please refer to the exhibits

AD01 Question 26

AD01 Question 26

Under what TWO conditions will the process move to the ' Close Down ' page directly from the Stop? Decision stage during runtime?

Options:

A.

The specified Stop time has passed

B.

' Request Stop received from Control Room

C.

Priority of the remaining Queue Items is 0

D.

All the Queue Items have been processed

E.

Immediate Stop ' received from Control Room

Buy Now
Questions 27

Study the process flow below:

AD01 Question 27

The outputs for the Get Next Case are configured below:

AD01 Question 27

What is the correct configuration of the Expression in the ‘’Case Returned ‘’ decision stage?

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

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 29

Please refer to the exhibits.

AD01 Question 29

AD01 Question 29

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 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

FILL BLANK

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

AD01 Question 30

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?

Options:

Buy Now
Questions 31

Please refer to the exhibits.

AD01 Question 31

AD01 Question 31

AD01 Question 31

The Output Data Item is a Text data type

What will be the outcome when the Developer clicks Go in Process Studio ' ?

Options:

A.

Data Item Output = &

B.

An Internal Exception will be thrown

C.

Data Item Output=A

D.

A System Exception will be thrown

Buy Now
Questions 32

Examine the following extract taken from an Action in Object Studio:

AD01 Question 32

What problem do you see with the current configuration of this Action flow?

Options:

A.

The Retry Limit data item is set to 10 when it should always be set to 3

B.

There is a missing Resume stage on one of the routes through the flow?

C.

There is a missing Recover stage on one of the routes through the flow

D.

There is nothing wrong with the current configuration

Buy Now
Questions 33

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 34

Which of the statements below best describes what Blue Prism is used for?

Options:

A.

Blue Prism is used for modelling business processes

B.

Blue Prism is used to link core business applications together

C.

Blue Prism is used to create Virtual Digital Workers that can replicate user actions and decisions

D.

Blue Prism is used to transfer data from one system to another

Buy Now
Questions 35

Which of the following Work Queue icons indicates a case currently being worked?

A)

AD01 Question 35

B)

AD01 Question 35

C)

AD01 Question 35

D)

AD01 Question 35

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 36

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?

Options:

A.

[Root Directory] \BluePrism\VBO\lnstall ' .

B.

[Root Directory] \Blue Pnsm Training ' *

C.

[Root Directory] AProgram Files\Blue Prism Limited\Blue Prism Automate\VBO\

D.

[Root Directory] AProgram Files\Blue Prism Limited\

Buy Now
Questions 37

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 37

Details of the Exception are provided below:

AD01 Question 37

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 38

Please refer to the exhibit.

AD01 Question 38

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 39

Which of the following stages can be found in BOTH the Object Studio and the Process Studio ' ' Select the TWO correct responses.

A)

AD01 Question 39

B)

AD01 Question 39

C)

AD01 Question 39

D)

AD01 Question 39

E)

AD01 Question 39

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 40

Which of the following statements about Business Objects is true?

Options:

A.

It is Blue Prism best practice to include business rules within Business Objects

B.

A Business Object is configured in the Studio area of Blue Prism

C.

A Business Object can be exposed to Control Room

D.

Logging of individual stages is not configurable in Business Objects

Buy Now
Questions 41

After launching the order processing application, the following login screen is displayed to the user, requesting their login details:

AD01 Question 41

The following Launch Action has been created in Blue Prism:

AD01 Question 41

According to Blue Prism best practice, what should be configured between the Launch and End stages?

Options:

A.

A Wait Stage to check for an element on the Login screen

B.

A Navigate stage to Attach to the application

C.

A Write stage to enter the Staff Number and Password

D.

A Read Stage to read an element from the Login screen

Buy Now
Questions 42

Please refer to the exhibit.

AD01 Question 42

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 43

Which of the following statements are correct when considering an elements attributes in Application Modeller?

(Select all items which apply)

Options:

A.

The attribute list will always contain the same entries regardless of the target application or element

B.

The initial selection of attributes made by Blue Prism will always be the optimum attribute set to use to match the element

C.

The attributes displayed in Application Modeller are provided to Blue Prism by the target business application

D.

Attributes which are included in the element match criteria contain a tick in the Match column of Application Modeller

Buy Now
Questions 44

A process has been created but it is not listed in Control Room. The following reasons have been suggested.

1. The process uses objects with different run modes

2 The process has not been published

3. Process validation shows more than 99 errors

4. The user does not have privileges to run processes in Control Room?

Which of the above could cause the process not to be visible in Control Room?

Options:

A.

1 and 2

B.

2 only

C.

2 and 3

D.

1 and 4

Buy Now
Questions 45

Please refer to the exhibit

AD01 Question 45

What is the missing phase in the Delivery Lifecycle?

Options:

A.

Plan

B.

Outline

C.

Develop

D.

Design

Buy Now
Questions 46

Examine the following process flow:

AD01 Question 46

The Orders Collection contains the following data

AD01 Question 46

The Saved Quantity Data Item is configured as a number with the initial value 0.

The Loop Orders stage is configured to loop though the Orders collection.

The Get Quantity stage is configured as follows:

AD01 Question 46

What will the data item Saved Quantity contain after the execution of the page?

Options:

A.

4

B.

5

C.

1

D.

19

Buy Now
Questions 47

Please refer to the exhibit

AD01 Question 47

An automation Start Up page has been created to launch and login to the Blue Prism Portal. The page has no Input or Output Parameters The page is run but causes an Exception What is the cause?

Options:

A.

The Username and Password Data Items contains no hard-coded credentials

B.

The BP Portal. Go to LMS action should be inside the Login Block

C.

There is no action to retrieve the credentials from Credential Manager

D.

The BP Portal Launch action should have a retry loop

Buy Now
Questions 48

Please refer to the exhibits.

AD01 Question 48

AD01 Question 48

What is the expected behavior if the Developer uses the ' Step ' function at this stage on a sub-page?

Options:

A.

The focus will move to the Recover1 stage as the current stage fails due to an input error

B.

All the remaining stages on the page will be processed, and the focus will move to the next stage on the Main Page

C.

The current stage will be processed, and the focus will move to the Release Lock stage

D.

The Work Queues > Add to Queue Action will open in a new window and the focus will move to its Start stage

Buy Now
Questions 49

You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.

Which of the following statements is true?

Options:

A.

It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.

B.

It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.

C.

A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.

D.

You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.

Buy Now
Questions 50

Examine the following Process flow, which calculates the total number of orders:

AD01 Question 50

The ‘Orders’ Collection contains the following data:

AD01 Question 50

The ‘Loop Orders’ loop is configured to loop through the ‘Orders’ Collection.

The ‘Total Orders’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Orders’ Calculation stage contains the following expression:

AD01 Question 50

What will the Total Orders data item value be after the page has executed?

Options:

A.

0

B.

11

C.

10

D.

44

Buy Now
Questions 51

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 52

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 53

Which of the following indicates a case in a Work Queue is an exception?

AD01 Question 53

B)

AD01 Question 53

C)

AD01 Question 53

D)

AD01 Question 53

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 54

Which of the following indicates a case has been worked successfully in a Work Queue?

AD01 Question 54

B)

AD01 Question 54

C)

AD01 Question 54

D)

AD01 Question 54

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 55

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
Exam Code: AD01
Exam Name: Blue Prism Accredited Developer Exam
Last Update: May 15, 2026
Questions: 189

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now AD01 testing engine

PDF (Q&A)

$54.99  $157.11
buy now AD01 pdf