Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: s2p65

Easiest Solution 2 Pass Your Certification Exams

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.

Page: 1 / 3
Total 189 questions

If you change a session variable when will the new value be available to the process?

A.

Immediately

B.

Next time a new case is taken from a WQ

C.

Next time resource PC starts

D.

Next time the process starts

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?

A.

Win32

B.

Browser

C.

Application Navigator

D.

Region

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?

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

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?

A.

1 Object; 2 Actions - Get Account Details and Apply New Limit, and move the decision-making logic to the Process

B.

1 Object: 3 Actions - Get Account Details. Verify Risk Code, and Apply New Limit

C.

1 Object; 2 Actions - Get Account Details and Apply New Limit

D.

2 Objects - Get Account Details and Apply New Limit; and move the decision-making logic to the Process

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?

A.

A Release Lock action should be added to the recovery logic to unlock the resource in case of an exception

B.

A Query Lock action should be added after the Release Lock to confirm the release of the Lock Token

C.

A unique Lock Token should be added to its Data item to ensure the lock is acquired successfully

D.

A Sleep action should be added after the Acquire Lock to allow time for the Lock to be acquired

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?

A.

Update the 'Mouse Button' Inputs value to "ORDERS1

B.

Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to "ORDERS"

C.

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

D.

The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT

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?

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\

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?

A.

Visible

B.

Class Name

C.

Enabled

D.

Window Text

E.

Screen Visible

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.

C

B.

B

C.

Blank - an internal exception will be thrown

D.

A

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?

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

Which of the following indicates a case in a Work Queue is currently being processed?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

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?

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

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'

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

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

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

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)

A.

Option A

B.

Option B

C.

Option C

D.

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

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

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

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option 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"?

A.

The Exception functions are used outside the recovery mode resulting in their own exception

B.

A Block is not used for the Recovery stage causing it to catch Exceptions from all stages on the page

C.

An Exception stage is not used to report Exceptions causing an infinite loop in the recovery logic

D.

The Data Item names are the same as the Exception expression resulting in their own exception

Page: 1 / 3
Total 189 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved