blue prism ASDEV01 Exam Questions

Questions for the ASDEV01 were updated on : Nov 21 ,2025

Page 1 out of 4. Viewing questions 1-15 out of 50

Question 1

Which area of Blue Prism is used to set up and edit Credential information?

  • A. Control Room
  • B. Process Studio
  • C. Credential Store on the Digital Worker
  • D. Object Studio
  • E. The Security group in Blue Prism System area
Answer:

E

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
This is the correct area of Blue Prism where credential information can be set up and edited. It allows
the user to create and manage credential records that can be accessed by processes and objects. The
other options are either incorrect or not related to credential management. Reference:
https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 2

User name and password information which is used by a Blue Prism Process to log into a business
application, should be stored where?

  • A. In a local hidden file
  • B. In a password protected file
  • C. In Credential Manager
  • D. Environment Variable
  • E. In Data Items in the Process
  • F. In a shared Excel file
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%

Explanation:
This is the correct place to store user name and password information that is used by a Blue Prism
process to log into a business application. It allows the developer to securely store and manage
credentials that can be used by multiple processes and objects. The other options are either insecure
or not supported by Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)

Discussions
vote your answer:
A
B
C
D
E
F
0 / 1000

Question 3

Which of the following values are valid Blue Prism Control Room session status values'?

  • A. Pending
  • B. Suspended
  • C. Finished
  • D. Faulted
  • E. Terminated
  • F. Running
  • G. Paused
Answer:

ACDEF

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%
G
50%

Explanation:
They indicate the current state of a process session that is being executed by a digital worker. The
other options are either invalid or not related to session status. Reference:
https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 3)

Discussions
vote your answer:
A
B
C
D
E
F
G
0 / 1000

Question 4

Which of the following are true about the use of Blue Pnsm Process templates'?
(Select all items which apply)

  • A. Process development time is reduced by using a template
  • B. They provide consistency across all processes, making processes easier to understand and support
  • C. They promote proven Blue Prism Best Practices
  • D. There is no requirement to train Process Developers in Blue Prism development
  • E. Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
Answer:

ABC

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
These are the correct benefits of using a Blue Prism process template. It allows the developer to
follow a standard structure and design for all processes, and save time and effort by reusing common
elements. The other options are either incorrect or describe different scenarios. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 9)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 5

Blue Prism Processes can be built across multiple workspaces - broken up into individual tasks, that
each sit on their own Pages What name is given to this?

  • A. Linking
  • B. Layering of Logic
  • C. Circular Path
  • D. Linear Diagram
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
This is the correct name given to the practice of building Blue Prism processes across multiple
workspaces and pages. It allows the developer to organize and reuse the logic in a modular way. The
other options are either incorrect or describe different aspects of Blue Prism. Reference:
https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 1)

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

Which of the following are true about a Blue Prism Breakpoint?
(Select all items that apply)

  • A. The Process can be run in Control Room and the session will stop once it reaches the stage which has been assigned a Breakpoint
  • B. A Breakpoint will force the Process to terminate
  • C. The Developer can run the Process in Studio and the Process will stop at the stage which has been assigned a Breakpoint.
  • D. Breakpoints are ignored when a Process in run in Control Room
  • E. A Breakpoint will pause a Process for a defined period of time, at the stage which has been assigned the Breakpoint Once this time has elapsed, the Process will move onto the next stage.
Answer:

C, D

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
These are the correct statements about a Blue Prism breakpoint. It allows the developer to pause the
execution of a process or object in studio and inspect the data items and stages. It has no effect when
a process is run in control room. The other options are either incorrect or describe different features
of Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 2)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 7

DRAG DROP
Drag and drop the Blue Prism debug tool names on the left, onto the placement boxes (A- E) so that
the dropped tool name corresponds with the debug tool description beside it:

Answer:

None

User Votes:

Explanation:

These are the correct matches between the debug tool names and their descriptions. They allow the
user to control and observe the execution of a process or object in studio. The other options are
either incorrect or not available. Reference: https://bpdocs.blueprism.com/bp-6-10/en-
us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 1)

Discussions
vote your answer:
0 / 1000

Question 8

Examine the following Blue Prism Process diagram:

The 'Number as Text' data item is configured as text data item: and has an initial value of 10 The
'Result' data item is configured as a number data item.
The 'Cast to Number' Calculation stage must output the text value stored in the 'Number as Text1
data item, to the Result data item
Which of the following expressions would you use in the 'Cast to Number1 Calculation stage to set
the value of the 'Result' data item?

  • A. [Number as Text]
  • B. Convert(Number as Text "NUMBER")
  • C. Cast([Number as Text])
  • D. Cast([Number as Text. TEXT)
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
This is the correct expression to use in the calculation stage to set the value of the result data item. It
uses the convert function to convert the text value stored in the number as text data item to a
number value. The other options are either incorrect or used for different purposes. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

A Blue Prism Decision stage needs to test the value of a Data Item named 'Loop Counted
How is the loop Counter" Data Item referenced in the Decision stage?

  • A. [Loop Counter)
  • B. FIELDILoop Counter
  • C. {Loop Counter)
  • D. "Loop Counter"
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
This is the correct way to reference the loop counter data item in the decision stage. It uses square
brackets to enclose the data item name. The other options are either incorrect or used for different
purposes. Reference: https://portal.blueprism.com/sites/default/files/2021-
05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-
%20Certification%20Overview_0.pdf (page 14)

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10

A Blue Prism Decision stage needs to test the value of a column in the current row of a Collection
The Collection is named 'Account Data' The Column is named 'Account Type'
What is the correct way to reference the required column value in the Collection row. from within the
Decision stage?

  • A. {Account Data Account Type)
  • B. [Account Data Account Type]
  • C. {Account Type}
  • D. Collection="Account Data. Column=Account Type,"
  • E. [Account Type]
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
This is the correct way to reference the required column value in the collection row from within the
decision stage. It uses square brackets to enclose the collection name and the column name. The
other options are either incorrect or used for different purposes. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 11

Examine the following Blue Prism Process diagram:

The 'Date Today' data item is a Date data item.
The Calculation stage is required to set the value of the 'Date Today' data item to the current date
Which of the following Blue Prism functions would you use in the Calculation stage to set the value
of the 'Date Today' data item?

  • A. Today()
  • B. "mm/dd/yyyy"
  • C. GetDate()
  • D. Now()
  • E. "dd/mm/yyyy"
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
This is the correct function to use in the calculation stage to set the value of the date today data item
to the current date. It returns the current date and time as a date value. The other options are either
incorrect or used for different purposes. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 12

Examine the following Blue Prism Process diagram:

The initial values of the data items are displayed in the diagram above All 3 data items are configured
as Number
The 'Perform Calculation' stage Properties window is displayed below:

When this diagram is run through the the End stage, what will the current value of the Z data item
be?

  • A. ([X] + [Y])* [X]
  • B. An Internal Exception will be thrown Failed to evaluate Calculation
  • C. 0
  • D. 12
  • E. 10
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
This is the correct value of the Z data item after running the diagram through the end stage. The
calculation stage will set the value of Z to ([X] + [Y])* [X], which is (2 + 4) * 2 = 12. The other options
are either incorrect or describe different scenarios. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 13

Which of the following are benefits of using a Blue Prism Work Queue in a Process design?
(Select all items which apply)

  • A. Provides data which can be used for effective reporting about items which have been processed
  • B. All Work Queue data is available to view by all Blue Prism users through Control Room
  • C. Enables robust audit information about items which have been processed
  • D. Enables secure storage and management of items being processed
  • E. Enables the same Work Queue item to be processed by the multiple Digital Workers at the same time
Answer:

ACD

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
These are the correct benefits of using a Blue Prism work queue in a process design. They allow the
process to handle large volumes of data efficiently and securely, and provide useful information for
analysis and improvement. The other options are incorrect because work queue data is not available
to all users, and work queue items cannot be processed by multiple digital workers at the same time.
Reference: https://portal.blueprism.com/sites/default/files/2021-
05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-
%20Certification%20Overview_0.pdf (page 16)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 14

Which of the following activities can be performed via the Queues area of Blue Prism Control
Room*?
(Select all items which apply)

  • A. Update a Work Queue item to Complete
  • B. Review the Work Queue Status
  • C. Update an Work Queue item to Exception
  • D. Lock a Work Queue item
  • E. Unlock a Work Queue item
  • F. Change a Work Queue item 'Deferral Date'
Answer:

ABCEF

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
F
50%

Explanation:
These are the correct activities that can be performed via the Queues area of Blue Prism Control
Room. They allow the user to monitor and manage the work queue items manually or based on
business rules. The other option is incorrect because a work queue item can only be locked by the
process that is processing it. Reference: https://portal.blueprism.com/sites/default/files/2021-
05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-
%20Certification%20Overview_0.pdf (page 16)

Discussions
vote your answer:
A
B
C
D
E
F
0 / 1000

Question 15

When can a Deferral Date be added to a Work Queue item?
(Select all items which apply)

  • A. When the item is an Exception
  • B. When the item is added to the Work Queue
  • C. When the item has been processed
  • D. When the Item is locked by the Process
  • E. When the item is pending
Answer:

BD

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%

Explanation:
These are the correct situations when a deferral date can be added to a work queue item. It allows
the process to specify when an item should be processed based on business rules or availability of
resources. The other options are either incorrect or not supported by Blue Prism. Reference:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-
%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 16)

Discussions
vote your answer:
A
B
C
D
E
0 / 1000
To page 2