Enjoy 20% OFF on CertsVault exam resources — use PREP20 at checkout!
Certs Vault
See all results for ""
Home Exams
CRISC ISACA CISSP ISC2 200-301 Cisco SY0-701 CompTIA AZ-104 Microsoft AI-900 Microsoft AIGP IAPP 1Z0-1067-26 Oracle View All Exams →
Sign in Create account

Blue Prism Accredited Developer AD01 Exam Questions

Preparing for the AD01 exam is simple with Certs Vault. We offer easy-to-understand study materials that help you learn the most important exam topics. You can study using our PDF questions, practice online with a real exam-style test, or use the desktop practice software. Choose the study method that works best for you and prepare at your own pace.

At Certs Vault, we keep our AD01 practice questions up to date. Whenever the exam syllabus or objectives change, we update our study materials so you always learn the latest topics. This helps you save time, avoid outdated content, and feel more confident when you take your exam.

Download Exam View Entire Exam
Page: 1 / 2
Question #1 (Topic: Demo Questions)

The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?

A.

Use the column filters available within Blue Prism Settings > Audit > Process Log settings

B.

Call the Exception Stage details and tag them to the Item prior to Mark Item as Exception

C.

Loop through the Work Queue items in Exception and tag with the Exception Details

D.

Use the Scan Processes feature within the Blue Prism Settings > Exception Type to identify items

E.

Ensure that the Stage logging is enabled within each Exception Properties

Correct Answer: B, E
Explanation:

    Tagging Exception Items :

      By calling the Exception Stage details and tagging them to the item before marking it as an exception, it ensures that detailed information about the exception is captured and can be viewed later. This helps in identifying the cause of the exception and provides valuable context.

    Stage Logging :

      Enabling stage logging within each exception properties ensures that all exception details are logged. This allows the Process Controller to view detailed exception information from the session logs, providing a comprehensive view of what went wrong.

    Benefits :

      These two approaches ensure that exception details are both tagged to the work queue items and logged in the session logs, making it easier for the Process Controller to review and analyze exceptions from different interfaces within Blue Prism.

References :

    Blue Prism documentation on exception handling, tagging, and logging.

Question #2 (Topic: Demo Questions)

Which of the following can you perform in me System - > Workflow area of Blue Prism? (select all that apply)

A.

View the contents of a Work Queue

B.

Refresh a Work Queue

C.

Encrypt a Work Queue

D.

create a Work Queue

Correct Answer: C, D
Question #3 (Topic: Demo Questions)

A Blue Prism Process works successfully when testing in the Process Studio but terminates in Control Room due to the exception stating screen elements were not found What should the Developer check first?

A.

The correct Spy mode was used to identify elements

B.

Application Modeller has a unique match for the screen element

C.

Wait Stages have been used effectively

D.

The Attach page is published in the Business Object

Correct Answer: A
Explanation:

    Spy Mode :

      Blue Prism uses different spy modes (e.g., Win32, HTML, Region, etc.) to interact with various types of applications and elements within those applications.

    Testing in Process Studio vs. Control Room :

      A process may work in Process Studio because elements are correctly identified during testing, but it may fail in Control Room if the wrong spy mode was used, leading to elements not being found in the live environment.

    First Check :

      Verify that the correct spy mode was used to identify the screen elements. This ensures that the process can reliably locate and interact with these elements during runtime.

References :

    Blue Prism documentation on spy modes and element identification.

Question #4 (Topic: Demo Questions)

A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.

The values for the Windows Text attribute are Find ' for the Find button. ' Save ' for the Save button, Close ' for the Close button and New’ for the New

Button.

The Dynamic Button element has been spied and has the following attributes set:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?

A.

Set the Mouse Button value to Close '

B.

The Params button must be selected and the parameter configured to override the Window Text attribute value to ' Close '

C.

It is not possible to select the Close button using the Dynamic Button element because the value is set to ' Find in the Application Modeller

D.

A new element is required with the Window Text value set to " Close and the Match Type set to equal

Correct Answer: B
Explanation:

Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value “close” as other attributes are identical we only have window text to make our fingerprint unique.

Question #5 (Topic: Demo Questions)

Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

What is wrong with the design?

A.

The exception handling is not within an Exception Block.

B.

The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage

C.

The Send Alerts process will never be run

D.

Because the flow is on the Main Page of the process there should not be a ‘Re-Throw ' Exception stage as there are no parent/calling pages for the exception to bubble up ' to.

Next Question
Correct Answer: B
Explanation:

Reason: After resume stage the exception is dead so the Re thrown will not worked.