Updated Mar-2023 Test Engine to Practice AD01 Test Questions
AD01 Real Exam Questions Test Engine Dumps Training With 102 Questions
Difficulty in writing AD01 Exam
Blue Prism Accredited Developer certification is a most privileged achievement one could be graced with. But contrary to common views and opinions certifying with Blue Prism is not that difficult. If the candidates have proper preparation material to pass the AD01 exam with good grades. Certification questions contain the most exceptional questions answers and clarifications which cover the entire course content. Certification questions have a brilliant Blue Prism AD01 exam dumps with most recent and important questions and answers in PDF files. TestSimulate is sure about the exactness and legitimacy of Blue Prism AD01 exam dumps and in this manner. Candidates can easily pass Blue Prism AD01 exam with genuine AD01 exam dumps and get Blue Prism certification skillful surely. These exam dumps are viewed as the best source to understand the Blue Prism Accredited Developer well by simply perusing these example questions and answers. If candidate complete practice the exam with certification AD01 exam dumps along with self-assessment to get the proper idea on Blue prism accreditation questions and answers for successful completion of the certification exam. Then he can pass the exam with good grades easily.
NEW QUESTION 30
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 Process will continue to the Resume1 Stage
- B. The Error will be recovered in the Recover2 Stage
- C. The Error will cause the Process to jump to the End Stage
- D. The Error will cause the Process to terminate
Answer: D
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 C
- C. Data Item Output Value contains A
- D. Data Item Output Value contains B
Answer: A
NEW QUESTION 32
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. 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.
- B. 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.
- 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. 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: B
NEW QUESTION 33
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. 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. - B. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank.
- C. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
- D. Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.
Answer: B
NEW QUESTION 34
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 "Recover 1 stage.
- 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 appropriate recover stage on the 'Access Customer Account" page.
- 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: B
NEW QUESTION 35
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. 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 are found.
- 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.
Reason: Is is common as the duplicate elements we are found by default as the attributes are provided by the application not by the blue prism. how do make our elements unique is not done by practicing and experience. ( This is also mentioned in the Foundation course and as well as in other Pdf too) - D. 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.
Answer: B
NEW QUESTION 36
How can an environment variable value be updated? (select all that apply)
- A. By updating the value in Credential Manager.
- B. By updating the value in System Manager
- C. By changing the Blue Prism Server configuration
- D. By using the Internal - Environment Variables business object
- E. By updating the value in Control Room
Answer: B
NEW QUESTION 37
If you can change a session variable when will the new value be available to the process?
- A. Next time resource PC starts
- B. Next time the process starts
- C. Next time a new case is taken from a WQ
- D. Immediately
Answer: D
Explanation:
Explanation/Reference:
Reference: https://www.quora.com/What-is-the-exact-use-of-session-variables-in-a-blue-prism
NEW QUESTION 38
Consider the following flow in an object:
Which of the following statements are true?
- A. There just needs to be a wait stage after the start stage to correct this action.
- B. There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.
- C. If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.
- 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
Explanation:
Intelligent wait stage should always be used after every stage and that should be minute wait to overcome the lag when the application runs and on wait should only be used when some of action interfacing the screens or any updating is going on as per the best practices pdf
NEW QUESTION 39
Examine the following process flow:
The Orders Collection contains the following data
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop though the Orders collection.
The Get Quantity stage is configured as follows:
What will the data item Saved Quantity contain after the execution of the page?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
NEW QUESTION 40
Study the following configuration:

Which of the following statements is correct?
- A. When the configuration is run in Control Room, it will become stuck in an infinite loop
- B. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Environment Variable is changed to True in System Manager
- C. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Environment Variable is changed to True in the Control Room
- D. When the configuration is run in Control Room, it will fail with an internal error on the first execution of the
'Switch?' stage with the error: Decision did not result in a yes/no answer
Answer: B
NEW QUESTION 41
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?
- A. The credentials stage is a read stage not a write stage
- B. There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
- C. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
- D. There is no need for a wait stage in the flow
Answer: B
NEW QUESTION 42
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 C
- D. Option B
Answer: A,D
NEW QUESTION 43
Which of the following indicates a case in a Work Queue is waiting to be worked?
- A.

- B.

- C.

- D.

Answer: D
NEW QUESTION 44
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.

Answer: D
NEW QUESTION 45 
What is wrong with the flow shown in the image?
- A. The resume stage must also be within the exception block
- B. 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.
- C. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
- D. 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.
Answer: D
Explanation:
Explanation
As per the process template the resume there should be another action or page after the resume stage.
NEW QUESTION 46
The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current",
"Saving" or "Loan".
What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?
- A. Configure "Current or Loan" in the Tag Filer parameter
- B. Configure "Current; Loan" in the Tag Filter parameter
- C. Configure "-Saving" in the Tag Filter parameter
- D. Configure "Current + Loan" in the Tag Filter parameter
Answer: B
NEW QUESTION 47
......
AD01 Actual Questions Answers PDF 100% Cover Real Exam Questions: https://www.testsimulate.com/AD01-study-materials.html