AD01 Free Exam Study Guide! (Updated 72 Questions)
AD01 Dumps for Blue Prism Developer Certified Exam Questions & Answer
NEW QUESTION 10
Consider the following flow in an object:
Which of the following statements are true?
- A. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages)
- 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 an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
Answer: D
NEW QUESTION 11
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 "Recover1" stage.
- 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 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 would move to the breakpoint at "Get Customer Details" 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 "Exception1" stage.
Answer: C
NEW QUESTION 12
When entering an option within the Training Order system the relevant option number is entered into the Option number field as below. The Option number input field has been spied in Blue Prism:
The following attribute set has been returned by Application Modeller:
Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?
- A. Window Text
- B. Screen Visible
- C. Visible
- D. Class Name
Answer: A
NEW QUESTION 13
Consider the following diagram from an object studio action:
What is the problem with this flow?
- A. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
- B. There is a risk of the flow causing an infinite loop.
- C. There is nothing wrong with the object flow shown in this image.
- D. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly.
Answer: A
NEW QUESTION 14
Which of the following indicates a case has been worked successfully in a Work Queue?
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION 15
A process contains only 4 stages. Study the following process flow.
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. The process will throw an exception as the New Date data item is null.
- B. 5 days will be added to today's date and the result stored in the New Date data item.
- C. 1 week will be added to today's date and the result stored in the New Date data item.
- D. 1 month will be added to today's date and the result stored in the New Date data item.
Answer: D
NEW QUESTION 16
Study the process flow below:
The outputs for the Get Next Case are configured below:
A)
B)
C)
D)
- A. Option B
- B. Option C
- C. Option A
- D. Option D
Answer: D
NEW QUESTION 17
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. 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. The Retry Count is not being incremented for each retry.
- C. There is a missing Resume stage on one of the routes through the flow.
- D. There is a missing Recover stage on one of the routes through the flow.
Answer: D
NEW QUESTION 18
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 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.
- 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 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 would move to the appropriate recover stage on the 'Access Customer Account" page.
Answer: C
NEW QUESTION 19
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. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-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. 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.
Answer: C
NEW QUESTION 20
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 Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
- C. There is nothing wrong with this flow.
- 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 0.5 second wait stage should be removed so that the retries can be performed at full speed.
Answer: A
NEW QUESTION 21
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. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
- B. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- C. 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.
- D. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
Answer: B
NEW QUESTION 22
Examine the Process below:
An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 stage. If there is an error in the Calc1 stage which path will the Process take?
- A. The Error will cause the Process to terminate
- B. The Error will cause the Process to jump to the End Stage
- C. The Error will be recovered in the Recover2 Stage
- D. The Process will continue to the Resume1 Stage
Answer: C
NEW QUESTION 23
How can a session variable value be updated when a process is running? (select all that apply)
- A. By using the Internal - Session Variables business object.
- B. By updating the value in Control Room.
- C. By updating the value in Credential Manager.
- D. By pausing the Session Variables work queue.
Answer: B
Explanation:
Explanation
Reason: Session variable values to be update only in the Control room.
Below is the reference.
NEW QUESTION 24
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?
- A. A Blue Prism work queue is not required if the business process interfaces with a Work List system with-in-built capability to ensure multiple users cannot work the same case at the same time.
- B. A Blue Prism Work Queue decreases the scalability of the solution and therefore should only be used for complex scenarios such as multi-day processing.
- C. A Blue Prism work queue is not required for simple linear processes that do not work multiple cases.
- D. A Blue Prism work queue should always be used. It eliminates the risk of contention and allows you to gracefully pause the queue at any time.
Answer: A
NEW QUESTION 25 



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. An Internal Exception will be thrown
- D. Data Item Output Value contains C
Answer: A
NEW QUESTION 26
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 caught by Recover2 will not be preserved by the Re-Throw Exception stage
- B. The exception handling is not within an Exception Block.
- C. The Send Alerts process will never be run
- D. 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.
Answer: A
NEW QUESTION 27
When mapping the Training application the User field has been spied, but on highlight the following situation is encountered:

Which of the following attributes would you use to help obtain a unique match?
- A. Height
- B. parent Windows Text
- C. Ordinal
- D. Control ID
Answer: C
NEW QUESTION 28
Consider the following flow in an object:
Which of these statements is true?
- A. The wait stages after read stages should be removed, the wait stages after write stages should be left because the application will have been changed
- B. Only the first wait stage in this flow is required, all the other wait stages should be removed.
- C. The wait stages after read and write stages should be removed they are not required and are slowing the flow down
- D. The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action
Answer: C
NEW QUESTION 29
Which of the following Stages can be found in Process Studio AND Object Studio?
- A.

- B.

- C.

- D.

Answer: C
NEW QUESTION 30
When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)
- A. The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element
- B. Selected attributes are shown as ticks in the Match column of Application Modeller
- C. The attributes are provided to Blue Prism by the Target System
- D. The list of attributes may vary from application type to application type
Answer: B
NEW QUESTION 31
......
Use Real AD01 Dumps - 100% Free AD01 Exam Dumps: https://troytec.test4engine.com/AD01-real-exam-questions.html