Blue Prism Accredited Developer - AD01 Exam Practice Test
An Action in a Business Object needs to use Global Send Keys to populate the 'Staff Number' field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.
Examine the stage properties window below:

In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?
Examine the stage properties window below:

In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?
Correct Answer: A
Vote an answer
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?

A Developer is unable to make changes to the Elements in the Application Modeller. What are the TWO reasons for this?
Correct Answer: B,C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Please refer to the exhibit.

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?

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?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Please refer to the exhibit.

A Developer has used the Win32 mode lo spy the login window and the Region mode to spy the Username field of a Windows-based application.
Using the Navigate stage, the developer would like to
* Bring the application screen to bring it foreground
* Send a 'Global Mouse Click Centre' command to the center of the username field
* Use Global Send Keys to populate the username field
How should the navigate stage be configured?

A Developer has used the Win32 mode lo spy the login window and the Region mode to spy the Username field of a Windows-based application.
Using the Navigate stage, the developer would like to
* Bring the application screen to bring it foreground
* Send a 'Global Mouse Click Centre' command to the center of the username field
* Use Global Send Keys to populate the username field
How should the navigate stage be configured?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
An application being automated is prone to respond slowly when there is a lot of network traffic How should the Developer manage these performance issues when designing an automation?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Examine the following Blue Prism Process diagram:

The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:


The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:

Correct Answer:

Explanation:
The task is to create a date value from the 'Day', 'Month', and 'Year' data items. The correct Blue Prism expression in the 'Convert to Date' calculation stage would be:
MakeDate([Year], [Month], [Day])
This expression uses the MakeDate function to combine the year, month, and day into a full date. The order of parameters is important to match the environment's date format dd/mm/yyyy.
* [Year] - This is placed first within the MakeDate function to represent the year part of the date.
* [Month] - This follows the year within the MakeDate function to represent the month part of the date.
* [Day] - This is placed last within the MakeDate function to represent the day part of the date.
The closing parenthesis ) completes the function call.
ReferencesFor further reference and a deeper understanding of Blue Prism expressions and functions, you can consult the official Blue Prism documentation or other authoritative resources on Blue Prism development.
Please refer to the exhibits.


An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''


An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME',
'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

A Navigate stage has been configured to press the ORDERS button:

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME',
'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

A Navigate stage has been configured to press the ORDERS button:

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?
Correct Answer: D
Vote an answer
Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)
Correct Answer: A,C
Vote an answer
A Blue Prism Process has been developed which contains steps to extract data from a delimited file.
During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.
The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.
How could the data item 'exposure' be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?
During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.
The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.
How could the data item 'exposure' be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
The Developer is revisiting Blue Prism Automations which have been experiencing some issues. Most significantly that the process terminates unnecessarily when the underlying application is performing erratically.
At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5
At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5
Correct Answer: C,D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).