最新的Blue Prism Accredited Developer - AD01免費考試真題
問題1
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:

正確答案:

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.
問題2
FILL BLANK
Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the 'Set DOB' Calculation stage to copy the value from the Collection column 'DOB', to the DOB data item:


- The DOB data item is a Date data item with no initial value.
- The DOB column in the Customer List Collection is a Date data type.
What expression would you use in the 'Set DOB' Calculation stage, to copy the value from the Collection column, to the DOB data item?
(Remember, Blue Prism expressions are case sensitive)
Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the 'Set DOB' Calculation stage to copy the value from the Collection column 'DOB', to the DOB data item:


- The DOB data item is a Date data item with no initial value.
- The DOB column in the Customer List Collection is a Date data type.
What expression would you use in the 'Set DOB' Calculation stage, to copy the value from the Collection column, to the DOB data item?
(Remember, Blue Prism expressions are case sensitive)
正確答案:
[All Text] & [Coll.Field]
問題3
Which of the following can you perform in me System -> Workflow area of Blue Prism? (select all that apply)
正確答案: A,B
問題4
Which of the following statements about spy modes are TRUE?
正確答案: A
說明:(僅 VCESoft 成員可見)
問題5
Examine the following Process flow which calculates the total of all customer credit transactions:
The 'Customer Transactions' Collection contains the following data

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between
01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?
The 'Customer Transactions' Collection contains the following data

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between
01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?
正確答案: E
說明:(僅 VCESoft 成員可見)
問題6
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?
Once it is restarted what will happen to any missed schedules which should have executed while it was stopped?
正確答案: C
說明:(僅 VCESoft 成員可見)
問題7
Please refer to the exhibit

What is the missing phase in the Delivery Lifecycle?

What is the missing phase in the Delivery Lifecycle?
正確答案: C
說明:(僅 VCESoft 成員可見)
問題8
Study the following image showing pan: of the flow within a process:

What problems do you see with the process flow? (select 2 responses)

What problems do you see with the process flow? (select 2 responses)
正確答案: A,D
問題9
Examine the following Process flow, which calculates the total number of orders:

The 'Orders' Collection contains the following data:

The 'Loop Orders' loop is configured to loop through the 'Orders' Collection.
The 'Total Orders' data item is configured as a number data item with an initial value of 0.
The 'Get Total Orders' Calculation stage contains the following expression:

What will the Total Orders data item value be after the page has executed?

The 'Orders' Collection contains the following data:

The 'Loop Orders' loop is configured to loop through the 'Orders' Collection.
The 'Total Orders' data item is configured as a number data item with an initial value of 0.
The 'Get Total Orders' Calculation stage contains the following expression:

What will the Total Orders data item value be after the page has executed?
正確答案: D
問題10
The staff number field of the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller, the following behaviour is encountered:

Which of the following Attributes would you use to help obtain a unique element match?

Which of the following Attributes would you use to help obtain a unique element match?
正確答案: D
問題11
Which of the following can you perform in Control Room? (select all that apply)
正確答案: C
問題12
How many Start Stages can a sub-page in a Process have?
正確答案: A
說明:(僅 VCESoft 成員可見)
問題13
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?
正確答案: C
說明:(僅 VCESoft 成員可見)

