Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Blue Prism ASDEV01 - Blue Prism Associate Developer Exam

Page: 1 / 2
Total 50 questions

Which area of Blue Prism would you use to develop a Blue Prism Process?

A.

Application Navigator

B.

Process Studio

C.

Application Modeller

D.

Development Studio

E.

Object Studio

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

B.

Parent Class Name

C.

Parent Ordinal

D.

Ordinal

E.

Class Name

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

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

C.

There is no difference between a Collection and an Undefined Collection

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

B.

Open Data Properties for the Data Item and disable / uncheck the visibility setting

C.

Open Data Properties for the Data Item and enable / check the visibility setting

D.

Environment area of System

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

B.

Blue Prism Data Item values can only assigned or updated from within a Process or Object diagram

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

D.

Blue Prism Data Item values can be updated from Control Room if the Data Item visibility setting is disabled

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

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

Examine the following Blue Prism Process diagram:

The 'Date Today' data item is a Date data item.

The Calculation stage is required to set the value of the 'Date Today' data item to the current date

Which of the following Blue Prism functions would you use in the Calculation stage to set the value of the 'Date Today' data item?

A.

Today()

B.

"mm/dd/yyyy"

C.

GetDate()

D.

Now()

E.

"dd/mm/yyyy"

Which of the following items can be used in Blue Prism to transmit values between Process Pages?

(Select all items which apply)

A.

Input Parameters

B.

Lookup Stages

C.

Output Parameters

D.

Calculation Stages

E.

Data Items

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?

Examine the following Process flow:

The data item 'City V is configured as a Text data item and has an initial value of 'LiverpooI'.

The data item 'City 2' is configured as a Text data item and has an initial value of 'Manchester'.

The data item 'City 3* is configured as a Text data item and has an initial value of 'London'.

The data item 'List of Cities' is configured as a Text data item and has no initial value.

The 'Calc 1' stage is configured as follows:

What will the value of the list of Cities' data item be after the Process flow has run?

A.

Manchester. London

B.

An Exception will be thrown as a data item with a Text data type cannot store a list of text values

C.

Liverpool Manchester.London

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

B.

It is a container for multiple Blue Prism stages

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

D.

It is a feature which can group multiple Data Items together, simplifying your diagram