Blue Prism ASDEV01 Practice Test - Questions Answers, Page 4
List of questions
Related questions
Question 31
The password field in 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?
Explanation:
The parent ordinal attribute is the index of the parent element among its siblings in the application hierarchy.It can be used to help identify an element that has a dynamic or non-unique class name or ordinal by using its relative position to its parent element1. In this case, the password field has a class name of ''Edit'' and an ordinal of 1, which are not unique among other elements in the application.However, its parent element has a class name of ''Window'' and an ordinal of 2, which can be used to distinguish it from other elements with the same class name and ordinal.
Reference:1https://bpdocs.blueprism.com/bp-6-10/en-us/helpAttributes.htm
Question 32
DRAG DROP
Drag and drop the Blue Prism stage names on the left, onto the placement boxes (A- E) so that the dropped stage name corresponds with the image of the Blue Prism stage beside it:
Question 33
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 34
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)
Question 35
Which of the following statements best describes a Blue Prism Global Data Item?
Question 36
What is the difference between a Collection and an Undefined Collection?
Question 37
Which of the following Blue Prism Data Item data types would you use to store a True or False value?
Question 38
Which of the following items are valid Blue Prism Data Item data types?
Question 39
Examine the following recover flow taken from a Blue Prism Process
The 'Exception Type' data item has no initial value and has a data type of text
The Calculation stage 'Save Exception Type' will output the current exception type to the 'Exception Type' data item.
What expression would you use in the 'Save Exception Type' stage to achieve this?
Question 40
When can a Deferral Date be added to a Work Queue item?
(Select all items which apply)
Question