Free AD01 Exam Braindumps (page: 2)

Page 1 of 49

Refer to the Exhibit.



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?

  1. [Attempts] < [Max]
  2. [Attempts] > [Max]
  3. [Attempts] = [Max]
  4. [Attempts] + 1

Answer(s): A

Explanation:

This expression will evaluate to true as long as the number of attempts is less than the maximum number of attempts, which means the process will try again. If the expression is false, it means the number of attempts has reached or exceeded the maximum number of attempts, which means the process will throw an exception.


Reference:

https://portal.blueprism.com/sites/default/files/2020- 06/Blue%20Prism%20Certification%20-%20Developer.pdf (page 2)



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 though 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?

  1. 4
  2. 5
  3. 1
  4. 19

Answer(s): D

Explanation:

The Saved Quantity data item will contain the sum of all the Quantity values in the Orders collection after the loop. The loop will iterate through each row of the collection and add the value of Quantity to the Saved Quantity data item using a calculation stage. The initial value of Saved Quantity is 0, and after adding each row's Quantity, it will become 19 (0 + 4 + 5 + 1 + 9).


Reference:

https://portal.blueprism.com/sites/default/files/2020-06/Blue%20Prism%20Certification%20-
%20Developer.pdf (page 2)



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

  1. 0
  2. 1
  3. 2
  4. Any Number

Answer(s): B

Explanation:

A sub-page in a process can have only one start stage, which is where the execution begins when the sub-page is called from another page. A sub-page cannot have zero or more than one start stages, as that would cause ambiguity or confusion in the execution flow.


Reference:

https://portal.blueprism.com/sites/default/files/2020-06/Blue%20Prism%20Certification%20- %20Developer.pdf (page 2)





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?

  1. 10
  2. 9
  3. 11
  4. The loop will be infinite

Answer(s): C

Explanation:

The Loop Again stage will be executed 11 times when the page is executed. The loop counter data item starts with a value of 0, and each time the loop again stage is executed, it increments by 1 using a calculation stage. The loop will continue until the loop counter value is equal to or greater than the max loops value, which is 10. Therefore, the loop again stage will be executed once for each value of loop counter from 0 to 10, which is 11 times in total.


Reference:

https://portal.blueprism.com/sites/default/files/2020-06/Blue%20Prism%20Certification%20- %20Developer.pdf (page 2)






Post your Comments and Discuss Blue Prism AD01 exam with other Community members:

AD01 Discussions & Posts