ExamGecko

AD01: Blue Prism Developer

Blue Prism Developer
Vendor:

Blue Prism

Blue Prism Developer Exam Questions: 189
Blue Prism Developer   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

What are the TRUE statements about a Blue Prism Business Object?

Select the TWO correct responses.

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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'?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Which of the following statements about spy modes are TRUE?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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'?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Complete the following statement

Collection columns are referenced in______________using dot notation

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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?

A.
Focus will return to the Start stage in the Process Studio
A.
Focus will return to the Start stage in the Process Studio
Answers
B.
Focus will move to the Start stage on the Launch action
B.
Focus will move to the Start stage on the Launch action
Answers
C.
Application window will be closed
C.
Application window will be closed
Answers
D.
Application window will remain open
D.
Application window will remain open
Answers
Suggested answer: B

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.

asked 16/09/2024
Dan Yann
47 questions

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?

A.
Use a conditional Wait stage to confirm the screen change
A.
Use a conditional Wait stage to confirm the screen change
Answers
B.
The timeout of the Wart stage should lead to a System Exception
B.
The timeout of the Wart stage should lead to a System Exception
Answers
C.
An action page should first confirm if the application is connected
C.
An action page should first confirm if the application is connected
Answers
D.
Avoid applying business rules and decision-making logic in an Action
D.
Avoid applying business rules and decision-making logic in an Action
Answers
Suggested answer: D

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.

asked 16/09/2024
Ibiyemi Araoye
39 questions

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member