Blue Prism Certified Developer (AD01) — Question 93
When designing a Blue Prism solution a Blue Prism architect must respect the requirement that no customer data is visible within the Blue Prism database.
Consider these possible design alternatives:
1. No customer data in the work queue
2. Encrypt the data in the work queue
3. Switch off all stage parameter logging
Which combination of the above will guarantee that no customer data is visible in the Blue Prism log file?
Answer options
- A. 1 only
- B. 2 and 3
- C. 1 and 3
- D. None B
Correct answer:
Explanation
Option B is correct because encrypting the data in the work queue (option 2) ensures that it cannot be read in the log files, and switching off stage parameter logging (option 3) prevents any logged data from being recorded in the logs. Option A does not provide full protection as it only addresses the work queue, while option C also fails to ensure complete data invisibility in the logs.