Pass Your Blue Prism Exam with ASDEV01 Exam Dumps (Updated 51 Questions) [Q22-Q42]

Share

Pass Your Blue Prism Exam with ASDEV01 Exam Dumps (Updated 51 Questions)

ASDEV01 Exam Dumps - Blue Prism Practice Test Questions

NEW QUESTION # 22
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 # 23
When can a Deferral Date be added to a Work Queue item?
(Select all items which apply)

  • A. When the item is added to the Work Queue
  • B. When the item is an Exception
  • C. When the item is pending
  • D. When the item has been processed
  • E. When the Item is locked by the Process

Answer: A,E

Explanation:
Explanation
These are the correct situations when a deferral date can be added to a work queue item. It allows the process to specify when an item should be processed based on business rules or availability of resources. The other options are either incorrect or not supported by Blue Prism. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 16)


NEW QUESTION # 24
Which of the following statements are correct when considering an element's attributes in Application Modeller?
(Select all items which apply)

  • A. The initial selection of attributes made by Blue Prism will always be the optimum attribute set to use to match the element
  • B. Attributes which are included in the element match criteria contain a tick in the Match column of Application Modeller
  • C. The attribute list will always contain the same entries regardless of the target application or element
  • D. The attributes displayed in Application Modeller are provided to Blue Prism by the target business application

Answer: B,D

Explanation:
Explanation
These statements are correct because they describe how Blue Prism identifies and interacts with the elements of the target application using the attributes provided by the application. The other statements are incorrect because Blue Prism does not always select the optimum attribute set and the attribute list may vary depending on the application or element type. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 12)


NEW QUESTION # 25
How would you change the visibility of a Blue Prism Data Item so the value could be read or edited from other Pages in the Process?

  • A. Variables area of System
  • B. Open Data Properties for the Data Item and disable / uncheck the visibility setting
  • C. Environment area of System
  • D. Open Data Properties for the Data Item and enable / check the visibility setting

Answer: D

Explanation:
Explanation
This is the correct way to change the visibility of a data item so that it can be accessed from other pages in the same process. The other options are either irrelevant or incorrect. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 13)


NEW QUESTION # 26
Which of the following values are valid Blue Prism Control Room session status values'?

  • A. Finished
  • B. Paused
  • C. Faulted
  • D. Running
  • E. Terminated
  • F. Suspended
  • G. Pending

Answer: A,C,D,E,G

Explanation:
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. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20stud (page 3)


NEW QUESTION # 27
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. FIELDILoop Counter
  • B. "Loop Counter"
  • C. [Loop Counter)
  • D. {Loop Counter)

Answer: C

Explanation:
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. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 14)


NEW QUESTION # 28
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 # 29
Examine the following Blue Prism Process diagram:

The 'Date Today' data item is a Date data item.
The Calculation stage is required to set the value of the 'Date Today' data item to the current date Which of the following Blue Prism functions would you use in the Calculation stage to set the value of the
'Date Today' data item?

  • A. "mm/dd/yyyy"
  • B. "dd/mm/yyyy"
  • C. Now()
  • D. GetDate()
  • E. Today()

Answer: C

Explanation:
Explanation
This is the correct function to use in the calculation stage to set the value of the date today data item to the current date. It returns the current date and time as a date 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 # 30
Which of the following statements best describes an Exception Retry within a Work Queue?

  • A. An Item that has been marked as Complete' after processing, is then reworked by the Process as if it were a new pending Item
  • B. When an Item that has been marked as 'Exception* after processing, is then sent to the manual team for review
  • C. When an Item that has been marked as 'Complete* after processing is then sent to the manual team for review
  • D. An Item that has been marked as 'Exception' after processing, is then reworked by the Process as if it were a new pending Item

Answer: D

Explanation:
Explanation
This is the correct definition of an exception retry within a work queue. It allows the process to attempt to process the item again after resolving the exception. 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 16)


NEW QUESTION # 31
A Blue Prism Decision stage needs to test the value of a column in the current row of a Collection The Collection is named 'Account Data' The Column is named 'Account Type' What is the correct way to reference the required column value in the Collection row. from within the Decision stage?

  • A. {Account Data Account Type)
  • B. [Account Type]
  • C. {Account Type}
  • D. Collection="Account Data. Column=Account Type,"
  • E. [Account Data Account Type]

Answer: E

Explanation:
Explanation
This is the correct way to reference the required column value in the collection row from within the decision stage. It uses square brackets to enclose the collection name and the column name. 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 # 32
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?

Answer:

Explanation:
CurrentException.Type
This is the correct expression to use in the calculation stage to output the current exception type to the data item. It uses the built-in object CurrentException and its property Type to get the value of the exception type.
References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 15)


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

  • A. '(Wildcard)
  • B. %%(Like)
  • C. <> (Not Equal)
  • D. ## (Decimal)
  • E. != (Not Equal)
  • F. Dynamic
  • G. = (Equal)

Answer: A,F,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 # 34
Which of the following are benefits of using a Blue Prism Work Queue in a Process design?
(Select all items which apply)

  • A. Enables secure storage and management of items being processed
  • B. All Work Queue data is available to view by all Blue Prism users through Control Room
  • C. Enables the same Work Queue item to be processed by the multiple Digital Workers at the same time
  • D. Enables robust audit information about items which have been processed
  • E. Provides data which can be used for effective reporting about items which have been processed

Answer: A,D,E

Explanation:
Explanation
These are the correct benefits of using a Blue Prism work queue in a process design. They allow the process to handle large volumes of data efficiently and securely, and provide useful information for analysis and improvement. The other options are incorrect because work queue data is not available to all users, and work queue items cannot be processed by multiple digital workers at the same time. References:
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20D (page 16)


NEW QUESTION # 35
Process rules or logic are evaluated in Blue Prism using which type of stage?

  • A. Logic
  • B. Calculation
  • C. Evaluate
  • D. Validate
  • E. Decision

Answer: E

Explanation:
Explanation
A decision stage is used to evaluate process rules or logic and branch the process flow based on the outcome of the evaluation. A decision stage can have multiple outcomes and can use expressions to compare values or check conditions1. References: 1
https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20


NEW QUESTION # 36
Which of the following items are valid Blue Prism Data Item data types?

  • A. Integer
  • B. Date
  • C. Flag
  • D. Number
  • E. Text
  • F. Yes/No
  • G. Dictionary

Answer: B,C,D,E


NEW QUESTION # 37
Which area of Blue Prism would you use to develop a Blue Prism Process?

  • A. Object Studio
  • B. Process Studio
  • C. Application Modeller
  • D. Development Studio
  • E. Application Navigator

Answer: B

Explanation:
Explanation
Process Studio is the area of Blue Prism where processes are created and edited using stages and links to form graphical representations of working computer programs that automate manual repetitive tasks. Process Studio provides various tools and features to design, test and debug processes. References:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpProcessStudio.htm
https://www.koenig-solutions.com/blue-prism-associate-developer-course


NEW QUESTION # 38
What is a Blue Prism Collection?

  • A. It is a feature which can group multiple Data Items together, simplifying your diagram
  • B. It is a container for multiple Blue Prism stages
  • C. 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
  • D. It is special type of stage in Blue Prism which collects data from various sources, which is then used in the Process

Answer: C

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 # 39
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. Child Count
  • B. Ordinal
  • C. Parent Class Name
  • D. Parent Ordinal
  • E. Class Name

Answer: D

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 # 40
Which of the following statements best describes a Blue Prism Local Data Item?

  • A. Blue Prism Data items which can be accessed from any Page in any Process in the same local environment
  • B. Blue Prism Data items which can be accessed from any Page in the same Process
  • C. Blue Prism Data items which can only be accessed from the Mam Page of the Process
  • D. Blue Prism Data items which can only be accessed from the Page in the Process where the item is placed

Answer: D

Explanation:
Explanation
This is the correct definition of a local 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 # 41
Examine the following Process flow:

The data item 'City V is configured as a Text data item and has an initial value of 'LiverpooI'.
The data item 'City 2' is configured as a Text data item and has an initial value of 'Manchester'.
The data item 'City 3* is configured as a Text data item and has an initial value of 'London'.
The data item 'List of Cities' is configured as a Text data item and has no initial value.
The 'Calc 1' stage is configured as follows:

What will the value of the list of Cities' data item be after the Process flow has run?

  • A. An Exception will be thrown as a data item with a Text data type cannot store a list of text values
  • B. Manchester. London
  • C. Liverpool Manchester.London

Answer: C

Explanation:
Explanation
The calculation stage will append the values of City 1, City 2 and City 3 to the List of Cities data item, separated by spaces. The text data type can store words or phrases as well as numerical identifiers, and it has no character limit if the data is input by another method than manual1. References: 1
https://bpdocs.blueprism.com/bp-7-0/en-us/helpDatatypes.htm


NEW QUESTION # 42
......

New Real ASDEV01 Exam Dumps Questions: https://drive.google.com/open?id=1s7_v9ZI4uiioN9ligyJC_FcTr9XCU0lt

Pass Your ASDEV01 Exam Easily with Accurate PDF Questions: https://www.dumpsactual.com/ASDEV01-actualtests-dumps.html