Prepare Smarter for the ASDEV01 Exam
Build your exam confidence with flexible preparation resources designed around the latest ASDEV01 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.
Which of the following items can be used in Blue Prism to transmit values between Process Pages?
(Select all items which apply)
Correct Answer: E
Input parameters, output parameters and data items can be used to transmit values between process pages by passing or returning values from one page to another 2 . Lookup stages and calculation stages are not used for this purpose, as they are used to retrieve values from collections or perform calculations on values 3 . References: 2 https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessPages.htm 3 https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm
A Blue Prism Process reads data about a customer from an online form which includes their date of birth A Process must determine if the customer is under the age of 18 before processing the customer request
What type of Blue Prism stage would you use to test the customers age?
Correct Answer: D
A decision stage is used to evaluate process rules or logic and branch the process flow based on the outcome of the evaluation. A decision stage can have multiple outcomes and can use expressions to compare values or check conditions 1 . In this case, a decision stage can be used to compare the customer’s date of birth with the current date and determine if they are under 18 or not. References: 1 https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm
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?
Correct Answer: A
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. References: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)
Which of the following are true about a Blue Prism Breakpoint?
(Select all items that apply)
Correct Answer: C, D
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. References: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 2)
What is a Blue Prism Collection?
Correct Answer: C
This is the correct definition of a Blue Prism collection. The other options are either incorrect or describe different features of Blue Prism. References: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)