ExamGecko
Home Home / Blue Prism / ASDEV01

Blue Prism ASDEV01 Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

Related questions











Study the following image which has been taken from a business application which Blue Prism must Attach to, using the Window Text Attribute as the match criteria:

The Window Text Attribute match details are provided below:

The business application receives regular updates from the software provider These updates are easily identifiable as the version details are included in the Window (title) Text, for example (VI 2.999).

The Window Text match attribute must be updated to ensure Application Modeller continues to recognise the business application window, following any version update

Which if the following would you use to ensure Application Modeller recognises the application window, regardless of the version number?

A)

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: C

Explanation:

Option B uses a wildcard character (*) to match any text before and after the fixed text ''Centrix Data Solutions''. This way, the application window can be recognized regardless of the version number that may change over time.

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

When working with the orders area of the Centrix Data Solutions order system, there is a requirement to enter an order menu option in the field located above the Go button:

The menu option field element in Application Modeller has been configured as follows:

Which Attribute should be un-ticked to ensure the menu option field element can be consistently recognised?

A.
Window Text
A.
Window Text
Answers
B.
Visible
B.
Visible
Answers
C.
Class Name
C.
Class Name
Answers
D.
Enabled
D.
Enabled
Answers
E.
Screen Visible
E.
Screen Visible
Answers
Suggested answer: A

Explanation:

The Window Text attribute should be un-ticked because it contains the text ''Orders'' which may not be unique or consistent across different windows in the application. The other attributes are more reliable and stable for identifying the menu option field element.

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 items are valid Attribute Match Types in Blue Prism Application Modeller?

A.
= (Equal)
A.
= (Equal)
Answers
B.
%%(Like)
B.
%%(Like)
Answers
C.
Dynamic
C.
Dynamic
Answers
D.
<> (Not Equal)
D.
<> (Not Equal)
Answers
E.
'(Wildcard)
E.
'(Wildcard)
Answers
F.
!= (Not Equal)
F.
!= (Not Equal)
Answers
G.
## (Decimal)
G.
## (Decimal)
Answers
Suggested answer: A, C, E

Explanation:

These are the valid attribute match types in Blue Prism Application Modeller. The other options are either invalid or not supported by Blue Prism.

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

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)

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)

DRAG DROP

Drag and drop the Blue Prism debug tool names on the left, onto the placement boxes (A- E) so that the dropped tool name corresponds with the debug tool description beside it:


Question 6
Correct answer: Question 6

Which of the following are true about a Blue Prism Breakpoint?

(Select all items that apply)

A.
The Process can be run in Control Room and the session will stop once it reaches the stage which has been assigned a Breakpoint
A.
The Process can be run in Control Room and the session will stop once it reaches the stage which has been assigned a Breakpoint
Answers
B.
A Breakpoint will force the Process to terminate
B.
A Breakpoint will force the Process to terminate
Answers
C.
The Developer can run the Process in Studio and the Process will stop at the stage which has been assigned a Breakpoint.
C.
The Developer can run the Process in Studio and the Process will stop at the stage which has been assigned a Breakpoint.
Answers
D.
Breakpoints are ignored when a Process in run in Control Room
D.
Breakpoints are ignored when a Process in run in Control Room
Answers
E.
A Breakpoint will pause a Process for a defined period of time, at the stage which has been assigned the Breakpoint Once this time has elapsed, the Process will move onto the next stage.
E.
A Breakpoint will pause a Process for a defined period of time, at the stage which has been assigned the Breakpoint Once this time has elapsed, the Process will move onto the next stage.
Answers
Suggested answer: C, D

Explanation:

These are the correct statements about a Blue Prism breakpoint. It allows the developer to pause the execution of a process or object in studio and inspect the data items and stages. It has no effect when a process is run in control room. The other options are either incorrect or describe different features of Blue Prism.

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

Blue Prism Processes can be built across multiple workspaces - broken up into individual tasks, that each sit on their own Pages What name is given to this?

A.
Linking
A.
Linking
Answers
B.
Layering of Logic
B.
Layering of Logic
Answers
C.
Circular Path
C.
Circular Path
Answers
D.
Linear Diagram
D.
Linear Diagram
Answers
Suggested answer: B

Explanation:

This is the correct name given to the practice of building Blue Prism processes across multiple workspaces and pages. It allows the developer to organize and reuse the logic in a modular way. The other options are either incorrect or describe different aspects of Blue Prism.

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

Which of the following are true about the use of Blue Pnsm Process templates'?

(Select all items which apply)

A.
Process development time is reduced by using a template
A.
Process development time is reduced by using a template
Answers
B.
They provide consistency across all processes, making processes easier to understand and support
B.
They provide consistency across all processes, making processes easier to understand and support
Answers
C.
They promote proven Blue Prism Best Practices
C.
They promote proven Blue Prism Best Practices
Answers
D.
There is no requirement to train Process Developers in Blue Prism development
D.
There is no requirement to train Process Developers in Blue Prism development
Answers
E.
Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
E.
Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
Answers
Suggested answer: A, B, C

Explanation:

These are the correct benefits of using a Blue Prism process template. It allows the developer to follow a standard structure and design for all processes, and save time and effort by reusing common elements. The other options are either incorrect or describe different scenarios.

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

Which of the following values are valid Blue Prism Control Room session status values'?

A.
Pending
A.
Pending
Answers
B.
Suspended
B.
Suspended
Answers
C.
Finished
C.
Finished
Answers
D.
Faulted
D.
Faulted
Answers
E.
Terminated
E.
Terminated
Answers
F.
Running
F.
Running
Answers
G.
Paused
G.
Paused
Answers
Suggested answer: A, C, D, E, F

Explanation:

They indicate the current state of a process session that is being executed by a digital worker. The other options are either invalid or not related to session status.

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

Total 50 questions
Go to page: of 5