AD01 無料問題集「Blue Prism Accredited Developer」
The Developer has created Tags on Work Queue items to support searching within the Control Room.
Two different search criteria is required where the Tags "HeightTall" and "Material Brick" exists:
* All Items that have been tagged with 'Height Tail" value
* All items that do NOT have Tag values 'Material Brick"
Which TWO search strings will be used?
Two different search criteria is required where the Tags "HeightTall" and "Material Brick" exists:
* All Items that have been tagged with 'Height Tail" value
* All items that do NOT have Tag values 'Material Brick"
Which TWO search strings will be used?
正解:C、E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
The Centrex Data Solutions application has been launched successfully and Blue Prism has navigated the application to the New Order screen, as displayed below:
Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus?
Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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]
FILL BLANK
Examine the following recover flow taken from a Blue Prism Process:
The 'Exception Detail' data item has no initial value and has a data type of text.
The Calculation stage 'Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item.
What expression would you use in the 'Save Exception Detail' stage to achieve this?
Examine the following recover flow taken from a Blue Prism Process:
The 'Exception Detail' data item has no initial value and has a data type of text.
The Calculation stage 'Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item.
What expression would you use in the 'Save Exception Detail' stage to achieve this?
正解:
ExceptionDetail()