New (2022) Download free AD01 PDF for Blue Prism Practice Tests
100% Free AD01 Files For passing the exam Quickly
NEW QUESTION 51
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. 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.
- B. There is not a Resume stage following the timeout of the Wait stage
- C. There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
- D. The credentials stage is a read stage not a write stage
Answer: A,C
NEW QUESTION 52
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 in the Get Account Details Business Object no longer exists but the Process is attempting to use it.
- D. The Read Details action is not connected to another stage so cannot execute.
Answer: B
NEW QUESTION 53
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 5
- C. The data item Result will contain 3
- D. None of these statements are correct
Answer: C
NEW QUESTION 54
Consider the following diagram from an object studio action:
What is the problem with this flow?
- A. There is a risk of the flow causing an infinite loop.
- B. There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly.
- C. There is nothing wrong with the object flow shown in this image.
- D. The Exception Block should be removed from the page so that all exceptions on that page can be recovered.
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 no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?
- A. 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.
- B. 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
- C. 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. - D. 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.
Reason: This is happening when identifying the elements in application modeler some of the details which are changing on the different environment and while identifying the elements in application modeler the developer takes the element whose values are changing and when the application run on the different path at that point of the time the process is able to expecting values eg same url, date or title but it is not at there so the process terminates. Follow the best practice for this.
Answer: D
NEW QUESTION 56
Which of the following statements about Business Objects is true?
- A. It is Blue Prism best practice to include business rules within Business Objects
- B. A Business Object is configured in the Studio area of Blue Prism
- C. A Business Object can be exposed to Control Room
- D. Logging of individual stages is not configurable in Business Objects
Answer: B
Explanation:
Explanation
Reason: As the business object is only configure in the Object studio.
Rest all other reasons are failed.
NEW QUESTION 57
Consider the following flow in an object:
Which of these statements is true?
- A. The flow shown in the diagram is correct, the wait stages are all adding a high level of robustness to the action
- B. The wait stages after read and write stages should be removed they are not required and are slowing the flow down
- C. Only the first wait stage in this flow is required, all the other wait stages should be removed.
- D. 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
Answer: B
NEW QUESTION 58
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
- A. Write Stage
- B. Navigate Stage
- C. Read Stage
- D. Notes Stage
Answer: A
Explanation:
Explanation/Reference:
Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
NEW QUESTION 59
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. 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
- C. There just needs to be a wait stage after the start stage to correct this action.
- D. If during testing in object studio this flow works no additional wait stages should be added as they will slow the interface down.
Answer: B
NEW QUESTION 60
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. Username (Edit Field)
- B. Main Window
- C. Workflow
- D. Login Window
Answer: B
Explanation:
Explanation
Explanation/Reference: https://www.rpaforum.net/threads/global-send-keys-and-send-key-events.1587/
NEW QUESTION 61
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 Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
- C. 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.
- D. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
- 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: D
NEW QUESTION 62
How can a session variable value be updated when a process is running? (Choose all that apply.)
- A. By updating the value in Credential Manager.
- B. By pausing the Session Variables work queue.
- C. By using the Internal - Session Variables business object.
- D. By updating the value in Control Room.
Answer: D
NEW QUESTION 63
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. Screen Visible
- B. Class Name
Reason: As the window text is not unique when the value is changed and bp is able to spied at time a error would come. So there is no use of window text. - C. Visible
- D. Window Text
Answer: D
NEW QUESTION 64
Consider the following process flow:
What is the problem with this flow?
- A. The Attach Block should be enlarged to also include the 'Waited Long Enough?' decision stage.
- B. 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.
- C. The 0.5 second wait stage should be removed so that the retries can be performed at full speed.
- D. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
- E. There is nothing wrong with this flow.
Answer: D
NEW QUESTION 65
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. Class Name
- B. Screen Visible
- C. Visible
- D. Window Text
Answer: D
NEW QUESTION 66
......
Certification Path
The Blue Prism Accredited Developer certification is a foundational exam path and includes only one AD01 certification exam.
AD01 Premium Exam Engine - Download Free PDF Questions: https://torrentvce.pass4guide.com/AD01-dumps-questions.html