Blue Prism AD01 - Blue Prism Developer Exam
Page: 2 / 26
Total 130 questions
Question #6 (Topic: Single Topic)
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?

The Loop Orders loop is configured to loop through the Orders collection.
How many times will the "˜Process Order' page be executed?
A. 1
B. 15
C. The loop will be infinite
D. It’s impossible to tell. There is no loop counter.
Answer: B
Question #7 (Topic: Single Topic)
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?

Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
A. Data Item Output Value contains “Aâ€
B. Data Item Output Value contains “Bâ€
C. Data Item Output Value contains “Câ€
D. An Internal Exception will be thrown
Answer: D
Question #8 (Topic: Single Topic)
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 an 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?

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 an 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?
A. 0
B. No Value
C. 2
D. 4
Answer: D
Question #9 (Topic: Single Topic)
Study the following configuration:




Which of the following statements is correct?




Which of the following statements is correct?
A. When the configuration is run in Control Room, it will become stuck in an infinite loop
B. When the configuration is run in Control Room, it will become stuck in an infinite loop until the ‘Switch’ Session Variable is changed to True in System Manager
C. When the configuration is run in Control Room, it will become stuck in an infinite loop until the ‘Switch’ Session Variable is changed to True in the Control Room
D. When the configuration is run in Control Room, it will fail with an internal error on the first execution of the ‘Switch?’ stage with the error: Decision did not result in a yes/no answer
Answer: C
Question #10 (Topic: Single Topic)
Consider the following flow in an object:

Which of the following statements are true?

Which of the following statements are true?
A. There just needs to be a wait stage after the start stage to correct this action.
B. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
C. If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
D. There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Answer: D