AD01 Free Sample Questions

Blue Prism Developer Practice Test
10/238 questions · Unlock full access
Q1

Examine the following process flow: The Process is intended to attempt to perform the processing in the recover block, Block 3, amaximum of three times before throwing an exception. Data Item “Attempts” is a number data item with an initial value of 0 Data Item “Max Attempts” is a number data item with an initial value of 3 The ‘Increment Attempts’ calculation stage adds 1 to the attempts value and outputs a result to the “Attempts” data item To enable this to work correctly, what is the correct expressions for the ‘Try Again’ decision stage?

Question image
Q2

Examine the following process flow: The Orders Collection contains the following data: The Saved Quantity Data Item is configured as a number with the initial value 0. The Loop Orders stage is configured to loop through the Orders collection. The Get Quantity stage is configured as follows: The Saved Quantity Data Item is configured as a number with the initial value 0. The Loop Orders stage is configured to loop through the Orders collection. The Get Quantity stage is configured as follows:

Question image
Q3

How many Start Stages can a sub-page in a Process have?

Q4

Study the following process flow: The data item “Loop Counter” is a number data item and has an initial value of 0. The data item “Max Loops” is a number data item and has an initial value of 10. The two stages are configured as follows: How many times will the Loop Again stage be executed when the page is executed?

Question image
Q5

Study the following page in a process: The calculation stages contain the following: What will be the outcome after the page has run?

Question image
Q6

Examine the following process flow: The Loop Orders loop is configured to loop through the Orders collection. How many times will the ‘Process Order’ page be executed?

Question image
Q7

Study the following page in a process: Calculation stages will write A, B or C to the Output value data item. What will be the outcome after the page has run?

Question image
Q8

Study the following process flow: This is the Main Page of a simple process which calls the Page Calculation before completing. The data items are configured as follows: X is a Number data item with an initial value of 20 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Calculation Page stage is configured as follows: The Calculation Page is as follows: The Data Items are configured as follow: X is a Number data item with an initial value of 10 Y is a Number data item with an initial value of 5 Result is a Number data item with no initial value The Start Stage is configured pass through the X and Y values as input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter. What will be contained in the Result Data Item on the Main Page following the execution of the Process?

Question image
Q9

Study the following configuration: Which of the following statements is correct?

Question image
Q10

Consider the following flow in an object: Which of the following statement is true?

Question image