Blue Prism Certified Professional Developer (APD01) — Question 3

A Process is fed cases to work from a spreadsheet held in a shared drive. The location of the shared drive is different between Development and Production environments. How should this be managed?

Answer options

Correct answer: B

Explanation

The correct answer is B because using a Session Variable allows the path to be easily adjusted in the Control Room when transitioning from Development to Production. Options A and D require manual changes at the import or startup stage, which is less flexible. Option C limits the ability to change the path dynamically during execution.