ExamGecko
Home Home / Blue Prism / ASDEV01

Blue Prism ASDEV01 Practice Test - Questions Answers, Page 4

Question list
Search
Search

Related questions











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?

A.
Child Count
A.
Child Count
Answers
B.
Parent Class Name
B.
Parent Class Name
Answers
C.
Parent Ordinal
C.
Parent Ordinal
Answers
D.
Ordinal
D.
Ordinal
Answers
E.
Class Name
E.
Class Name
Answers
Suggested answer: C

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

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 32
Correct answer: Question 32

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?

A.
A Single Row Collection cannot receive data from a Process
A.
A Single Row Collection cannot receive data from a Process
Answers
B.
A Wait stage is missing between the 'Click Submit' stage and the 'End' stage
B.
A Wait stage is missing between the 'Click Submit' stage and the 'End' stage
Answers
C.
A Wait stage is missing between the 'Start' stage and the 'Write Order Details' stage
C.
A Wait stage is missing between the 'Start' stage and the 'Write Order Details' stage
Answers
D.
An Action description has not been provided
D.
An Action description has not been provided
Answers
E.
A Wait stage is missing after the 'Write Order Details' stage
E.
A Wait stage is missing after the 'Write Order Details' stage
Answers
Suggested answer: E

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)

What is a Dynamic attribute match type in Blue Prism?

A.
A Dynamic attribute match type automatically detects changes within the business application and adapts the match criteria accordingly
A.
A Dynamic attribute match type automatically detects changes within the business application and adapts the match criteria accordingly
Answers
B.
Dynamic attribute match is not supported in Blue Prism
B.
Dynamic attribute match is not supported in Blue Prism
Answers
C.
A Dynamic attribute match type allows the Developer to specify the match value of the attribute from the Business Object flow diagram rather than use a value defined in Application Modeller
C.
A Dynamic attribute match type allows the Developer to specify the match value of the attribute from the Business Object flow diagram rather than use a value defined in Application Modeller
Answers
D.
A Dynamic attribute match type accepts a Collection of multiple possible match values and checks each of the values automatically
D.
A Dynamic attribute match type accepts a Collection of multiple possible match values and checks each of the values automatically
Answers
Suggested answer: C

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)

Which of the following statements best describes a Blue Prism Global Data Item?

A.
Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
A.
Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
Answers
B.
Blue Prism Data items which can only be accessed from the Mam Page of the Process
B.
Blue Prism Data items which can only be accessed from the Mam Page of the Process
Answers
C.
Blue Prism Data items which have had the visibility setting disabled therefore the value is available to all Pages in all Processes
C.
Blue Prism Data items which have had the visibility setting disabled therefore the value is available to all Pages in all Processes
Answers
D.
Blue Prism Data items which have had the visibility setting disabled, therefore the value is available to all Pages of the same Process
D.
Blue Prism Data items which have had the visibility setting disabled, therefore the value is available to all Pages of the same Process
Answers
Suggested answer: D

Explanation:

This is the correct definition of a global data item. The other options are either incorrect or describe different types of data items.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 13)

What is the difference between a Collection and an Undefined Collection?

A.
A Collection is added to a Process flow diagram during development, whereas an Undefined Collection is added to the diagram dynamically when the Process runs
A.
A Collection is added to a Process flow diagram during development, whereas an Undefined Collection is added to the diagram dynamically when the Process runs
Answers
B.
A Collection has the column name and data types assigned during development whereas with an Undefined Collection, column names and data types are automatically assigned when the Process runs
B.
A Collection has the column name and data types assigned during development whereas with an Undefined Collection, column names and data types are automatically assigned when the Process runs
Answers
C.
There is no difference between a Collection and an Undefined Collection
C.
There is no difference between a Collection and an Undefined Collection
Answers
Suggested answer: B

Explanation:

This is the correct difference between a Collection and an Undefined Collection. The other options are either incorrect or describe the same feature of both types of collections.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 14)

Which of the following Blue Prism Data Item data types would you use to store a True or False value?

A.
Binary
A.
Binary
Answers
B.
Number
B.
Number
Answers
C.
Text
C.
Text
Answers
D.
Flag
D.
Flag
Answers
E.
Password
E.
Password
Answers
Suggested answer: D

Explanation:

This is the correct data type for storing a True or False value in Blue Prism. The other options are either invalid or used for different kinds of values.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 13)

Which of the following items are valid Blue Prism Data Item data types?

A.
Text
A.
Text
Answers
B.
Date
B.
Date
Answers
C.
Yes/No
C.
Yes/No
Answers
D.
Integer
D.
Integer
Answers
E.
Number
E.
Number
Answers
F.
Dictionary
F.
Dictionary
Answers
G.
Flag
G.
Flag
Answers
Suggested answer: A, B, E, G

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?

A.
Current Exception Type
A.
Current Exception Type
Answers
Suggested answer: A

Explanation:

This is the correct expression to use in the calculation stage to output the current exception type to the data item. It uses the built-in object CurrentException and its property Type to get the value of the exception type.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)

When can a Deferral Date be added to a Work Queue item?

(Select all items which apply)

A.
When the item is an Exception
A.
When the item is an Exception
Answers
B.
When the item is added to the Work Queue
B.
When the item is added to the Work Queue
Answers
C.
When the item has been processed
C.
When the item has been processed
Answers
D.
When the Item is locked by the Process
D.
When the Item is locked by the Process
Answers
E.
When the item is pending
E.
When the item is pending
Answers
Suggested answer: B, D

Explanation:

These are the correct situations when a deferral date can be added to a work queue item. It allows the process to specify when an item should be processed based on business rules or availability of resources. The other options are either incorrect or not supported by Blue Prism.

Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 16)

Total 50 questions
Go to page: of 5