[Feb-2023] AD01 Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund
Pass Blue Prism AD01 Exam With Practice Test Questions Dumps Bundle
NEW QUESTION 52
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? (select 2 responses)
- A. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- B. There is not a Resume stage following the timeout of the Wait stage
- C. A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
- D. The credentials stage is a read stage not a write stage.
Answer: C,D
NEW QUESTION 53
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. There is nothing wrong with this flow.
- C. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
- D. 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.
- E. The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
Answer: A
NEW QUESTION 54
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 5
- B. The process will throw an exception
- C. None of these statements are correct
- D. The data item Result will contain 3
Answer: D
NEW QUESTION 55
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot identify the same element any longer, your object flow is giving you ‘Element not found’ exceptions.
Which of the following statements is true?
- A. It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL. The developer needs to ensure that any changeable attributes are unticked.
- B. This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.
- C. This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem.
- D. The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.
Answer: A
NEW QUESTION 56
Look at this flow diagram from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?
- A. It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.
- B. The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.
- C. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
- D. Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.
- E. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
Answer: C
NEW QUESTION 57
The following Calculation Stage uses the Todays 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 Text, an exception will be thrown on execution of the calculation stage
- B. None of these statements are correct
- C. If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
- D. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
Answer: C
NEW QUESTION 58
Which of the following Stages can be found in Process Studio AND Object Studio?
A)
B)
C)
D)
- A. Option C
- B. Option D
Reason: Only the choice stage is found in both process and object studio rest all other stages are found only in the object studio. - C. Option A
- D. Option B
Answer: D
NEW QUESTION 59
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.
- C. 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.
- D. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
Answer: C
NEW QUESTION 60 



What will be the outcome after the page has run?
- A. An Internal Exception will be thrown
- B. Data Item Output Value contains C
- C. Data Item Output Value contains B
- D. Data Item Output Value contains A
Answer: A
NEW QUESTION 61
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.
- C. 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.
- D. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
Answer: C
NEW QUESTION 62
Consider the following process flow from a sub-page of a process:
What is wrong with the flow shown in the image?
- A. 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.
- B. 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.
- C. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
- D. The resume stage must also be within the exception block
Answer: B
NEW QUESTION 63
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 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, 00023231 A; Mr John A Smith - 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. Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status
- D. 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
- E. Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database
- F. Details of an exception that has occurred. For example: The Login Screen was not found.
Answer: C,D,E
NEW QUESTION 64
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: D
NEW QUESTION 65
A process contains only 4 stages. Study the following process below:
The data item ‘New Date is a date data item with no initial value.
The calculation stage is configured as follows:
What will happen when you execute the Create Date stage?
- A. 1 month will be added to today’s date and the result stored in the New Date data item.
- B. 1 week will be added to today’s date and the result stored in the New Date data item.
- C. The process will throw an exception as the New Date data item is null.
- D. 5 days will be added to today’s date and the result stored in the New Date data item.
Answer: A
NEW QUESTION 66
Study the process flow below:
The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A:
B:
C:
D:
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: A
NEW QUESTION 67
Which of the following flows can you not create in Blue Prism? (select 2 responses) A:
B:
C:
D:
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: C,D
NEW QUESTION 68
Consider the following process flow from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?
- A. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
- B. The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all be on the main page instead.
- C. The Stop? decision stage should be removed from the process flow, as Stop times is configured either within the Scheduler or processes are stopped via Control Room.
- D. The Reset Global Data page is not required because sub-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
- E. There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.
Answer: C
Explanation:
Explanation
NEW QUESTION 69
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 site available for processing live cases in HappyWeb.
Which of the following is true?
- A. An Environment variable should be used to store the HappyWeb URL.
- B. All development and testing MUST be done using the production site. This is because the test and training websites might not mirror production exactly.
- C. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
- D. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
Answer: B
NEW QUESTION 70 
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: B
NEW QUESTION 71
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 exceptions is that best practice exception handling has not been incorporated into the Process.
- B. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- C. The most likely cause for the errors is that your application has changed.
- 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: B
NEW QUESTION 72
The following Calculation Stage uses the Todays 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 Text, an exception will be thrown on execution of the calculation stage
- B. None of these statements are correct
- C. If the data item "Today" is configured with a Data Type of Date Time, an exception will be thrown on execution of the calculation stage
- D. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
Answer: C
NEW QUESTION 73
......
2023 Valid AD01 test answers & Blue Prism Exam PDF: https://pass4sure.dumpstorrent.com/AD01-exam-prep.html