ASDEV01: Blue Prism Certified Associate Developer
Blue Prism
Related questions
Examine the following Blue Prism Process diagram which is from the Main Page of a Process:
The Process current stage is the 'Perform Calculation' stage.
The 'Perform Calculation' stage has Exception Handling to resolve all Exceptions within the same Page
What would happen if you click on Step Over or press F10?
Which of the following are benefits of using a Blue Prism Work Queue in a Process design?
(Select all items which apply)
Examine the following Blue Prism Process diagram:
The initial values of the data items are displayed in the diagram above All 3 data items are configured as Number
The 'Perform Calculation' stage Properties window is displayed below:
When this diagram is run through the the End stage, what will the current value of the Z data item be?
Explanation:
The calculation stage will assign the value of [X][Y] to the Z data item, which is 34 = 12.The blank spaces in the expression do not affect the calculation1.
Reference:1https://bpdocs.blueprism.com/bp-6-9/en-us/frmStagePropertiesCalculation.htm
A Blue Prism Decision stage needs to test the value of a column in the current row of a Collection
The Collection is named 'Account Data' The Column is named 'Account Type'
What is the correct way to reference the required column value in the Collection row. from within the Decision stage?
Examine the following Blue Prism Process diagram:
The 'Number as Text' data item is configured as text data item: and has an initial value of 10 The 'Result' data item is configured as a number data item.
The 'Cast to Number' Calculation stage must output the text value stored in the 'Number as Text1 data item, to the Result data item
Which of the following expressions would you use in the 'Cast to Number1 Calculation stage to set the value of the 'Result' data item?
Explanation:
This is the correct expression to use in the calculation stage to set the value of the result data item. It uses the convert function to convert the text value stored in the number as text data item to a number value. The other options are either incorrect or used for different purposes.
Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)
A Blue Prism Decision stage needs to test the value of a Data Item named 'Loop Counted
How is the loop Counter' Data Item referenced in the Decision stage?
Explanation:
This is the correct way to reference the loop counter data item in the decision stage. It uses square brackets to enclose the data item name. The other options are either incorrect or used for different purposes.
Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)
Study the following Blue Prism Process diagram:
If the Decision1 stage contains an error in the Expression which causes an internal exception to be raised when the Process is run, which Recover stage will receive the Exception?
Unhandled Exceptions will travel up through the Process eventually to the Main Page which will cause the Process to terminate What term is used to describe this behaviour?
What is a Dynamic attribute match type in Blue Prism?
Explanation:
A Dynamic attribute match type enables the developer to use a data item or a calculation as the match value for an attribute, instead of a fixed value defined in Application Modeller. This allows for more flexibility and adaptability when automating applications that have dynamic elements.
Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 12)
Examine the following Business Object Action diagram:
The purpose of the Action is to process new orders through the order processing system. Order details of provided to the Action by the Process and stored in the 'Order Data' Collection
According to Blue Prism best practices, what is wrong with this Action?
Explanation:
A Wait stage is needed after the 'Write Order Details' stage to ensure that the application has time to process the order details before clicking the Submit button. Without a Wait stage, the automation may fail due to timing issues.
Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 11)
Question