ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 164 - AD01 discussion

Report
Export

A Blue Prism Developer is creating a process that will review travel request forms for ACME consulting. As part of this process, the Developer must ensure that none of the fields in the request are blank.

Following best practice, where should the Developer create this logic'?

A.
Object Studio a business object dedicated to validating the form
Answers
A.
Object Studio a business object dedicated to validating the form
B.
Process Studio, a separate page within the process containing validation logic
Answers
B.
Process Studio, a separate page within the process containing validation logic
C.
Process Studio: an action on the main page calling a Business Object's Validation page
Answers
C.
Process Studio: an action on the main page calling a Business Object's Validation page
D.
Object Studio a separate page within the create request object containing validation logic
Answers
D.
Object Studio a separate page within the create request object containing validation logic
Suggested answer: B

Explanation:

Following best practices for Blue Prism development, it is essential to keep validation logic separate from the core business process to enhance maintainability and clarity. This approach ensures that validation is modular and can be easily updated or reused.

Process Studio, a separate page within the process containing validation logic (Option B): This is the best practice for implementing validation logic. By creating a separate page within the Process Studio, the validation logic remains organized and distinct from other parts of the process. This approach allows for easy updates and debugging.

The other options are less ideal for the following reasons:

Object Studio a business object dedicated to validating the form (Option A): While this is a valid approach, it is generally better to keep validation within the process logic rather than creating a separate object solely for validation.

Process Studio: an action on the main page calling a Business Object's Validation page (Option C): This complicates the process unnecessarily by involving an additional business object.

Object Studio a separate page within the create request object containing validation logic (Option D): Keeping validation within the Object Studio ties it too closely to the specific object, making it less flexible and reusable.

Reference Refer to Blue Prism's best practices documentation on process design, which emphasizes modularity and separation of concerns.

asked 16/09/2024
Rafal Wozniak
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first