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: 3 / 3
Total 189 questions

Please refer to the exhibits

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

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

A web-based application has a different URL for Testing Development, Training and Production According to best practice, which of the following statements is TRUE?

A.

An Object should be built per URL in case the applications have differences

B.

Dynamic Match should be used to select the correct URL

C.

The URLs should be stored as Global Data Items.

D.

An Environment Variable should be used to store the URL

Consider the following process flow:

Decision JA" properties are:

Decision "B" properties are.

Decision "C" properties are

What will happen when the process runs?

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

Look at this flow diagram from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?

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 Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.

C.

It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.

D.

The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.

E.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.

A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?

A.

The referenced Collection is not set to global

B.

There is a block surrounding the Collection

C.

There are more than four fields in the Collection

D.

The Collection fields are not defined

Study the process flow below:

The outputs for the Get Next Case are configured below:

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

How can an environment variable value be updated? (select all that apply)

A.

By using the Internal - Environment Variables business object

B.

By changing the Blue Prism Server configuration

C.

By updating the value in Control Room

D.

By updating the value in Credential Manager.

E.

By updating the value in System Manager

Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?

(Select all items which apply)

A.

By updating the data item value in the Variable Repository in System Manager

B.

By updating the data item value in System Manager

C.

Through a Calculation stage in the same process

D.

Selecting the running Process in Control Room and then using the menu options to push a new value to the data item

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)

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

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:

Details of the Exception are provided below:

What action is required to present this error occurring?

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

A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.

Which of the following is true?

A.

All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.

B.

A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.

C.

An Environment variable should be used to store the HappyWeb URL.

D.

Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

A.

The attributes are provided to Blue Prism by the Target System

B.

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

C.

The list of attributes may vary from application type to application type

D.

Selected attributes are shown as ticks in the Match column of Application Modeller

FILL BLANK

Examine the following Blue Prism Process diagram:

The Process contains logic in the ‘Control Room Stop Request?’ Decision stage, to recognise when a Process Controller has used the ‘Request Stop’ feature in Control Room, to bring the Process to a controlled stop.

What expression would you use in the ‘Control Room Stop Request?’ Decision stage, to ensure that the Process recognises that the Control Room ‘Request Stop’ command has been triggered?

(Remember, Blue Prism expressions are case sensitive)

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?

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

Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

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

Which of the following statements about Business Objects is true?

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

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