[Dec-2024] Latest Blue Prism AD01 Certification Practice Test Questions Verified AD01 Dumps Q As - 1 Year Free Quickly Updates NEW QUESTION # 17 Examine the process flow:The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.Data Item \'Attempts\' is a number data item with an initial value of 0Data Item \'Max Attempts\' [...]

[Dec-2024] Latest Blue Prism AD01 Certification Practice Test Questions [Q17-Q38]

Share

[Dec-2024] Latest Blue Prism AD01 Certification Practice Test Questions

Verified AD01 Dumps Q&As - 1 Year Free & Quickly Updates

NEW QUESTION # 17
Examine the process flow:

The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.
Data Item "Attempts" is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?

  • A. [Max] + 1
  • B. [Attempts] + 1
  • C. Attempts + 1
  • D. +1

Answer: C


NEW QUESTION # 18
Consider the following process flow:

What is the problem with this flow?

  • A. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
  • B. The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
  • C. The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
  • D. There is nothing wrong with this flow.
  • E. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly

Answer: D


NEW QUESTION # 19
Which of the following Stages can be found Process Studio but NOT Object studio?

  • A. Option B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: B


NEW QUESTION # 20
A process contains only 4 stages. Study the following process flow:

The data item 'Result' is a number data item with an initial value of 2.
The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?

  • A. The data item Result will contain 3
  • B. The data item Result will contain 5
  • C. The process will throw an exception
  • D. None of these statements are correct

Answer: B


NEW QUESTION # 21
Which of the following Stages can be found in Process Studio but NOT in Object Studio?

  • A.
  • B.
  • C.
  • D.

Answer: D


NEW QUESTION # 22
Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

  • A. The flow will pass through calculation stage "A"
  • B. The flow will pass through calculation stage "C"
  • C. The flow will pass through calculation stage "B"
  • D. An exception will be thrown

Answer: A


NEW QUESTION # 23

The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.
Data Item 'Attempts' is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?

  • A. [Attempts] < [Max]
  • B. [Attempts] + 1
  • C. [Attempts] = [Max]
  • D. [Attempts] > [Max]

Answer: A

Explanation:
This expression will evaluate to true as long as the number of attempts is less than the maximum number of attempts, which means the process will try again. If the expression is false, it means the number of attempts has reached or exceeded the maximum number of attempts, which means the process will throw an exception.
References:
https://portal.blueprism.com/sites/default/files/2020-06/Blue%20Prism%20Certification%20-%20Developer.pdf (page 2)


NEW QUESTION # 24
Examine the Process below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 1 stage. If there is an error in the Calc 1 stage which path will the Process take?

  • A. The Error will be recovered in the Recover2 Stage
  • B. The Error will cause the Process to jump to the End Stage
  • C. The Error will cause the Process to terminate
  • D. The Process will continue to the Resume 1 Stage

Answer: C


NEW QUESTION # 25
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?

  • A. A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
  • B. A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.
  • C. A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
  • D. A Blue Prism work queue is not required if the business process interfaces with a Work List system with-in-built capability to ensure multiple users cannot work the same case at the same time.

Answer: D


NEW QUESTION # 26
Which of the following Stages can be found Process Studio but NOT Object studio?

  • A. Option B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: B


NEW QUESTION # 27
When configuring an object's run mode which of the following is true?

  • A. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
  • B. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
    Don't have a exact reason, shared this question to some of the expertise and I am waiting for the answer.
  • C. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
  • D. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.

Answer: C


NEW QUESTION # 28
Consider the following process flow:

What is the problem with this flow?

  • A. The flow contains a recover stage and a route from it without a resume stage. This will cause internal errors on future exceptions thrown in the same session.
  • B. The Attach Block should be enlarged to also include the Waited Long Enough decision stage.
  • C. There is nothing wrong with this flow.
  • D. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
  • E. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly

Answer: D


NEW QUESTION # 29
You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.
Which of the following statements is true?

  • A. A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.
  • B. It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.
  • C. You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.
  • D. It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.

Answer: B

Explanation:
Reason: Is is common as the duplicate elements we are found by default as the attributes are provided by the application not by the blue prism. how do make our elements unique is not done by practicing and experience. ( This is also mentioned in the Foundation course and as well as in other Pdf too)


NEW QUESTION # 30
Examine the following process flow:

The Loop Orders loop is configured to loop through the Orders collection.
How Many times will the 'Process Order' page be executed?

  • A. 0
  • B. The loop will be infinite
  • C. It's impossible to tell. There is no loop counter.
  • D. 1

Answer: A

Explanation:
Explanation
Loop Orders is configuring to the Orders collection and as per the diagram in the order collection there are 15 rows so the loop is run till 15 times and the process order page will executed 15 times.


NEW QUESTION # 31
Consider the following flow in an object:

Which of these statements is true?

  • A. The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action
  • B. The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed
  • C. The wait stages after read and write stages should be removed they are not required and are slowing the flow down
  • D. Only the first wait stage in this flow is required, all the other wait stages should be removed.

Answer: C


NEW QUESTION # 32
How many Start Stages can a sub-page in a Process have?

  • A. 0
  • B. Any Number
  • C. 1
  • D. 2

Answer: A


NEW QUESTION # 33
Which of the following activities can you perform in Blue Prism Control Room?
(select all items which apply)

  • A. Refresh Work Queue data
  • B. Encrypt a Work Queue
  • C. Set the Maximum Attempts parameter for the Work Queue
  • D. Delete items from a Work Queue
  • E. Create a Work Queue
  • F. Rename a Work Queue

Answer: A,B,C,D

Explanation:
* Understanding Control Room Functions:
* The Control Room in Blue Prism is used to manage and monitor running processes and manage work queues.
* Capabilities of Control Room:
* Set the Maximum Attempts parameter for the Work Queue (Option A): This is a parameter setting available in the Control Room for work queues.
* Rename a Work Queue (Option B): Work queues cannot be renamed from the Control Room.
* Delete items from a Work Queue (Option C): Items in a work queue can be deleted from the Control Room.
* Refresh Work Queue data (Option D): The Control Room allows refreshing the data displayed for work queues.
* Create a Work Queue (Option E): Work queues are created in the System Manager, not in the Control Room.
* Encrypt a Work Queue (Option F): This can be managed from the Control Room to ensure data security.
* Conclusion:
* The activities you can perform in Blue Prism Control Room are:
* A. Set the Maximum Attempts parameter for the Work Queue
* C. Delete items from a Work Queue
* D. Refresh Work Queue data
* F. Encrypt a Work Queue
References:
* Blue Prism Developer Documentation: Control Room Functions
* Blue Prism Training Material on Work Queue Management


NEW QUESTION # 34
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop though the Orders collection.
The Get Quantity stage is configured as follows:

What will the data item Saved Quantity contain after the execution of the page?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A


NEW QUESTION # 35
An action called 'Get Account details' fails with the following exception detail:

Which of the following could cause this exception?

  • A. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
  • B. The Business Object has not been coupled to the application by either launching it or attaching to it.
  • C. The Read Details action is not connected to another stage so cannot execute.
  • D. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.

Answer: B


NEW QUESTION # 36
Which of the following Stages can be found in Process Studio AND Object Studio?
A)

B)

C)

D)

  • A. Option B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: A

Explanation:
Reason: Only the choice stage is found in both process and object studio rest all other stages are found only in the object studio.


NEW QUESTION # 37
Examine the following Process flow which calculates the total of all customer credit transactions:
The 'Customer Transactions' Collection contains the following data

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between
01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?

  • A. MakeNumber([Customer Transactions.Transaction Code]) >= 50
  • B. ToNumber([Transaction Code]) >= 50
  • C. ToNumber([Customer Transactions Transaction Code]) >= 50
  • D. [Customer Transactions Transaction Code] >= 50
  • E. MakeNumber([Transaction Code]) >- 50
  • F. [Transaction Code] >= 50

Answer: C

Explanation:
To ensure that only credit transactions are included when calculating the total of customer credits, the 'Credit Transaction?' decision stage needs to check if the transaction code is between 50 and 99. Given that transaction codes are stored as text, we need to convert these values to numbers before performing the comparison.
* Customer Transactions Collection:
* The 'Transaction Code' column contains text values representing the transaction codes.
* Credit Transaction Identification:
* Credit transactions have transaction codes between 50 and 99.
* Therefore, the correct condition should convert the text transaction code to a number and check if it is greater than or equal to 50.
* Decision Stage Expression:
* The correct expression is ToNumber([Customer Transactions.Transaction Code]) >= 50, which ensures that only credit transactions are included in the total calculation.
References:
* Blue Prism Process Design guidelines
* Data type conversion functions in Blue Prism


NEW QUESTION # 38
......

Latest 2024 Realistic Verified AD01 Dumps - 100% Free AD01 Exam Dumps: https://freetorrent.braindumpsvce.com/AD01_exam-dumps-torrent.html