BluePrism AD01 Blue Prism Developer Online Training
BluePrism AD01 Online Training
The questions for AD01 were last updated at May 09,2025.
- Exam Code: AD01
- Exam Name: Blue Prism Developer
- Certification Provider: BluePrism
- Latest update: May 09,2025
When configuring an object’s run mode which of the following is true?
- A . Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
- B . Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
- C . Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
- D . Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
When considering an element’s attributes in Application Modeller which of the following statements are true? (select all that apply)
- A . The attributes are provided to Blue Prism by the Target System
- B . The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
- C . The list of attributes may vary from application type to application type
- D . Selected attributes are shown as ticks in the Match column of Application Modeller
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?
- A . Workflow
- B . Main Window
- C . Login Window
- D . Username (Edit Field)
How can a session variable value be updated when a process is running? (select all that apply)
- A . By using the Internal – Session Variables business object.
- B . By pausing the Session Variables work queue.
- C . By updating the value in Credential Manager.
- D . By updating the value in Control Room.
If you change a session variable when will the new value be available to the process?
- A . Immediately
- B . Next time a new case is taken from a WQ
- C . Next time resource PC starts
- D . Next time the process starts
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?
- A . Stop()
- B . IsStopRequestec?
- C . IsStopRequested()
- D . StopNow()
- E . Stop?
- F . StopNow?
An action called Get Account details’ fails with the following exception detail:
Which of the following could cause this exception?
- A . An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
- B . The Read Details action is not connected to another stage so cannot execute.
- C . The Business Object has not been coupled to the application by either launching it or attaching to it.
- D . The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
Consider the following process flow:
What is the problem with this flow?
- A . There is nothing wrong with this flow.
- B . The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
- C . The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
- D . The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
- E . The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
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.