ExamGecko
Home / Blue Prism / ASDEV01 / List of questions
Ask Question

Blue Prism ASDEV01 Practice Test - Questions Answers

List of questions

Question 1

Report
Export
Collapse

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:

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

The Window Text Attribute match details are provided below:

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

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)

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

B)

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

C)

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

D)

Blue Prism ASDEV01 image Question 1 20892 09162024192541000000

Option A
Option A
Option B
Option B
Option C
Option C
Option D
Option D
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)

asked 16/09/2024
Francesco Pignalosa
37 questions

Question 2

Report
Export
Collapse

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:

Blue Prism ASDEV01 image Question 2 20893 09162024192541000000

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

Blue Prism ASDEV01 image Question 2 20893 09162024192541000000

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

Window Text
Window Text
Visible
Visible
Class Name
Class Name
Enabled
Enabled
Screen Visible
Screen Visible
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)

asked 16/09/2024
Alvaro Peralta
24 questions

Question 3

Report
Export
Collapse

Which of the following items are valid Attribute Match Types in Blue Prism Application Modeller?

= (Equal)
= (Equal)
%%(Like)
%%(Like)
Dynamic
Dynamic
<> (Not Equal)
<> (Not Equal)
'(Wildcard)
'(Wildcard)
!= (Not Equal)
!= (Not Equal)
## (Decimal)
## (Decimal)
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)

asked 16/09/2024
Jason Kelley
34 questions

Question 4

Report
Export
Collapse

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?

[Loop Counter)
[Loop Counter)
FIELDILoop Counter
FIELDILoop Counter
{Loop Counter)
{Loop Counter)
'Loop Counter'
'Loop Counter'
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)

asked 16/09/2024
Francesco Pignalosa
37 questions

Question 5

Report
Export
Collapse

Examine the following Blue Prism Process diagram:

Blue Prism ASDEV01 image Question 5 20896 09162024192541000000

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?

[Number as Text]
[Number as Text]
Convert(Number as Text 'NUMBER')
Convert(Number as Text 'NUMBER')
Cast([Number as Text])
Cast([Number as Text])
Cast([Number as Text. TEXT)
Cast([Number as Text. TEXT)
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)

asked 16/09/2024
Tomasz Kusmierek
27 questions

Question 6

Report
Export
Collapse

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:


Blue Prism ASDEV01 image Question 6 20897 09162024072541000
Correct answer: Blue Prism ASDEV01 image answer Question 6 20897 09162024072541000
asked 16/09/2024
Miles Greenyer
40 questions

Question 7

Report
Export
Collapse

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

(Select all items that apply)

The Process can be run in Control Room and the session will stop once it reaches the stage which has been assigned a Breakpoint
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 Breakpoint will force the Process to terminate
A Breakpoint will force the Process to terminate
The Developer can run the Process in Studio and the Process will stop at the stage which has been assigned a Breakpoint.
The Developer can run the Process in Studio and the Process will stop at the stage which has been assigned a Breakpoint.
Breakpoints are ignored when a Process in run in Control Room
Breakpoints are ignored when a Process in run in Control Room
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.
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.
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)

asked 16/09/2024
Ola Magnus Sundlisæter
36 questions

Question 8

Report
Export
Collapse

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?

Linking
Linking
Layering of Logic
Layering of Logic
Circular Path
Circular Path
Linear Diagram
Linear Diagram
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)

asked 16/09/2024
Frederico Dionísio
40 questions

Question 9

Report
Export
Collapse

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

(Select all items which apply)

Process development time is reduced by using a template
Process development time is reduced by using a template
They provide consistency across all processes, making processes easier to understand and support
They provide consistency across all processes, making processes easier to understand and support
They promote proven Blue Prism Best Practices
They promote proven Blue Prism Best Practices
There is no requirement to train Process Developers in Blue Prism development
There is no requirement to train Process Developers in Blue Prism development
Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
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)

asked 16/09/2024
Styliani Simoiridou
43 questions

Question 10

Report
Export
Collapse

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

Pending
Pending
Suspended
Suspended
Finished
Finished
Faulted
Faulted
Terminated
Terminated
Running
Running
Paused
Paused
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)

asked 16/09/2024
Alberto Castillo
35 questions
Total 50 questions
Go to page: of 5
Search

Related questions