AD01 Actual Questions - Instant Download Tests Free Updated Today!
Get instant access of 100% real Blue Prism AD01 exam questions with verified answers
NEW QUESTION # 52
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 "B"
- B. The flow will pass through calculation stage "C"
- C. The flow will pass through calculation stage "A"
- D. An exception will be thrown
Answer: C
NEW QUESTION # 53
The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:
When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME', 'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.
It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:
A Navigate stage has been configured to press the ORDERS button:
To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?
- A. The ORDERS button cannot be clicked using this Dynamic button element, because the Window Text attribute value in Application Modeller is set as EXIT
- B. Using the Params button to open the Application Element Parameters window, the Window Text match value must be set to "ORDERS"
- C. A new element is required with the Window Text value set to 'Orders' and the Match Type set to equal
- D. Update the 'Mouse Button' Inputs value to "ORDERS1
Answer: B
NEW QUESTION # 54
Examine the following Process flow:
The 'Loop Customer List' loop is configured to loop through the 'Customer List' Collection.
Any Exceptions Encountered on the 'Email Customers' sub-page will be resolved in the same page.
How many times will the 'Email Customer' sub-page be executed?
- A. The loop will be infinite
- B. 0
- C. 1
- D. It's impossible to say without viewing the 'Email Customer' sub-page
- E. 2
Answer: E
NEW QUESTION # 55
Consider the following process flow:
What is the problem with this flow?
- A. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
- B. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
- 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 flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session.
Answer: A
NEW QUESTION # 56
Study the following image showing pan: of the flow within a process:
- A. 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.
- B. There is a missing Recover stage on one of the routes through the flow.
- C. The Retry Count is not being incremented for each retry.
- D. There is a missing Resume stage on one of the routes through the flow.
Answer: A,C
NEW QUESTION # 57
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as
"Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code:
{product code}" e.g. Product Code: CA123456.
What is the correct configuration to get the next item from the queue that:
* Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And
* Is a domestic customer
- A. Configure "Domestic and Product Code: <> LN?" in the Tag Filter parameter
- B. Configure "Domestic; -Product Code: LN*" in the Tag Filter parameter
- C. Configure "Domestic; -Product Code: LN?" in the Tag Filter parameter
- D. Configure "Domestic + [Product Code] <> LN*" in the Tag Filter parameter
Answer: D
NEW QUESTION # 58
Consider the following process flow from a sub-page of a process:
What is wrong with the flow shown in the image?
- A. The resume stage must also be within the exception block
- B. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
- C. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
- D. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' action again.
Answer: D
NEW QUESTION # 59 
What is wrong with the flow shown in the image?
- A. The resume stage must also be within the exception block
- B. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
- C. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the 'Search Screen -Perform Search' action again.
- D. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
Answer: C
Explanation:
Explanation
As per the process template the resume there should be another action or page after the resume stage.
NEW QUESTION # 60
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. None of these statements are correct
- C. The process will throw an exception
- D. The data item Result will contain 5
Answer: A
NEW QUESTION # 61
A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.
The values for the Windows Text attribute are Find' for the Find button. 'Save' for the Save button, Close' for the Close button and New' for the New Button.
The Dynamic Button element has been spied and has the following attributes set:
What additional configuration is required to ensure the Close button is selected by the Navigate stage?
- A. Set the Mouse Button value to Close'
- B. A new element is required with the Window Text value set to "Close and the Match Type set to equal
- C. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
- D. It is not possible to select the Close button using the Dynamic Button element because the value is set to
'Find in the Application Modeller
Answer: A
NEW QUESTION # 62
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 # 63
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] + 1
- B. [Attempts] = [Max]
- C. [Attempts] > [Max]
- D. [Attempts] < [Max]
Answer: D
NEW QUESTION # 64
After launching the order processing application, the following login screen is displayed to the user, requesting their login details:
The following Launch Action has been created in Blue Prism:
According to Blue Prism best practice, what should be configured between the Launch and End stages?
- A. A Write stage to enter the Staff Number and Password
- B. A Navigate stage to Attach to the application
- C. A Read Stage to read an element from the Login screen
- D. A Wait Stage to check for an element on the Login screen
Answer: D
Explanation:
* Analysis of the Launch Action:
* The action involves launching an order processing application, which brings up a login screen requesting the user's login details.
* The flow in the question shows a 'Launch' stage and an 'End' stage with no intermediate stages.
* Blue Prism Best Practices:
* According to Blue Prism best practices, after launching an application, it is essential to verify that the application has loaded successfully and is ready for further interaction.
* This verification is typically done using a wait stage to check for the presence of specific elements that confirm the application is ready, in this case, elements on the login screen.
* Reasoning for the Wait Stage:
* The Wait stage ensures that the login screen has fully loaded and the elements are available for interaction.
* This prevents the automation process from proceeding to the next steps too quickly, which could lead to errors if the elements are not yet ready.
* Implementation:
* Insert a Wait stage immediately after the Launch stage.
* Configure the Wait stage to check for a specific element on the login screen, such as the 'Staff Number' field or the 'Sign In' button.
* Only proceed to the next stages (entering login details, etc.) once the Wait stage confirms the presence of the required elements.
References:
* Blue Prism Developer Documentation: Best Practices for Wait Stages
* Blue Prism Training Material on Login Automation Procedures
NEW QUESTION # 65
When mapping the Training application, the User Name Field has been spied, but on highlighting the following situation is encountered:

Which of the following attributes would you use to help obtain a unique match?
- A. Control ID
- B. Ordinal
- C. Height
- D. Parent Window Text
Answer: A
NEW QUESTION # 66
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. Set an End Date on the Schedule, then create a new Schedule to Start after 3 months
- C. Pause the Schedule for the required period
- D. Clone the Schedule and set a new start date on the clone
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 # 67
Which of the following flows can you not create in Blue Prism? (Choose two.)
- A.

- B.

- C.

- D.

Answer: A,C
NEW QUESTION # 68
......
Download Latest & Valid Questions For Blue Prism AD01 exam: https://www.premiumvcedump.com/Blue-Prism/valid-AD01-premium-vce-exam-dumps.html
Exam Dumps for the Preparation of Latest AD01 Exam Questions: https://drive.google.com/open?id=1a36VqkQb2f0voK3ofIPRWOBoC87oFluO