Blue Prism Developer AD01 Real Exam Questions and Answers FREE Updated on Aug 13, 2021
AD01 Ultimate Study Guide - ITExamSimulator
NEW QUESTION 27
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:

What additional configuration is required to ensure the Close button is selected by the Navigate stage?
- A. 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
- B. A new element is required with the Window Text value set to 'Close' and the Match Type set to equal
- C. Set the Mouse Button value to 'Close'
- D. The Params button must be selected and the parameter configured to override the Window Text attribute value to 'Close'
Answer: D
NEW QUESTION 28
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 should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change
- D. There just needs to be a wait stage after the start stage to correct this action.
Answer: C
Explanation:
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 29
Consider the following flow in an object:
Which of the following statements are true?
- A. There should be an intelligent wart stage after the start stage and after any stage that cause the application we are interfacing with to change
- 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 just needs to be a wait stage after the start stage to correct this action.
Answer: B
NEW QUESTION 30
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. 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.
- 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: A
NEW QUESTION 31
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. The flow will pass through calculation stage "C"
- C. An exception will be thrown
- D. The flow will pass through calculation stage "A"
Answer: D
NEW QUESTION 32
If you 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. Immediately
- D. Next time a new case is taken from a WQ
Answer: C
NEW QUESTION 33
How can an environment variable value be updated? (select all that apply)
- A. By updating the value in System Manager
- B. By updating the value in Control Room
- C. By changing the Blue Prism Server configuration
- D. By using the Internal - Environment Variables business object
- E. By updating the value in Credential Manager.
Answer: A
NEW QUESTION 34
How many Start Stages can a sub-page in a Process have?
- A. 0
- B. 1
- C. 2
- D. Any Number
Answer: B
Explanation:
Explanation
Explanation/Reference: https://www.rpatraining.co.in/blue-prism-interview-questions/
NEW QUESTION 35
Consider the following process flow from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?
- A. There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.
- 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 Reset Global Data page is not required because sub-pages within a process should always use input and output parameters rather than global data items. There should be no global data to reset.
- D. The Stop? decision stage should be removed from the process flow, as Stop times is configured either within the Scheduler or processes are stopped via Control Room.
- E. The Main Page process flow is too high level. For better visibility of the process logic the flow steps hidden in the sub-pages should all be on the main page instead.
Answer: D
Explanation:
Explanation
NEW QUESTION 36
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: A
NEW QUESTION 37
Study the process flow below:
The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the "Case-Returned" decision stage?
A:
B:
C:
D:
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 38
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 Filter 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: C
NEW QUESTION 39
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. 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. - C. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
- D. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
Answer: D
NEW QUESTION 40
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: A
NEW QUESTION 41
Which of the following can you perform in Control Room? (select all that apply)
- A. Create a Work Queue
- B. Refresh a Work Queue
- C. Encrypt a Work Queue
- D. Rename a Work Queue
Answer: B
NEW QUESTION 42
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. The attributes are provided to Blue Prism by the Target System
- C. Selected attributes are shown as ticks in the Match column of Application Modeller
- D. The list of attributes may vary from application type to application type
Answer: B,C,D
Explanation:
Explanation
Reason: A) when spying the application, blueprism fetch all the elements of the target application only, blue prism doesn't provide any elements of its own.
C) Attributes are vary from application type to type. Attributes are different for windows, browsers, mainframe, java.
D) Reason is below.
NEW QUESTION 43
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. The flow will pass through calculation stage "A"
- C. The flow will pass through calculation stage "C"
- D. An exception will be thrown
Answer: A
NEW QUESTION 44
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 no need for a wait stage in the flow
- C. The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work
- D. There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason
Answer: C
NEW QUESTION 45
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 46
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. The flow will pass through calculation stage "C"
- C. An exception will be thrown
- D. The flow will pass through calculation stage "A"
Answer: D
NEW QUESTION 47
Which of the following indicates a case in a Work Queue is waiting to be worked?
A)
B)
C)
D)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 48
......
Ultimate Guide to Prepare AD01 Certification Exam for Blue Prism Developer: https://www.itexamsimulator.com/AD01-brain-dumps.html
Use Real AD01 Dumps - Blue Prism Correct Answers: https://drive.google.com/open?id=1lbh6jvyx8kAT52f65ljuD5vtOYVNo7SY

