20:00

Free Test
/ 10

Quiz

1/10
Refer to the Exhibit.

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 1-1827887333

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 add 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?
Select the answer
1 correct answer
A.
[Attempts] < [Max]
B.
[Attempts] > [Max]
C.
[Attempts] = [Max]
D.
[Attempts] + 1

Quiz

2/10
Examine the following process flow:

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 2-2301545496



The Orders Collection contains the following data

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 3-3292190842

The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop though the Orders collection.
The Get Quantity stage is configured as follows:
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 4-3664623309

What will the data item Saved Quantity contain after the execution of the page?
Select the answer
1 correct answer
A.
4
B.
5
C.
1
D.
19

Quiz

3/10
How many Start Stages can a sub-page in a Process have?
Select the answer
1 correct answer
A.
0
B.
1
C.
2
D.
Any Number

Quiz

4/10
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 5-3827953774

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:
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 6-1955690257


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 7-3529515383

How many times will the Loop Again stage be executed when the page is executed?
Select the answer
1 correct answer
A.
10
B.
9
C.
11
D.
The loop will be infinite

Quiz

5/10
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 9-3014389726


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 8-4259178519


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 10-1645314802

What will be the outcome after the page has run?
Select the answer
1 correct answer
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

Quiz

6/10
Examine the following process flow:

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 11-3150455230

The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?
Select the answer
1 correct answer
A.
1
B.
15
C.
The loop will be infinite
D.
It's impossible to tell. There is no loop counter.

Quiz

7/10
Study the following page in a process:
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 12-1105746606


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 13-2939291858

Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
Select the answer
1 correct answer
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

Quiz

8/10
Study the following process flow:

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 14-2981462991

This is the Mam 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:
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 15-390444739

The Calculation Page is as follows:
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 16-2453589366

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 Mam Page following the execution of the
Process?
Select the answer
1 correct answer
A.
0
B.
No Value
C.
2
D.
4

Quiz

9/10
Study the following configuration
Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 19-2571131769


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 18-1660005069


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 17-3330827478


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 20-2263066577


Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 21-3316033185

Which of the following statements is correct?
Select the answer
1 correct answer
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

Quiz

10/10
Consider the following flow in an object:

Certification Exam AD01: Blue Prism Accredited Developer Blue Prism Blue-Prism-AD01 22-2340264654

Which of the following statements are true?
Select the answer
1 correct answer
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
Looking for more questions?Buy now

AD01: Blue Prism Accredited Developer Practice test unlocks all online simulator questions

Thank you for choosing the free version of the AD01: Blue Prism Accredited Developer practice test! Further deepen your knowledge on Blue Prism Simulator; by unlocking the full version of our AD01: Blue Prism Accredited Developer Simulator you will be able to take tests with over 189 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 189 questions.

BUY NOW

What to expect from our AD01: Blue Prism Accredited Developer practice tests and how to prepare for any exam?

The AD01: Blue Prism Accredited Developer Simulator Practice Tests are part of the Blue Prism Database and are the best way to prepare for any AD01: Blue Prism Accredited Developer exam. The AD01: Blue Prism Accredited Developer practice tests consist of 189 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The AD01: Blue Prism Accredited Developer database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with AD01: Blue Prism Accredited Developer Simulator will also give you an idea of the time it will take to complete each section of the AD01: Blue Prism Accredited Developer practice test . It is important to note that the AD01: Blue Prism Accredited Developer Simulator does not replace the classic AD01: Blue Prism Accredited Developer study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the AD01: Blue Prism Accredited Developer exam.

BUY NOW

AD01: Blue Prism Accredited Developer Practice test therefore represents an excellent tool to prepare for the actual exam together with our Blue Prism practice test . Our AD01: Blue Prism Accredited Developer Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our AD01: Blue Prism Accredited Developer Simulator and how our unique AD01: Blue Prism Accredited Developer Database made up of real questions:

Info quiz:

  • Quiz name:AD01: Blue Prism Accredited Developer
  • Total number of questions:189
  • Number of questions for the test:50
  • Pass score:80%

You can prepare for the AD01: Blue Prism Accredited Developer exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our AD01: Blue Prism Accredited Developer Simulator.

Use our Mobile App, available for both Android and iOS devices, with our AD01: Blue Prism Accredited Developer Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.

Our Mobile App contains all AD01: Blue Prism Accredited Developer practice tests which consist of 189 questions and also provide study material to pass the final AD01: Blue Prism Accredited Developer exam with guaranteed success. Our AD01: Blue Prism Accredited Developer database contain hundreds of questions and Blue Prism Tests related to AD01: Blue Prism Accredited Developer Exam. This way you can practice anywhere you want, even offline without the internet.

BUY NOW