Latest AD01 exam dumps with real Blue Prism questions and answers
AD01 Exam in First Attempt Guaranteed
What is the duration of the AD01 Exam
- Format: Multiple choices, multiple answers
- Cost: 60$
- Number of Questions: 60
- Passing Score: 70%
- Length of Examination: 60 minutes
NEW QUESTION 39
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 process will throw an exception
- B. The data item Result will contain 3
- C. The data item Result will contain 5
- D. None of these statements are correct
Answer: B
NEW QUESTION 40
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 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 41
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. It's impossible to tell. There is no loop counter.
- C. 1
- D. The loop will be infinite
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 42
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. It's impossible to say without viewing the 'Email Customer' sub-page
- B. 0
- C. 1
- D. 2
- E. The loop will be infinite
Answer: C
NEW QUESTION 43
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. Option C
- B. Option D
- C. Option B
- D. Option A
Answer: A
NEW QUESTION 44
A Blue Prism solution interfaces with an internet application called HappyWeb There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.
Which of the following is true?
- A. All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
- B. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
- C. An Environment variable should be used to store the HappyWeb URL.
- D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Answer: C
NEW QUESTION 45
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. 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 - C. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
- D. A new element is required with the Window Text value set to "Close and the Match Type set to equal
Answer: C
Explanation:
Explanation
Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value "close" as other attributes are identical we only have window text to make our fingerprint unique.
NEW QUESTION 46
Which of the following Stages can be found in Process Studio but NOT in Object Studio?
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION 47
When building a solution to use Tags within a Work Queue, which of the following statements is correct true?
- A. Adding a tag does not require an item to be locked
- B. Adding a tag requires an item to be locked if there are multiple resources working the same queue
- C. Adding a tag requires an item to be locked
Answer: A
NEW QUESTION 48
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:
A navigate stage has been configured to press the Close button:
What additional configuration is required to ensure the Close button is selected by the Navigate stage?
- A. A new element is required with the Window Text value set to 'Close' and the Match Type set to equal
- B. 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 - C. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
- D. Set the Mouse Button value to 'Close'
Answer: C
NEW QUESTION 49
Consider the following flow in an object:
Which of these statements is true?
- A. The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
- B. Only the first wait stage in this flow is required, all the other wait stages should be removed.
Reason: There is no wait stage required after Read and write stage as it makes the process lengthy here, because here no activity is performed which are taking time to read and write so wait is not useful.
Here wait is required for search fields as there the activity is happening in which it is required for wait. - C. The wait stages after read and write stages should be removed they are not required and are lowing the flow down
- D. The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed
Answer: C
NEW QUESTION 50
An action called Get Account details' fails with the following exception detail:
Which of the following could cause this exception?
- A. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
- 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. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
Answer: B
Explanation:
Explanation
Reason: This is happening when the application is not attached or launched and user tries to read the action.
Exercise also mentioned in the foundation course. Below snapshot is from the Exception pdf.
NEW QUESTION 51
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
- A. For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
- B. There is nothing wrong with the sub-page flow shown in this image.
- C. The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
- D. The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
Answer: B
Explanation:
Explanation
NEW QUESTION 52
The data item "Loop Counter" is a number data item and has an initial value of 0.
The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?
- A. 0
- B. 1
- C. 2
- D. The loop will be infinite
Answer: A
NEW QUESTION 53
Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
- A. Data Item Output Value contains "A"
- B. Data Item Output Value contains "B"
- C. Data Item Output Value contains "C"
- D. An Internal Exception will be thrown
Answer: C
NEW QUESTION 54
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 "-Domestic" in the Tag Filter parameter
- B. Configure "Retail + Business' in the Tag Filter parameter
- C. Configure "Retail or Business" in the Tag Filter parameter
- D. Configure "Retail; Business" in the Tag Filter parameter
Answer: C
NEW QUESTION 55
Examine the following Process flow:
This is the Main Page of a simple process which calls the 'Calculation' Page before completing.
The data items are configured as follows:
Value-1 is a number data item with an initial value of 100.
Value-2 is a number data item with an initial value of 4.
Result is a number data item with no initial value.
The Calculation Page Reference stage is configured as follows:
The Calculation Page is configured as follows:
The Data Items are configured as follow:
Value-1 is a Number data item with an initial value of 200
Value-2 is a Number data item with an initial value of 4
Result is a Number data item with no initial value
The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.
The 'Divide' Calculation stage expression is [Value-1] / [Value-2]
The End stage is configured to pass back the value of the Result data item as an output parameter.
What will be contained in the Result data item on the Main Page following the execution of the Process?
- A. 0
- B. 1
- C. 37.5
- D. 2
Answer: A
NEW QUESTION 56
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. 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.
- B. 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.
- 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 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 is found.
Answer: C
NEW QUESTION 57
A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?
- A. Workflow
- B. Main Window
- C. Username (Edit Field)
- D. Login Window
Answer: A
NEW QUESTION 58
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)
- A. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel, Adhoc, Database
- B. Something that identifies exact datetime of a step in the process. Example of tags might include:
Account Closed 20/03/2017 12:12:16, Work Completed 20/03/2017 12:12:16, Request Loaded
20/03/2017 12:12:16 - C. Details of an exception that has occurred. For example: The Login Screen was not found.
- D. Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example:
+4407994446767, 00023231A, Mr John A Smith. - E. Something that identifies the type of work that was performed. Example tags might be: Funds Transferred, SIM Card Requested, Account Closed, Account Suspended, Account Noted
- F. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognized customer, Goneaway Marker, Invalid Status
Answer: A,E,F
NEW QUESTION 59
If you change a session variable when will the new value be available to the process?
- A. Next time a new case is taken from a WQ
- B. Immediately
- C. Next time the process starts
- D. Next time resource PC starts
Answer: B
Explanation:
Explanation/Reference: https://www.quora.com/What-is-the-exact-use-of-session-variables-in-a-blue-prism
NEW QUESTION 60
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?
- A. The most likely cause for the errors is that your application has changed.
- B. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
- C. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- D. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait.
This is mentioned in the Process creation exercise or Lifecycle exercise.
Answer: C
NEW QUESTION 61
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?
- A. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- B. The most likely cause for the errors is that your application has changed.
- C. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
- D. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
Answer: D
NEW QUESTION 62
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. It's impossible to tell. There is no loop counter.
- C. 1
- D. The loop will be infinite
Answer: A
NEW QUESTION 63
......
Exam Sure Pass Blue Prism Certification with AD01 exam questions: https://www.testsimulate.com/AD01-study-materials.html