Blue Prism Certified Professional Developer (APD01) — Question 11
Which of the following are best practices when automating Java applications? (Choose two.)
Answer options
- A. Restart the Resource PC every 24 hours
- B. Use Wait Stages that check for multiple conditions at once
- C. Avoid using the Java spy mode
- D. Restart the Java application at regular intervals
Correct answer: B, C
Explanation
The correct answers, B and C, highlight effective strategies for automation by ensuring efficiency and minimizing potential issues. Option A is not a best practice as unnecessary reboots can disrupt processes, and option D may lead to instability in the application without necessity.