0% found this document useful (1 vote)
333 views19 pages

Ad01 PDF

This document provides a sample of 10 questions from the Blue Prism AD01 exam, along with multiple choice answers. It includes technical questions about Blue Prism concepts like process flows, data items, calculation stages, and decision stages. The document aims to help exam candidates prepare for the AD01 certification test by providing practice questions and explanations of the correct answers.

Uploaded by

AMAN JHA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
333 views19 pages

Ad01 PDF

This document provides a sample of 10 questions from the Blue Prism AD01 exam, along with multiple choice answers. It includes technical questions about Blue Prism concepts like process flows, data items, calculation stages, and decision stages. The document aims to help exam candidates prepare for the AD01 certification test by providing practice questions and explanations of the correct answers.

Uploaded by

AMAN JHA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Blue Prism AD01

Blue Prism Developer


Blue Prism AD01 Dumps Available Here at:
https://www.certification-questions.com/blue-prism-exam/ad01-dumps.html

Enrolling now you will get access to 65 questions in a unique set of AD01
dumps

Question 1

The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum 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?

Options:

A. [Attempts] < [Max]

B. [Attempts] > [Max]

C. [Attempts] = [Max]

https://www.certification-questions.com
Blue Prism AD01

D. [Attempts] + 1

Answer: D

Question 2
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:

What will the data item Saved Quantity contain after the execution of the page?

Options:

A. 4

B. 5

C. 10

D. 19

Answer: D

https://www.certification-questions.com
Blue Prism AD01

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

Options:

A. 0

B. 1

C. 2

D. Any Number

Answer: B

Explanation:
Reference: https://www.rpatraining.co.in/blue-prism-interview-questions/

Question 4
Study the following process flow:

https://www.certification-questions.com
Blue Prism AD01

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:

https://www.certification-questions.com
Blue Prism AD01

How many times will the Loop Again stage be executed when the page is executed?

Options:

A. 10

B. 9

https://www.certification-questions.com
Blue Prism AD01

C. 11

D. The loop will be infinite

Answer: B

Question 5

The calculation stages contain the following:

https://www.certification-questions.com
Blue Prism AD01

What will be the outcome after the page has run?

Options:

A. Data Item Output Value contains A

B. Data Item Output Value contains B

https://www.certification-questions.com
Blue Prism AD01

C. Data Item Output Value contains C

D. An Internal Exception will be thrown

Answer: D

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?

Options:

A. 1

https://www.certification-questions.com
Blue Prism AD01

B. 15

C. The loop will be infinite

D. It’s impossible to tell. There is no loop counter.

Answer: B

Question 7
Study the following page in a process:

https://www.certification-questions.com
Blue Prism AD01

https://www.certification-questions.com
Blue Prism AD01

Calculation stages will write A, B or C to the Output value data item.


What will be the outcome after the page has run?

Options:

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: A

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:

https://www.certification-questions.com
Blue Prism AD01

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:

https://www.certification-questions.com
Blue Prism AD01

The Calculation Page is as follows:

https://www.certification-questions.com
Blue Prism AD01

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?

Options:

A. 0

https://www.certification-questions.com
Blue Prism AD01

B. No Value

C. 2

D. 4

Answer: D

Question 9
Study the following configuration:

https://www.certification-questions.com
Blue Prism AD01

https://www.certification-questions.com
Blue Prism AD01

Which of the following statements is correct?

Options:

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: B

Question 10
Consider the following flow in an object:

https://www.certification-questions.com
Blue Prism AD01

Which of the following statements are true?

Options:

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

https://www.certification-questions.com
Blue Prism AD01

application

we are interfacing with to change

Answer: D

Would you like to see more? Don't miss our AD01 PDF
file at:
https://www.certification-questions.com/blue-prism-pdf/ad01-pdf.html

https://www.certification-questions.com

You might also like