AD01: Blue Prism Developer
Blue Prism
Related questions
A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?
What are the TRUE statements about a Blue Prism Business Object?
Select the TWO correct responses.
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'?
Which of the following statements about spy modes are TRUE?
Please refer to the exhibits.
The Output Data Item is a Text data type
What will be the outcome when the Developer clicks Go in Process Studio'?
Complete the following statement
Collection columns are referenced in______________using dot notation
Please Refer to the exhibits.
A Developer is getting an error at the Navigate stage that uses a dynamic input value to navigate the left menu links in the web-based application What can be done to fix the issue?
The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?
Explanation:
Reset Action in Business Object:
When debugging an action page within a Business Object, clicking the Reset button will reset the focus to the Start stage of the current page.
Launch Action:
If the current action page includes stages that interact with an application, the focus will typically return to the Start stage of the Launch action, ensuring that the application is in the correct state for the next steps.
Application Window:
Resetting the action page does not automatically close the application window unless explicitly programmed to do so within the actions.
Blue Prism documentation on debugging and Business Object behavior during resets.
Please refer to the exhibit.
Here's one of the Actions in a Business Object that is used to place orders in an application.
What best practice for Object Design is NOT followed in this Action page?
Explanation:
The provided diagram represents an Action page in a Business Object that is used to place orders. According to best practices for Object Design in Blue Prism, actions should primarily focus on interacting with the application rather than containing business rules or decision-making logic. The following points explain why Option D is the correct answer:
Avoid applying business rules and decision-making logic in an Action (Option D): Business rules and decision-making should be handled in Process Studio, not in Object Studio. The decision regarding 'Quantity Under Limit?' in the diagram is a business rule and should be part of the process logic, not the object logic.
Other options are essential best practices but are not violated here:
Use a conditional Wait stage to confirm the screen change (Option A): This is followed as the diagram shows a Wait stage confirming the screen change.
The timeout of the Wait stage should lead to a System Exception (Option B): This is followed as the diagram shows a system exception being thrown upon a timeout.
An action page should first confirm if the application is connected (Option C): This is followed as the action begins by checking the connection to the 'New Order Window.'
Reference Refer to Blue Prism's best practices for Object Design, which emphasize separating process logic and object interaction logic.
Please refer to the exhibit.
The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?
Question