Blue Prism ASDEV01 Practice Test - Questions Answers
List of questions
Related questions
Question 1
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)
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)
Question 2
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?
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)
Question 3
Which of the following items are valid Attribute Match Types in Blue Prism Application Modeller?
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)
Question 4
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?
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)
Question 5
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?
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)
Question 6
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 7
Which of the following are true about a Blue Prism Breakpoint?
(Select all items that apply)
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)
Question 8
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?
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)
Question 9
Which of the following are true about the use of Blue Pnsm Process templates'?
(Select all items which apply)
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)
Question 10
Which of the following values are valid Blue Prism Control Room session status values'?
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)
Question