APD01 Blue Prism Accredited Professional Developer Exam

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Using a Wait stage to check if a Java element exists requires the Java Application Model tree to be traversed. Constantly accessing the model can be costly in terms of CPU efficiency.

Which of the following tips is a valid method to help manage this CPU efficiency cost?

Select an option, then click Submit answer.

  • Avoid using long timeout periods in Wait Stages that wait for Java elements

  • Close and restart the Java application between cases

  • Spy all the Java elements using an alternative spy mode

  • Ensure all the actions required to interface with the Java application are contained in a single Object

Question 8

Study the process flow below:

The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.

How many times will the Process ‘Open Account Part 1’ be read into memory during the execution of the Process?

Select an option, then click Submit answer.

  • 4

  • 5

  • 1

  • 0

Question 9

Which of the following statements about setting and using Work Queue priority are correct?

1. The Blue Prism Work Queue business object can be used to change the priority of an item after it has been added to the queue.

2. Items are worked in order of lowest priority number first.

3. The default priority setting is 1.

4. Setting the priority for a Work Queue item is done when the item is first added to the queue using the Add To Queue action.

Select an option, then click Submit answer.

  • 2 only

  • 2 and 4

  • 1, 2 and 4

  • All of them