ExamGecko
Home / Blue Prism / AD01
Ask Question

AD01: Blue Prism Developer

Vendor:
Exam Questions:
189
 Learners
  2.370
Last Updated
February - 2025
Language
English
5 Quizzes
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

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

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

Which of the following statements about spy modes are TRUE?

Become a Premium Member for full access
  Unlock Premium Member

Please refer to the exhibits.

Blue Prism AD01 image Question 160 20651 09162024192226000000

Blue Prism AD01 image Question 160 20651 09162024192226000000

Blue Prism AD01 image Question 160 20651 09162024192226000000

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

Complete the following statement

Collection columns are referenced in______________using dot notation

Become a Premium Member for full access
  Unlock Premium Member

Please Refer to the exhibits.

Blue Prism AD01 image Question 163 20654 09162024192226000000

Blue Prism AD01 image Question 163 20654 09162024192226000000

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

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?

Focus will return to the Start stage in the Process Studio
Focus will return to the Start stage in the Process Studio
Focus will move to the Start stage on the Launch action
Focus will move to the Start stage on the Launch action
Application window will be closed
Application window will be closed
Application window will remain open
Application window will remain open
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.

Blue Prism AD01 image Question 106 20597 09162024192226000000

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?

Use a conditional Wait stage to confirm the screen change
Use a conditional Wait stage to confirm the screen change
The timeout of the Wart stage should lead to a System Exception
The timeout of the Wart stage should lead to a System Exception
An action page should first confirm if the application is connected
An action page should first confirm if the application is connected
Avoid applying business rules and decision-making logic in an Action
Avoid applying business rules and decision-making logic in an Action
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.

Blue Prism AD01 image Question 185 20676 09162024192226000000

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