ExamGecko

ASDEV01: Blue Prism Certified Associate Developer

Blue Prism Certified Associate Developer
Vendor:

Blue Prism

Blue Prism Certified Associate Developer Exam Questions: 50
Blue Prism Certified Associate Developer   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Which of the following are benefits of using a Blue Prism Work Queue in a Process design?

(Select all items which apply)

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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?

A.
-1
A.
-1
Answers
B.
[X]*[Y]
B.
[X]*[Y]
Answers
C.
An Internal Exception will be thrown as the Expression contains multiple blank spaces
C.
An Internal Exception will be thrown as the Expression contains multiple blank spaces
Answers
D.
0
D.
0
Answers
E.
12
E.
12
Answers
Suggested answer: E

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

asked 16/09/2024
de jong arjen
45 questions

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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?

A.
[Number as Text]
A.
[Number as Text]
Answers
B.
Convert(Number as Text 'NUMBER')
B.
Convert(Number as Text 'NUMBER')
Answers
C.
Cast([Number as Text])
C.
Cast([Number as Text])
Answers
D.
Cast([Number as Text. TEXT)
D.
Cast([Number as Text. TEXT)
Answers
Suggested answer: B

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)

asked 16/09/2024
Tomasz Kusmierek
27 questions

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?

A.
[Loop Counter)
A.
[Loop Counter)
Answers
B.
FIELDILoop Counter
B.
FIELDILoop Counter
Answers
C.
{Loop Counter)
C.
{Loop Counter)
Answers
D.
'Loop Counter'
D.
'Loop Counter'
Answers
Suggested answer: A

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)

asked 16/09/2024
Francesco Pignalosa
37 questions

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

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)

asked 16/09/2024
shylashri selvamani
46 questions

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)

asked 16/09/2024
Matteo Di Pomponio
41 questions