Best AD01 Exam Dumps for the Preparation of Latest AD01 Exam Questions
Download Latest & Valid Questions For Blue Prism AD01 exam
NEW QUESTION # 62
Which of the following statements regarding the use of Worker Queues are correct? (select 2 responses)
- A. Control Room allows filtering of the displayed queue items using exact tags and by using wildcards
- B. Tags can be used allow flexibility in the order items are worked within a single Work Queue
- C. Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action
- D. Work Queue item Status can only be set to Completed or Exception
Answer: A,C
NEW QUESTION # 63
Study at the following diagram which is an extract from a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error What will happen if you choose to step over (F10) when debugging the process?
- A. The process will work all stages in the 'Access Customer Account" page until the error is thrown and then focus would move to the appropriate recover stage on the 'Access Customer Account" page.
- B. The process will work all stages in the; Access Customer Account" page until the error is thrown and then focus will move to the "Get Customer Details" stage.
- C. The process would will all stages in the "Access Customer Account' page until the error is thrown and then focus will move to the stage containing the error on the ''Access Customer Account" page.
- D. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus will move to the "Recover 1 stage.
Answer: D
NEW QUESTION # 64
Examine the following diagram which has been extracted from a Blue Prism Process currently being tested in Process Studio
The Request Type is a text data item and will contain a text value which categorizes the type of request being processed. The Process Request stage has been assigned a Breakpoint with the following Breakpoint condition:
What will happen if you press the Go button when debugging the Process?
- A. If the 'Request Type' value equals "New Card", then the Process will stop at the Breakpoint on the
'Process Request' stage - B. If the 'Request Type' value equals "New Card" then the Process will flow to the End stage without stopping
- C. Breakpoints are unconditional therefore the Process flow will always stop at the 'Process Request' stage
- D. If the 'Request Type' value is not equal to "New Card", then the Process will stop at the Breakpoint on the 'Process Request' stage
Answer: A
Explanation:
* Understanding the Breakpoint:
* A breakpoint in Blue Prism is used to pause the execution of a process at a specific stage, allowing for debugging.
* The breakpoint can be conditional, meaning it will only pause the process if a specified condition is met.
* Analyzing the Breakpoint Condition:
* The provided condition is [Request Type] = "New Card".
* This means the breakpoint on the 'Process Request' stage will only trigger if the value of the
'Request Type' data item is "New Card".
* Possible Outcomes:
* Option A: Correct. If the 'Request Type' value equals "New Card", the process will stop at the
'Process Request' stage because the condition is met.
* Option B: Incorrect. If the 'Request Type' value equals "New Card", the process will stop at the breakpoint, not flow to the end without stopping.
* Option C: Incorrect. Breakpoints can be conditional, so they do not always stop the process unconditionally.
* Option D: Incorrect. The process will stop at the breakpoint if the 'Request Type' value equals
"New Card", not if it does not equal "New Card".
* Conclusion:
* The correct answer is A. If the 'Request Type' value equals "New Card", then the process will stop at the breakpoint on the 'Process Request' stage.
References:
* Blue Prism Developer Documentation: Debugging and Breakpoints
* Blue Prism Training Material on Conditional Breakpoints
NEW QUESTION # 65
How can an environment variable value be updated?
- A. By updating the value in System Manager.
- B. By updating the value in Credential Mode.
- C. By changing the Blue Prism Server configuration.
- D. By using the Internal - Environment Variables business object.
- E. By updating the value in Credential Manager.
Answer: D
NEW QUESTION # 66
Examine the Process below:
An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 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 terminate
- C. The Process will continue to the Resume 1 Stage
- D. The Error will cause the Process to jump to the End Stage
Answer: B
NEW QUESTION # 67
Consider the following flow in an object:
Which of the following statements are true?
- A. There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
- B. If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
- C. There just needs to be a wait stage after the start stage to correct this action.
- D. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
Answer: A
NEW QUESTION # 68
Please refer to the exhibit.
A Developer encountered an error while trying to highlight an element and realized that there are multiple similar elements on a web page with the same name Which of the following Attributes should be used to acquire a unique match?
- A. Web Element Type
- B. Web Text
- C. Match Index
- D. Ordinal
Answer: C
Explanation:
When encountering an error due to multiple similar elements on a web page with the same name, it's crucial to use an attribute that ensures a unique match.
* Match Index (Option D): This attribute is specifically designed to handle situations where multiple elements have similar properties. By setting the Match Index, you can specify which instance of the element should be used, ensuring a unique match.
The other options are less effective in this scenario:
* Web Text (Option A): This may not be unique if multiple elements have the same text.
* Ordinal (Option B): While it indicates the order, it's less precise compared to Match Index.
* Web Element Type (Option C): This doesn't help in distinguishing between multiple similar elements.
ReferencesConsult Blue Prism's best practices for dealing with web automation and handling multiple similar elements on a page. The Match Index attribute is commonly recommended for these cases.
NEW QUESTION # 69
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 "C"
- B. The flow will pass through calculation stage "B"
- C. An exception will be thrown
- D. The flow will pass through calculation stage "A"
Answer: B
NEW QUESTION # 70
Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?
- A. The specified Stop time has passed
- B. Immediate Stop' received from Control Room
- C. Priority of the remaining Queue Items is 0
- D. All the Queue Items have been processed
- E. 'Request Stop received from Control Room
Answer: A,E
Explanation:
The process will move to the 'Close Down' page directly from the 'Stop?' Decision stage under two conditions:
* The specified Stop time has passed: This condition checks if the current local time exceeds the configured stop time. In the provided Decision Properties, the condition LocalTime() > [Stop After Time] evaluates if the current time is beyond the stop time.
* 'Request Stop' received from Control Room: This condition is checked by the IsStopRequested() function. If the Control Room sends a stop request, this function returns true, causing the process to move to the 'Close Down' page.
Other conditions like Stop After Items and an immediate stop request from the Control Room are not mentioned in the process depicted in the exhibits. Therefore, only the two conditions mentioned above apply.
References:
* The Decision stage properties and conditions as shown in the provided exhibit.
* Blue Prism documentation on Decision stages and Control Room interactions for stopping processes.
NEW QUESTION # 71
Examine the following Exception handling taken from the Main Page of a Blue Prism Process:
Consider the following potential s as to what is wrong with the design:
1. The exception handling is not within an Exception Block.
2. There is no Resume stage in the shown process flow.
3. There is a potential for the flow to cause an infinite loop within the process.
4. Because the flow is on the Main Page of the process there should not be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to 'bubble up' to.
Which of the above appropriately describes what is wrong with this design?
- A. 2 and 4
- B. 4 only
- C. 1,2, 3 and 4
- D. 3 only
Answer: B
NEW QUESTION # 72
What is the syntax for using a collection field in an expression?
- A. Like this MyCollection.MyField
- B. Like this MyCollection[MyField]
- C. Like this [MyCollection.MyField]
- D. Like this [MyCollection[MyField]]
- E. Like this MyCollection(MyField)
Answer: C
NEW QUESTION # 73
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen.
Which is the correct configuration to ensure the New Order screen is in focus?
A)
B)
C)
D)
- A. Exhibit C
- B. Exhibit B
- C. Exhibit D
- D. Exhibit A
Answer: C
Explanation:
Explanation
For window application to ensure the new screen is in focus We need to activate the New screen as not the application
NEW QUESTION # 74
An action called ‘Get Account details’ fails with the following exception detail:
Which of the following could cause this exception?
- A. The Business Object has not been coupled to the application by either launching it or attaching to it.
- B. The Read Details action is not connected to another stage so cannot execute.
- C. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
- D. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance.
Answer: A
NEW QUESTION # 75
An Action in a Business Object needs to use Global Send Keys to populate the 'Staff Number' field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.
Examine the stage properties window below:
In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?
- A. Panel: Login Details
- B. Centrix Data Solutions
- C. Textbox: Staff Number
- D. Window: Login
Answer: C
NEW QUESTION # 76
Examine the following Blue Prism Process diagram:
The initial values for the 2 data items are displayed in the diagram above.
The expression in 'Decision A' is:
Len([City 1]) > Len([City 2])
The expression in 'Decision B' is:
Mid([City2].3,1) = " "
The expression in 'Decision C' is:
Left([City 1], 5) = "manch" AND EndsWith([City 2], "York")
What will happen when the process flow executes?
- A. The diagram will flow through the Calculation stage named 'A'
- B. The diagram will flow through the Calculation stage named 'C
- C. The diagram will flow through the Calculation stage named 'B'
- D. The diagram will flow to the Exception stage which will raise a new exception
Answer: B
NEW QUESTION # 77
Consider the following flow within an Object Studio action:
The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.
What problems do you see within the flow?
- A. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- B. The credentials stage is a read stage not a write stage.
- C. There is no need for a wait stage in the flow.
- D. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work.
Answer: A
NEW QUESTION # 78
The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".
Which of the following statements is correct?
- A. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
- B. If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
- C. None of these statements are correct
- D. If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage
Answer: B
NEW QUESTION # 79
A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?
- A. Retire the Schedule for the required period. then Unretire it
- B. Clone the Schedule and set a new start date on the clone
- C. Pause the Schedule for the required period
- D. Set an End Date on the Schedule, then create a new Schedule to Start after 3 months
Answer: C
Explanation:
* Pausing a Schedule:
* Pausing the schedule is the best practice for temporarily stopping a process. This maintains the schedule's configuration and simply suspends its execution for the specified period.
* Maintaining Configuration:
* Pausing the schedule ensures that once the period is over, the same schedule can be resumed without needing to recreate it or adjust any start/end dates. This approach is simpler and minimizes the risk of configuration errors.
* Reactivation:
* After the required period, the schedule can be easily unpaused to resume its normal operation.
References:
* Blue Prism documentation on scheduling and best practices for managing schedules.
NEW QUESTION # 80
Study the following image showing pan: of the flow within a process:
What problems do you see with the process flow? (select 2 responses)
- A. There is a missing Recover stage on one of the routes through the flow.
- B. If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.
- C. There is a missing Resume stage on one of the routes through the flow.
- D. The Retry Count is not being incremented for each retry.
Answer: B,D
NEW QUESTION # 81
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business".
What is the correct configuration to get the next item from the queue that is tagged either "Retail" or
"Business"?
- A. Configure "Retail + Business' in the Tag Filter parameter
- B. Configure "Retail; Business" in the Tag Filter parameter
- C. Configure "-Domestic" in the Tag Filter parameter
- D. Configure "Retail or Business" in the Tag Filter parameter
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION # 82
Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error.
What will happen if you choose to step out (SHIFT + F11) when debugging the process?
- A. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page.
- B. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.
- C. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception1" stage.
- D. The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Recover1" stage.
Answer: B
NEW QUESTION # 83
Which of the following Work Queue icons indicates a case is waiting to be worked?
- A.

- B.

- C.

- D.

Answer: C
Explanation:
* Understanding Work Queue Icons in Blue Prism:
* Each work queue icon in Blue Prism represents a different status of a work queue item.
* Icons and Their Meanings:
* Option A (Checkmark): This indicates that the item has been completed successfully.
* Option B (Flag): This icon typically represents an item that is waiting to be worked on or is flagged for attention.
* Option C (Lock): This indicates that the item is locked and cannot be processed.
* Option D (Three Dots): This icon represents a case that is currently being worked on by a digital worker.
* Conclusion:
* The icon that indicates a case is waiting to be worked is Option B (flag).
References:
* Blue Prism Developer Documentation: Work Queue Icons and Status Indicators
* Blue Prism Training Material on Work Queue Management
NEW QUESTION # 84
......
Exam Materials for You to Prepare & Pass AD01 Exam: https://www.exam4pdf.com/AD01-dumps-torrent.html
Ensure Success With Updated Verified AD01 Exam Dumps: https://drive.google.com/open?id=15XPFqeHfGvjXjtnnhYLMK_8OeDBHNGQv

