Decide Fast & Get 50% Flat Discount | Limited Time Offer - Ends In 0d 00h 00m 00s Coupon code: SAVE50

Master Blue Prism AD01 Exam with Reliable Practice Questions

Page: 1 out of Viewing questions 1-5 out of 189 questions
Last exam update: Nov 15,2024
Upgrade to Premium
Question 1

The Developer is deploying a Process into a Production environment. Which best practice option would you recommend for the Stage Logging of a Decision stage on the Main Page?


Correct : A

Stage Logging in Production:

Logging is essential in a production environment to monitor the process execution and troubleshoot issues.

Decision Stage:

Decision stages typically evaluate conditions and direct the flow based on the evaluation.

Extensive logging for every decision can generate large log files, making it harder to find relevant information.

Best Practice:

Setting the logging to 'Errors Only' ensures that only significant issues are logged, reducing log size and focusing on critical problems.

This is especially useful in a production environment where performance and log manageability are key.


Blue Prism best practices for logging and monitoring in production environments.

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

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


Correct : C

Input Data Item:

The input data item is 'Blue Prism!'.

Decision Criteria:

Path A: Len([Input]) = 10

This checks if the length of the input string is 10. 'Blue Prism!' has 11 characters, so this condition is false.

Path B: Right([Input], 6) = 'Prism!'

This checks if the rightmost 6 characters of the input string are 'Prism!'. This condition is true for the input 'Blue Prism!'.

Flow Execution:

Since Path B's condition is true, the flow will take Path B.

Calculation Stage:

Answer B: The calculation stage sets the Output data item to 'B'.

Final Output:

The Output data item will be set to 'B'.

However, based on the diagram provided and the path conditions, it's clear that 'Right([Input], 6) = 'Prism!'' is true for the given input 'Blue Prism!'. This means the flow will follow Path B, and the final result in the Output data item will be 'B'.


Blue Prism documentation on decision stages and calculation stages.

The provided process logic and decision criteria.

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

Which statements are TRUE about the Blue Prism Release Manager"'

Select the TWO correct answers.


Correct : B, D

Defined Package Requirement:

To generate a release, you must first define a package. The package includes all the components (processes, objects, etc.) that will be included in the release.

File Types for Import:

Blue Prism allows importing of two types of files: Release files (.bprelease) and Skill packages (.bpskill). These are the only file types that can be imported via the Release Manager.

Incorrect Statements:

A . Release files cannot be imported by anyone regardless of their user permissions. Importing releases requires specific user permissions.

C . The Modify Package wizard does not update previous components released within your environment; it modifies the package for the current release.

E . The Verify wizard does not test a Package's components for changes since the last release; it ensures all components are included and dependencies are met.


Blue Prism documentation on Release Manager and package management.

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

The Blue Prism Server Service has been stopped for 4 hours

Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?


Correct : B

Upon restarting the Blue Prism Server Service, the scheduler will check for any schedules that should have been executed during the downtime. Based on the system configuration, only the schedules within a defined timeframe will be executed. This is typically set in the 'Execute missed schedules from the past n minutes' setting within the scheduler configuration. If a schedule is discovered that should have executed multiple times within the configured period, it will only be executed once.Schedules that fall outside of this defined timeframe will not be executed and may be marked as exceptions depending on the system settings


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

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?


Correct : B

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.

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500