ASDEV01 Practice Test Questions Answers Updated 51 Questions
ASDEV01 dumps & Blue Prism Developer Sure Practice with 51 Questions
NEW QUESTION # 21
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:
Answer:
Explanation:
Explanation
These are the correct matches between the debug tool names and their descriptions. They allow the user to control and observe the execution of a process or object in studio. The other options are either incorrect or not available. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 1)
NEW QUESTION # 22
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. Visible
- B. Window Text
- C. Class Name
- D. Screen Visible
- E. Enabled
Answer: B
Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 12)
NEW QUESTION # 23
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. Cast([Number as Text. TEXT)
- B. Convert(Number as Text "NUMBER")
- C. Cast([Number as Text])
- D. [Number as Text]
Answer: B
Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
NEW QUESTION # 24
Which of the following items are valid Attribute Match Types in Blue Prism Application Modeller?
- A. != (Not Equal)
- B. <> (Not Equal)
- C. ## (Decimal)
- D. Dynamic
- E. '(Wildcard)
- F. %%(Like)
- G. = (Equal)
Answer: D,E,G
Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 12)
NEW QUESTION # 25
Which of the following statements best describes a Blue Prism Global Data Item?
- A. Blue Prism Data items which can only be accessed from the Mam Page of the Process
- B. Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed
- C. Blue Prism Data items which have had the visibility setting disabled, therefore the value is available to all Pages of the same Process
- D. Blue Prism Data items which have had the visibility setting disabled therefore the value is available to all Pages in all Processes
Answer: C
Explanation:
Explanation
This is the correct definition of a global data item. The other options are either incorrect or describe different types of data items. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 13)
NEW QUESTION # 26
What is a Blue Prism Collection?
- A. It is special type of stage in Blue Prism which collects data from various sources, which is then used in the Process
- B. It is a special type of Data Item which can hold multiple rows and columns of data similar to an Excel Worksheet or a table of data
- C. It is a container for multiple Blue Prism stages
- D. It is a feature which can group multiple Data Items together, simplifying your diagram
Answer: B
Explanation:
Explanation
This is the correct definition of a Blue Prism collection. The other options are either incorrect or describe different features of Blue Prism. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
NEW QUESTION # 27
Study the following Blue Prism Process diagram:
If the Decision1 stage contains an error in the Expression which causes an internal exception to be raised when the Process is run, which Recover stage will receive the Exception?
- A. Recover2
- B. The Process will terminate as Blue Prism Block stages will not allow multiple Recover stages to be placed within a Block
- C. It is impossible to determine from the information available
- D. Recover 1
Answer: D
Explanation:
Explanation
This is the correct recover stage that will receive the exception because it is the closest recover stage to the decision stage that contains the error. The other options are either incorrect or irrelevant. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
NEW QUESTION # 28
Which of the following are true about the use of Blue Pnsm Process templates'?
(Select all items which apply)
- A. There is no requirement to train Process Developers in Blue Prism development
- B. Templates are auto generated scripts that perform interactions with business applications therefore there is no additional development time
- C. Process development time is reduced by using a template
- D. They provide consistency across all processes, making processes easier to understand and support
- E. They promote proven Blue Prism Best Practices
Answer: C,D,E
Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 9)
NEW QUESTION # 29
User name and password information which is used by a Blue Prism Process to log into a business application, should be stored where?
- A. In Data Items in the Process
- B. Environment Variable
- C. In a password protected file
- D. In Credential Manager
- E. In a shared Excel file
- F. In a local hidden file
Answer: D
Explanation:
Explanation
This is the correct place to store user name and password information that is used by a Blue Prism process to log into a business application. It allows the developer to securely store and manage credentials that can be used by multiple processes and objects. The other options are either insecure or not supported by Blue Prism.
References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 4)
NEW QUESTION # 30
Which of the following items can be used in Blue Prism to transmit values between Process Pages?
(Select all items which apply)
- A. Output Parameters
- B. Lookup Stages
- C. Calculation Stages
- D. Input Parameters
- E. Data Items
Answer: A,D,E
Explanation:
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 another . 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.
References: 2 https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessPages.htm 3
https://bpdocs.blueprism.com/bp-6-10/en-us/helpCalculationsAndDecisions.htm
NEW QUESTION # 31
Examine the following recover flow taken from a Blue Prism Process:
The 'Exception Detail' data item has no initial value and has a data type of text The Calculation stage "Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item What expression would you use in the 'Save Exception Detail' stage to achieve this?
Answer:
Explanation:
CurrentException.Detail
This is the correct expression to use in the calculation stage to output the current exception detail to the data item. It uses the built-in object CurrentException and its property Detail to get the value of the exception detail. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
NEW QUESTION # 32
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. 0
- B. An Internal Exception will be thrown Failed to evaluate Calculation
- C. 1
- D. ([X] + [Y])* [X]
- E. 2
Answer: A
Explanation:
Explanation
This is the correct value of the Z data item after running the diagram through the end stage. The calculation stage will set the value of Z to ([X] + [Y])* [X], which is (2 + 4) * 2 = 12. The other options are either incorrect or describe different scenarios. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
NEW QUESTION # 33
Unhandled Exceptions will travel up through the Process eventually to the Main Page which will cause the Process to terminate What term is used to describe this behaviour?
- A. Exception Deferral
- B. Exception Queuing
- C. Exception Bubbling
- D. Exception Resolution
Answer: C
Explanation:
Explanation
This is the correct term used to describe the behavior of unhandled exceptions traveling up through the process until they reach the main page. The other options are either incorrect or describe different aspects of exception handling. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)
NEW QUESTION # 34
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.

Answer: A
Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 12)
NEW QUESTION # 35
The password field in the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller the following behaviour is encountered
Which of the following Attributes would you use to help obtain a unique element match?
- A. Parent Ordinal
- B. Ordinal
- C. Child Count
- D. Class Name
- E. Parent Class Name
Answer: A
Explanation:
Explanation
The parent ordinal attribute is the index of the parent element among its siblings in the application hierarchy. It can be used to help identify an element that has a dynamic or non-unique class name or ordinal by using its relative position to its parent element1. In this case, the password field has a class name of "Edit" and an ordinal of 1, which are not unique among other elements in the application. However, its parent element has a class name of "Window" and an ordinal of 2, which can be used to distinguish it from other elements with the same class name and ordinal. References: 1 https://bpdocs.blueprism.com/bp-6-10/en-us/helpAttributes.htm
NEW QUESTION # 36
What is a Blue Prism Process?
- A. A graphical representation of a working computer program which automates manual repetitive tasks
- B. A business flow diagram
- C. A business flow chart
- D. A computer application
Answer: A
Explanation:
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. References: 2 https://www.koenig-solutions.com/blue-prism-associate-developer-course
NEW QUESTION # 37
When a Work Queue item is currently being processed by a Digital Worker what happens to the queue item?
- A. A copy of the Work Queue item is created ready to receive any updates from the Process
- B. The item GUID is updated to a new unique ID
- C. The item is locked by the Process
- D. The Work Queue item icon is updated to purple flag
- E. The Work Queue item icon is updated U green tick
Answer: C
Explanation:
Explanation
This is the correct statement about what happens to a work queue item when it is being processed by a digital worker. It prevents other digital workers from accessing the same item and ensures data integrity. The other options are either incorrect or describe different stages of work queue items. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 16)
NEW QUESTION # 38
What is the difference between a Collection and an Undefined Collection?
- A. A Collection has the column name and data types assigned during development whereas with an Undefined Collection, column names and data types are automatically assigned when the Process runs
- B. There is no difference between a Collection and an Undefined Collection
- C. A Collection is added to a Process flow diagram during development, whereas an Undefined Collection is added to the diagram dynamically when the Process runs
Answer: A
Explanation:
Explanation
This is the correct difference between a Collection and an Undefined Collection. The other options are either incorrect or describe the same feature of both types of collections. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)
NEW QUESTION # 39
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:
Answer:
Explanation:
Explanation
A. Note Stage B. Process Stage C. Action Stage D. Block Stage E. Multi Calc The note stage has an icon of a yellow sticky note, the process stage has an icon of a blue circle with a white arrow, the action stage has an icon of a blue circle with a white lightning bolt, the block stage has an icon of a blue rectangle with a white X, and the multi calc stage has an icon of a blue circle with a white calculator1.
References: 1 https://bpdocs.blueprism.com/bp-6-8/en-us/stage-types.htm
NEW QUESTION # 40
......
New ASDEV01 Exam Questions| Real ASDEV01 Dumps: https://www.2pass4sure.com/Blue-Prism-Developer/ASDEV01-actual-exam-braindumps.html
Get New ASDEV01 Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=1ZPXRr_AiR3FErs-LtlKZIFgWNsm7Bdsl