[Nov-2021] Download Real Blue Prism AD01 Exam Dumps Test Engine Exam Questions
New AD01 exam dumps Use Updated Blue Prism Exam
For more info visit:
NEW QUESTION 29
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.
What is wrong with the design?
- A. The exception handling is not within an Exception Block.
- B. 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.
- C. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
- D. The Send Alerts process will never be run
Answer: C
NEW QUESTION 30
Study the process flow below:
The outputs for the Get Next Case are configured below:
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: A
NEW QUESTION 31 



What will be the outcome after the page has run?
- A. An Internal Exception will be thrown
- B. Data Item Output Value contains A
- C. Data Item Output Value contains C
- D. Data Item Output Value contains B
Answer: A
NEW QUESTION 32
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. 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. An Environment variable should be used to store the HappyWeb URL.
- C. Three different versions of object that launches the HappyWeb website will need to be created and maintained, one for each environment.
- D. A local text file should be used to easily configure the details of the HappyWeb website to be used in each Blue Prism environment.
Answer: A
NEW QUESTION 33
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 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.
- C. 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.
- 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 "Get Customer Details" stage.
Answer: C
NEW QUESTION 34
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 Main Page is handling exceptions?
- A. 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.
- B. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
- C. 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.
- D. 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.
- E. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
Answer: E
NEW QUESTION 35
Study the following image showing part of the flow within a process:
What problems do you see with the process flow? (Choose two.)
- 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 Resume stage on one of the routes through the flow.
- C. There is a missing Recover stage on one of the routes through the flow.
- D. The Retry Count is not being incremented for each retry.
Answer: A,C
Explanation:
Explanation/Reference:
NEW QUESTION 36
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. Login Window
- D. Username (Edit Field)
Answer: B
Explanation:
Explanation/Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
NEW QUESTION 37
Which of the following indicates a case in a Work Queue is an exception?
- A.

- B.

- C.

- D.

Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 38
Examine the flow below:
An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. The ‘Yes’ path has been taken from the “Throw new Exception?” decision stage. Consider the Throw Exception stage properties below:
How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page1?
- A. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- B. Leave the Exception Type field blank and type “Business Exception” in the Exception Detail field.
- C. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank.
- D. Configure Exception Type() in the Exception Type field and ExceptionDetail() in the Exception Detail field.
Leave the Preserve the type and detail of the current exception checkbox un-ticked.
Answer: C
NEW QUESTION 39
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. 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.
- B. 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.
- 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 40
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 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 exceptions is that best practice exception handling has not been incorporated into the Process.
- D. The most likely cause for the errors is that your application has changed.
Answer: A
Explanation:
Explanation
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.
NEW QUESTION 41
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: I_N"" 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: C
NEW QUESTION 42
Which of the following indicates a case in a Work Queue is waiting to be worked?
A:
B:
C:
D:
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: D
NEW QUESTION 43
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. Login Window
- D. Username (Edit Field)
Answer: B
Explanation:
Explanation/Reference:
Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
NEW QUESTION 44
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 is not connected to another stage so cannot execute.
- B. The Read Details action in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
- C. The Business Object has not been coupled to the application by either launching it or attaching to 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: C
NEW QUESTION 45
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. None of these statements are correct
- B. The process will throw an exception
- C. The data item Result will contain 3
- D. The data item Result will contain 5
Answer: C
NEW QUESTION 46
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. Set the Mouse Button value to 'Close'
- 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: C
NEW QUESTION 47
Examine the flow below:
An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:
How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?
- A. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- B. Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.
- C. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
- D. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
Answer: B
NEW QUESTION 48
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 "C"
- B. An Internal Exception will be thrown
- C. Data Item Output Value contains "A"
- D. Data Item Output Value contains "B"
Answer: A
NEW QUESTION 49
......
How to book the AD01 Exam
These are following steps for registering the AD01 exam. Step 1: Visit to Pearson Exam Registration Step 2: Signup/Login to Pearson VUE account Step 3: Search for Blue Prism AD01 Exam Certifications Exam Step 4: Select Date, time and confirm with payment method
Pass Your AD01 Dumps as PDF Updated on 2021 With 72 Questions: https://www.easy4engine.com/AD01-test-engine.html
Verified AD01 Dumps Q&As - AD01 Test Engine with Correct Answers: https://drive.google.com/open?id=1XMVU0CrvxSwvCv-7Gich5sBf7dziQTgp

