ExamGecko
Home Home / Blue Prism / ASDEV01

Blue Prism ASDEV01 Practice Test - Questions Answers, Page 2

Question list
Search
Search

Related questions











User name and password information which is used by a Blue Prism Process to log into a business application, should be stored where?

A.
In a local hidden file
A.
In a local hidden file
Answers
B.
In a password protected file
B.
In a password protected file
Answers
C.
In Credential Manager
C.
In Credential Manager
Answers
D.
Environment Variable
D.
Environment Variable
Answers
E.
In Data Items in the Process
E.
In Data Items in the Process
Answers
F.
In a shared Excel file
F.
In a shared Excel file
Answers
Suggested answer: C

Explanation:

This is the correct place to store user name and password information that is used by a Blue Prism process to log into a business application. It allows the developer to securely store and manage credentials that can be used by multiple processes and objects. The other options are either insecure or not supported by Blue Prism.

Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)

Which area of Blue Prism is used to set up and edit Credential information?

A.
Control Room
A.
Control Room
Answers
B.
Process Studio
B.
Process Studio
Answers
C.
Credential Store on the Digital Worker
C.
Credential Store on the Digital Worker
Answers
D.
Object Studio
D.
Object Studio
Answers
E.
The Security group in Blue Prism System area
E.
The Security group in Blue Prism System area
Answers
Suggested answer: E

Explanation:

This is the correct area of Blue Prism where credential information can be set up and edited. It allows the user to create and manage credential records that can be accessed by processes and objects. The other options are either incorrect or not related to credential management.

Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 4)


Which of the following are examples of a Business Exception? (Select ail items which apply)

A.
A business requirement states that Blue Prism should not process any customer transfer requests when the value of the request is greater than $10,000 Blue Prism has successfully read the value of the transfer request - the value was $16 000
A.
A business requirement states that Blue Prism should not process any customer transfer requests when the value of the request is greater than $10,000 Blue Prism has successfully read the value of the transfer request - the value was $16 000
Answers
B.
The data input to the process has been validated and failed
B.
The data input to the process has been validated and failed
Answers
C.
Blue Prism has detected an unexpected pop-up window
C.
Blue Prism has detected an unexpected pop-up window
Answers
D.
A Blue Prism Wait stage has timed out waiting for a particular element in a web page
D.
A Blue Prism Wait stage has timed out waiting for a particular element in a web page
Answers
Suggested answer: A, B

Explanation:

These are examples of business exceptions, which are exceptions that occur due to business rules or data validation issues. The other options are examples of system exceptions, which are exceptions that occur due to technical issues or unexpected events in the application or environment.

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

Examine the following recover flow taken from a Blue Prism Process:

The 'Exception Detail' data item has no initial value and has a data type of text

The Calculation stage 'Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item

What expression would you use in the 'Save Exception Detail' stage to achieve this?

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

Explanation:

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

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

Which of the following statements are correct when considering an element's attributes in Application Modeller?

(Select all items which apply)

A.
Attributes which are included in the element match criteria contain a tick in the Match column of Application Modeller
A.
Attributes which are included in the element match criteria contain a tick in the Match column of Application Modeller
Answers
B.
The initial selection of attributes made by Blue Prism will always be the optimum attribute set to use to match the element
B.
The initial selection of attributes made by Blue Prism will always be the optimum attribute set to use to match the element
Answers
C.
The attributes displayed in Application Modeller are provided to Blue Prism by the target business application
C.
The attributes displayed in Application Modeller are provided to Blue Prism by the target business application
Answers
D.
The attribute list will always contain the same entries regardless of the target application or element
D.
The attribute list will always contain the same entries regardless of the target application or element
Answers
Suggested answer: A, C

Explanation:

These statements are correct because they describe how Blue Prism identifies and interacts with the elements of the target application using the attributes provided by the application. The other statements are incorrect because Blue Prism does not always select the optimum attribute set and the attribute list may vary depending on the application or element type.

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 are correct about Blue Prism data items'?

(Select all items which apply)

A.
The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from within the System area of Blue Prism
A.
The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from within the System area of Blue Prism
Answers
B.
Blue Prism Data Item values can only assigned or updated from within a Process or Object diagram
B.
Blue Prism Data Item values can only assigned or updated from within a Process or Object diagram
Answers
C.
The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from Blue Prism Control Room
C.
The value of a Blue Prism Data Item which has the Exposure setting configured as Session can be updated from Blue Prism Control Room
Answers
D.
Blue Prism Data Item values can be updated from Control Room if the Data Item visibility setting is disabled
D.
Blue Prism Data Item values can be updated from Control Room if the Data Item visibility setting is disabled
Answers
E.
The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from Blue Prism Control Room
E.
The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from Blue Prism Control Room
Answers
F.
The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from within the System area of Blue Prism
F.
The value of a Blue Prism Data Item which has the Exposure setting configured as Environment, can be updated from within the System area of Blue Prism
Answers
Suggested answer: C, E, F

Explanation:

These statements are correct because they describe how Blue Prism data items can be updated depending on their exposure and visibility settings. The other statements are incorrect because Blue Prism data items can also be updated from within a Business Object diagram, and data items with visibility setting disabled cannot be updated from Control Room.

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

How would you change the visibility of a Blue Prism Data Item so the value could be read or edited from other Pages in the Process?

A.
Variables area of System
A.
Variables area of System
Answers
B.
Open Data Properties for the Data Item and disable / uncheck the visibility setting
B.
Open Data Properties for the Data Item and disable / uncheck the visibility setting
Answers
C.
Open Data Properties for the Data Item and enable / check the visibility setting
C.
Open Data Properties for the Data Item and enable / check the visibility setting
Answers
D.
Environment area of System
D.
Environment area of System
Answers
Suggested answer: C

Explanation:

This is the correct way to change the visibility of a data item so that it can be accessed from other pages in the same process. The other options are either irrelevant or incorrect.

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 a Blue Prism Collection?

A.
It is special type of stage in Blue Prism which collects data from various sources, which is then used in the Process
A.
It is special type of stage in Blue Prism which collects data from various sources, which is then used in the Process
Answers
B.
It is a container for multiple Blue Prism stages
B.
It is a container for multiple Blue Prism stages
Answers
C.
It is a special type of Data Item which can hold multiple rows and columns of data similar to an Excel Worksheet or a table of data
C.
It is a special type of Data Item which can hold multiple rows and columns of data similar to an Excel Worksheet or a table of data
Answers
D.
It is a feature which can group multiple Data Items together, simplifying your diagram
D.
It is a feature which can group multiple Data Items together, simplifying your diagram
Answers
Suggested answer: C

Explanation:

This is the correct definition of a Blue Prism collection. The other options are either incorrect or describe different features of Blue Prism.

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 statements best describes a Blue Prism Local Data Item?

A.
Blue Prism Data items which can only be accessed from the Mam Page of the Process
A.
Blue Prism Data items which can only be accessed from the Mam Page of the Process
Answers
B.
Blue Prism Data items which can be accessed from any Page in the same Process
B.
Blue Prism Data items which can be accessed from any Page in the same Process
Answers
C.
Blue Prism Data items which can be accessed from any Page in any Process in the same local environment
C.
Blue Prism Data items which can be accessed from any Page in any Process in the same local environment
Answers
D.
Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
D.
Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
Answers
Suggested answer: D

Explanation:

This is the correct definition of a local 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)

In Blue Prism, what is a stage Expression?

A.
A formula which is used to produce a value
A.
A formula which is used to produce a value
Answers
B.
An output from a Decision stage
B.
An output from a Decision stage
Answers
C.
The description of a Blue Prism stage
C.
The description of a Blue Prism stage
Answers
D.
The output from a Calculation stage
D.
The output from a Calculation stage
Answers
Suggested answer: A

Explanation:

A stage expression is a formula that can be entered into any stage in Blue Prism to produce a value or perform an action.It can use variables, functions, operators and constants to create complex expressions that can manipulate data or control the flow of the process1.

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

Total 50 questions
Go to page: of 5