ExamGecko
Home Home / Blue Prism / ASDEV01

Blue Prism ASDEV01 Practice Test - Questions Answers, Page 3

Question list
Search
Search

List of questions

Search

Related questions











What is a Blue Prism Process?

A.
A business flow diagram
A.
A business flow diagram
Answers
B.
A computer application
B.
A computer application
Answers
C.
A business flow chart
C.
A business flow chart
Answers
D.
A graphical representation of a working computer program which automates manual repetitive tasks
D.
A graphical representation of a working computer program which automates manual repetitive tasks
Answers
Suggested answer: D

Explanation:

A Blue Prism process is a graphical representation of a working computer program that automates manual repetitive tasks using business objects and stages.A process can be run by an operator or scheduled by a control room2.

Reference:2https://www.koenig-solutions.com/blue-prism-associate-developer-course

Process rules or logic are evaluated in Blue Prism using which type of stage?

A.
Evaluate
A.
Evaluate
Answers
B.
Decision
B.
Decision
Answers
C.
Validate
C.
Validate
Answers
D.
Calculation
D.
Calculation
Answers
E.
Logic
E.
Logic
Answers
Suggested answer: B

Explanation:

A decision stage is used to evaluate process rules or logic and branch the process flow based on the outcome of the evaluation.A decision stage can have multiple outcomes and can use expressions to compare values or check conditions1.

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

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

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
A.
Input Parameters
Answers
B.
Lookup Stages
B.
Lookup Stages
Answers
C.
Output Parameters
C.
Output Parameters
Answers
D.
Calculation Stages
D.
Calculation Stages
Answers
E.
Data Items
E.
Data Items
Answers
Suggested answer: A, C, E

Explanation:

Input parameters, output parameters and data items can be used to transmit values between process pages by passing or returning values from one page to another2.Lookup stages and calculation stages are not used for this purpose, as they are used to retrieve values from collections or perform calculations on values3.

Reference:2https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessPages.htm3https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm

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
A.
Manchester. London
Answers
B.
An Exception will be thrown as a data item with a Text data type cannot store a list of text values
B.
An Exception will be thrown as a data item with a Text data type cannot store a list of text values
Answers
C.
Liverpool Manchester.London
C.
Liverpool Manchester.London
Answers
Suggested answer: C

Explanation:

The calculation stage will append the values of City 1, City 2 and City 3 to the List of Cities data item, separated by spaces.The text data type can store words or phrases as well as numerical identifiers, and it has no character limit if the data is input by another method than manual1.

Reference:1https://bpdocs.blueprism.com/bp-7-0/en-us/helpDatatypes.htm

DRAG DROP

Drag and drop the Blue Prism stage names on the left into the placement boxes (A - E) so that the dropped stage names correspond with the image of the Blue Prism stage beside it:


Question 26
Correct answer: Question 26

What is a Blue Prism Expression?

A.
The output from a Calculation stage
A.
The output from a Calculation stage
Answers
B.
The output from a Decision stage
B.
The output from a Decision stage
Answers
C.
It is information provided in a Note stage
C.
It is information provided in a Note stage
Answers
D.
A formula used to a produce a value
D.
A formula used to a produce a value
Answers
Suggested answer: D

Explanation:

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

Reference:1https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm

A Blue Prism Process reads data about a customer from an online form which includes their date of birth A Process must determine if the customer is under the age of 18 before processing the customer request

What type of Blue Prism stage would you use to test the customers age?

A.
Calculation stage
A.
Calculation stage
Answers
B.
Business Rule stage
B.
Business Rule stage
Answers
C.
Validation stage
C.
Validation stage
Answers
D.
Decision stage
D.
Decision stage
Answers
Suggested answer: D

Explanation:

A decision stage is used to evaluate process rules or logic and branch the process flow based on the outcome of the evaluation.A decision stage can have multiple outcomes and can use expressions to compare values or check conditions1.In this case, a decision stage can be used to compare the customer's date of birth with the current date and determine if they are under 18 or not.

Reference:1https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm

Examine the following diagram from a Blue Prism Process:

This is an example of a common looping diagram which you will see within Blue Prism Processes What is the name given for this type of flow diagram?

A.
Blue Prism Loop stage
A.
Blue Prism Loop stage
Answers
B.
Circular Path
B.
Circular Path
Answers
C.
Infinite Loop
C.
Infinite Loop
Answers
D.
Layers of Logic
D.
Layers of Logic
Answers
Suggested answer: B

Explanation:

A circular path is a type of flow diagram that uses links to create a loop in the process flow, which can be repeated until a certain condition is met or an exception is thrown2.A circular path typically consists of a decision stage, a loop end stage and a loop start stage3.

Reference:2https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessFlow.htm3https://bpdocs.blueprism.com/bp-6-10/en-us/helpLooping.htm

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

A.
Application Navigator
A.
Application Navigator
Answers
B.
Process Studio
B.
Process Studio
Answers
C.
Application Modeller
C.
Application Modeller
Answers
D.
Development Studio
D.
Development Studio
Answers
E.
Object Studio
E.
Object Studio
Answers
Suggested answer: B

Explanation:

Process Studio is the area of Blue Prism where processes are created and edited using stages and links to form graphical representations of working computer programs that automate manual repetitive tasks. Process Studio provides various tools and features to design, test and debug processes.

Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessStudio.htm https://www.koenig-solutions.com/blue-prism-associate-developer-course

Total 50 questions
Go to page: of 5