ExamGecko
Home Home / Blue Prism / AD01

Blue Prism AD01 Practice Test - Questions Answers, Page 13

Question list
Search
Search

List of questions

Search

Related questions











The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME', 'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.

It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

A Navigate stage has been configured to press the ORDERS button:

To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?

A.
Update the 'Mouse Button' Inputs value to 'ORDERS1
A.
Update the 'Mouse Button' Inputs value to 'ORDERS1
Answers
B.
Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to 'ORDERS'
B.
Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to 'ORDERS'
Answers
C.
A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal
C.
A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal
Answers
D.
The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT
D.
The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT
Answers
Suggested answer: B

Examine the following Process flow, which calculates the total number of orders:

The 'Orders' Collection contains the following data:

The 'Loop Orders' loop is configured to loop through the 'Orders' Collection.

The 'Total Orders' data item is configured as a number data item with an initial value of 0.

The 'Get Total Orders' Calculation stage contains the following expression:

What will the Total Orders data item value be after the page has executed?

A.
0
A.
0
Answers
B.
11
B.
11
Answers
C.
10
C.
10
Answers
D.
44
D.
44
Answers
Suggested answer: D

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.
A.
Answers
Suggested answer: A

Explanation:

https://bpdocs.blueprism.com/bp-6-8/en-us/helpExceptions.htm

Examine the following Blue Prism Process diagram:

The initial values for the 3 data items are displayed in the diagram above.

The expression in 'Decision A' is:

lnStr([City 1], 'm') > 0

The expression in 'Decision B' is:

Upper([City 2]) = 'NEWYORK OR Replace( 22/07/2020', '/'. '-') = '22-07-2020'

The expression in 'Decision C' is:

TrimEnd([City 3]) = Barcelona' AND Right([City 2],4) = 'York'

What will happen when the process flow executes?

A.
The diagram will flow through the Calculation stage named 'A'
A.
The diagram will flow through the Calculation stage named 'A'
Answers
B.
The diagram will flow through the Calculation stage named 'B'
B.
The diagram will flow through the Calculation stage named 'B'
Answers
C.
From the information available, the outcome is unknown
C.
From the information available, the outcome is unknown
Answers
D.
The diagram will flow through the Calculation stage named 'C
D.
The diagram will flow through the Calculation stage named 'C
Answers
Suggested answer: D

Examine the following Page of a Blue Prism Process:

The expressions of each of the Calculation stages are provided below:

What will the value of the Result Data Item be after the page has run?

A.
Result Data Item value will equal A
A.
Result Data Item value will equal A
Answers
B.
An Internal Exception will be thrown
B.
An Internal Exception will be thrown
Answers
C.
Result Data Item value will equal C
C.
Result Data Item value will equal C
Answers
D.
Result Data Item value will equal B
D.
Result Data Item value will equal B
Answers
Suggested answer: A

Study the following Process flow:

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named 'Between 1 and 100'?

A.
[Input] >= 1 AND [Input] <= 100
A.
[Input] >= 1 AND [Input] <= 100
Answers
B.
[Input] >= 1 AND <= 100
B.
[Input] >= 1 AND <= 100
Answers
C.
[Input] >= '1' AND [Input] <= '100'
C.
[Input] >= '1' AND [Input] <= '100'
Answers
D.
[Input] >= 1 [Input] < 100
D.
[Input] >= 1 [Input] < 100
Answers
E.
[Input] BETWEEN 1 AND 100
E.
[Input] BETWEEN 1 AND 100
Answers
Suggested answer: B

How would you run a Blue Prism Process on a virtual Digital Worker?

A.
Through Control Room
A.
Through Control Room
Answers
B.
Through the Digital Worker Management Console
B.
Through the Digital Worker Management Console
Answers
C.
Through System Manager
C.
Through System Manager
Answers
D.
Through Process Studio
D.
Through Process Studio
Answers
E.
Through Object Studio
E.
Through Object Studio
Answers
Suggested answer: D

Examine the following Process flow:

The 'Customer Credits' Collection contains the following data:

The 'Customer Account Credits' loop is configured to loop through the 'Customer Credits' Collection.

The 'Total Credits' data item is configured as a number data item with an initial value of 0.

The 'Get Total Credits' Calculation stage contains the following expression:

What will the Total Credit data item value be after the page has executed?

A.
An Internal Exception: 'Loop stage name mismatch' will be thrown
A.
An Internal Exception: 'Loop stage name mismatch' will be thrown
Answers
B.
10
B.
10
Answers
C.
31
C.
31
Answers
D.
2
D.
2
Answers
Suggested answer: A

The Stock Value Calculator application has been launched successfully by a Business Object named 'Stock Value Calculator -- Basic Actions'.

A second Business Object named 'Stock Value Calculator - Historic Values' is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

Details of the Exception are provided below:

What action is required to present this error occurring?

A.
The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application
A.
The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application
Answers
B.
The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application
B.
The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application
Answers
C.
The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application
C.
The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application
Answers
D.
The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application
D.
The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application
Answers
E.
The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application
E.
The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application
Answers
Suggested answer: D

Examine the following Process flow:

The 'Start Value' data item is a number data item with an initial value of 10 The 'End Value' data item is number data item with an initial value of 0.

The Multi Calc stage is configured as follows

After the page has been rurv what value will be assigned to the 'End Value* data item?

A.
The Internal Exception 'Failed to evaluate expression - Division by zero' will be thrown
A.
The Internal Exception 'Failed to evaluate expression - Division by zero' will be thrown
Answers
B.
100
B.
100
Answers
C.
-10
C.
-10
Answers
D.
no
D.
no
Answers
E.
30
E.
30
Answers
Suggested answer: A

Explanation:

The 'Multi1' calculation stage in the process flow attempts to perform multiple calculations sequentially. Here are the calculations and the issues they cause:

Initial Values:

Start Value: 10

End Value: 0

Calculations:

[Start Value] * 10 stored in End Value:

10 * 10 = 100

Now, End Value is 100.

5 / [End Value] stored in Start Value:

5 / 100 = 0.05

Now, Start Value is 0.05.

[End Value] + 10 stored in End Value:

100 + 10 = 110

Now, End Value is 110.

However, if these calculations were performed strictly in the order they appear in the table, the initial End Value of 0 would cause a division by zero error on the second calculation (5 / [End Value]), resulting in an internal exception before any values could be reassigned. Therefore, the correct answer is that an internal exception for division by zero will be thrown.

Blue Prism Process Design guidelines

Error handling documentation in Blue Prism

Total 189 questions
Go to page: of 19