Free Blue Prism AD01 Exam Actual Questions

The questions for AD01 were last updated On Nov 18, 2024

Question No. 1

A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?

Show Answer Hide Answer
Correct Answer: D

Reason: As we need to pass the values in the username so the values of username to be passed only in the username element. As Rest other options are having only the outer area of the spied application.


Question No. 2

Please refer to the exhibit.

A Developer is unable to make changes to the Elements in the Application Modeller. What are the TWO reasons for this?

Show Answer Hide Answer
Correct Answer: A, B

Understanding the Scenario:

The developer is unable to make changes to the elements in the Application Modeller.

This could be due to several reasons including permissions, application state, or system configurations.

Possible Reasons for Inability to Edit:

Option A: If the shared application model is locked for edits, it prevents any changes from being made until it is unlocked.

Option B: If the user account does not have the necessary permissions, they will be unable to make changes to the application model.

Option C: The run mode of the object being set to Exclusive would affect execution but not the ability to edit in Application Modeller.

Option D: The target application not being launched or attached would affect element spying but not the ability to edit existing elements.

Option E: If Application Modeller is opened during process runtime, it could limit some functionalities but should not generally prevent editing.

Conclusion:

The two reasons that prevent the developer from making changes to the elements in the Application Modeller are:

A . Shared Application Model is locked for edits.

B . User account does not have the permissions.


Blue Prism Developer Documentation: Application Modeller Permissions

Blue Prism Training Material on Shared Application Models and User Permissions

Question No. 3

Please refer to the exhibit.

A Developer has configured Environment Lock in the process to ensure duplicate items are not added to the Work Queue

What is missing in the logic?

Show Answer Hide Answer
Correct Answer: A

In Blue Prism, Environment Locks are used to prevent concurrent access to resources. When an exception occurs, it is crucial to ensure that the lock is released to avoid deadlocks and ensure other processes can acquire the lock.

A Release Lock action should be added to the recovery logic to unlock the resource in case of an exception (Option A): This ensures that even if an exception occurs, the lock is released, preventing any potential deadlocks and allowing other processes to acquire the lock.

Other options are not directly addressing the core issue:

Query Lock action (Option B): This checks the lock status but does not help in releasing the lock during an exception.

Unique Lock Token (Option C): While important for acquiring the lock initially, it does not address the release of the lock during exceptions.

Sleep action after Acquire Lock (Option D): This helps in timing but does not handle lock release in case of an exception.

Reference Refer to Blue Prism's best practices on using Environment Locks and handling exceptions to ensure that resources are properly managed and locks are released appropriately.


Question No. 4

Examine the following Process flow:

This is the Main Page of a simple process which calls the 'Calculation' Page before completing.

The data items are configured as follows:

Value-1 is a number data item with an initial value of 100.

Value-2 is a number data item with an initial value of 4.

Result is a number data item with no initial value.

The Calculation Page Reference stage is configured as follows:

The Calculation Page is configured as follows:

The Data Items are configured as follow:

Value-1 is a Number data item with an initial value of 200

Value-2 is a Number data item with an initial value of 4

Result is a Number data item with no initial value

The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.

The 'Divide' Calculation stage expression is [Value-1] / [Value-2]

The End stage is configured to pass back the value of the Result data item as an output parameter.

What will be contained in the Result data item on the Main Page following the execution of the Process?

Show Answer Hide Answer
Correct Answer: B

Question No. 5

In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

Show Answer Hide Answer
Correct Answer: C