Blue Prism AD01 Exam Practice Questions (P. 2)
- Full Access (130 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?
- A1
- B15Most Voted
- CThe loop will be infinite
- DIt's impossible to tell. There is no loop counter.
Correct Answer:
B
B
send
light_mode
delete
Question #7
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?
- AData Item Output Value contains "A"
- BData Item Output Value contains "B"
- CData Item Output Value contains "C"
- DAn Internal Exception will be thrownMost Voted
Correct Answer:
A
A
send
light_mode
delete
Question #8
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?
send
light_mode
delete
Question #9
Study the following configuration:




Which of the following statements is correct?




Which of the following statements is correct?
- AWhen the configuration is run in Control Room, it will become stuck in an infinite loop
- BWhen 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
- CWhen 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 RoomMost Voted
- DWhen 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
Correct Answer:
B
B
send
light_mode
delete
Question #10
Consider the following flow in an object:

Which of the following statements are true?

Which of the following statements are true?
- AThere just needs to be a wait stage after the start stage to correct this action.
- BThere should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
- CIf during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
- DThere should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to changeMost Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages