[Dec-2021] Latest Blue Prism AD01 exam dumps and online Test Engine
Blue Prism AD01: Selling Blue Prism Developer Products and Solutions
Who should take the AD01 exam
The Blue Prism Accredited Developer certification is an internationally-recognized validation that identifies persons who earn it as possessing skilled as a Blue Prism Accredited Developer. If a candidate wants significant improvement in career growth needs enhanced knowledge, skills, and talents. The Blue Prism Accredited Developer AD01 Exam certification provides proof of this advanced knowledge and skill. If a person has the necessary knowledge, skills required of a Blue Prism Accredited Developer AD01 Exam then he should take this exam.
NEW QUESTION 41
Consider the following process flow:
Decision "A" properties are:
Decision "B" properties are:
Decision "C" properties are:
What will happen when the process runs?
- A. The flow will pass through calculation stage "B"
- B. An exception will be thrown
- C. The flow will pass through calculation stage "C"
- D. The flow will pass through calculation stage "A"
Answer: D
NEW QUESTION 42
When building a solution to use Tags within a Work Queue, which of the following statements is true?
- A. Adding a tag does not require an item to be locked
- B. Adding a tag requires an item to be locked
- C. Adding a tag requires an item to be locked if there are multiple resources working the same queue
Answer: A
NEW QUESTION 43
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 pausing the Session Variables work queue.
- C. By updating the value in Credential Manager.
- D. By updating the value in Control Room.
Answer: A
NEW QUESTION 44
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
- A. The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
- B. The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
- C. There is nothing wrong with the sub-page flow shown in this image.
- D. For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
Answer: C
Explanation:
Explanation
NEW QUESTION 45
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. Visible
- C. Screen Visible
- D. Class Name
Answer: B
NEW QUESTION 46
Consider the following process flow from a sub-page of a process:
What is the problem with this sub-page flow?
- A. The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.
- B. The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.
- C. There is nothing wrong with the sub-page flow shown in this image
- D. For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.
Answer: C
NEW QUESTION 47
Which of the following flows can you not create in Blue Prism? (Choose two.)
- A.

- B.

- C.

- D.

Answer: A,D
NEW QUESTION 48
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. 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.
- B. 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.
- C. 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.
- D. 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.
Answer: C
Explanation:
Explanation
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)
NEW QUESTION 49
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. 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. 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.
- 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. 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
Answer: A
Explanation:
Explanation
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.
NEW QUESTION 50
Which of the following indicates a case has been worked successfully in a Work Queue?
- A.

- B.

- C.

- D.

Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 51
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. Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank
- 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. Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.
Answer: C
NEW QUESTION 52
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. 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. 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.
Answer: C
NEW QUESTION 53
When configuring an object's run mode which of the following is true?
- A. 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.
- B. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
- C. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
- D. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
Don't have a exact reason, shared this question to some of the expertise and I am waiting for the answer.
Answer: B
NEW QUESTION 54
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. 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. 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.
- 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: C
NEW QUESTION 55
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 errors 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. There is nothing wrong with this flow.
- E. The exception handling in this flow can be removed because an Attach action in a navigate stage should always work if configured correctly
Answer: C
NEW QUESTION 56
Study the following process flow:
This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:
* X is a Number data item with an initial value of 20
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Calculation Page stage is configured as follows:
The Calculation Page is as follows:
The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values as input parameters.
The divide calculation stage expression is [X] / [Y]
The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Mam Page following the execution of the Process?
- A. 0
- B. 1
- C. No Value
- D. 2
Answer: A
NEW QUESTION 57
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 until the 'Switch' Session Variable is changed to True in the Control Room
- B. When the configuration is run in Control Room, it will become stuck in an infinite loop until the 'Switch' Session 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
- 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: A
Explanation:
Environment variables value will only be change when the next time process runs and the session variables will change immediately on change in control room.
Session variables values will only be change from the control room and the env variables is only change from the system manager.
NEW QUESTION 58
Which of the following statements about Business Objects is true?
- A. A Business Object is configured in the Studio area of Blue Prism
- B. Logging of individual stages is not configurable in Business Objects
- C. It is Blue Prism best practice to include business rules within Business
- D. A Business Object can be exposed to Control Room
Answer: C
NEW QUESTION 59
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: LN?" in the Tag Filter parameter
- C. Configure "Domestic + [Product Code] <> LN*"" in the Tag Filter parameter
- D. Configure "Domestic; -Product Code: I_N"" in the Tag Filter parameter
Answer: B
NEW QUESTION 60
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 week will be added to today's date and the result stored in the New Date data item.
- B. The process will throw an exception as the New Date data item is null.
- C. 1 month will be added to today's date and the result stored in the New Date data item.
- D. 5 days will be added to today's date and the result stored in the New Date data item.
Answer: C
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 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. 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. The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.
- E. There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.
Answer: E
NEW QUESTION 62
......
New 2021 AD01 Test Tutorial (Updated 72 Questions): https://www.test4engine.com/AD01_exam-latest-braindumps.html
Reliable AD01 Exam Tips Test Pdf Exam Material: https://drive.google.com/open?id=1KBb8Uf3ym2vWoheWA1_aBfPBf_6Kgl5s