Blue Prism AD01 Practice Test - Questions Answers, Page 3
List of questions
Related questions
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?
Which area of Blue Prism would you find application logic and rules?
Examine the following Blue Prism Process diagram:
The initial values for the 2 data items are displayed in the diagram above.
The expression in 'Decision A' is:
Len([City 1]) > Len([City 2])
The expression in 'Decision B' is:
Mid([City2].3,1) = '' ''
The expression in 'Decision C' is:
Left([City 1], 5) = 'manch' AND EndsWith([City 2], 'York')
What will happen when the process flow executes?
Examine the following Process flow:
The 'Loop Customer List' loop is configured to loop through the 'Customer List' Collection.
Any Exceptions Encountered on the 'Email Customers' sub-page will be resolved in the same page.
How many times will the 'Email Customer' sub-page be executed?
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)
Refer to the Exhibit.
The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.
Data Item 'Attempts' is a number data item with an initial value of 0
Data Item 'Max Attempts' is a number data item with an initial value of 3
The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the 'Attempts' data item
To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?
Examine the following process flow:
The Orders Collection contains the following data
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop though the Orders collection.
The Get Quantity stage is configured as follows:
What will the data item Saved Quantity contain after the execution of the page?
How many Start Stages can a sub-page in a Process have?
The data item 'Loop Counter' is a number data item and has an initial value of 0. The data item 'Max Loops' is a number data item and has an initial value of 10.
The two stages are configured as follows:
How many times will the Loop Again stage be executed when the page is executed?
What will be the outcome after the page has run?
Question