[Jan 10, 2025] AD01 Exam Brain Dumps - Study Notes and Theory
Pass Blue Prism AD01 Test Practice Test Questions Exam Dumps
Blue Prism AD01 (Blue Prism Accredited Developer) Certification Exam is a highly sought-after certification for individuals who wish to become experts in Blue Prism technology. Blue Prism Accredited Developer Exam certification exam is designed to test the knowledge and skills required to develop and deploy Blue Prism solutions effectively. Blue Prism Accredited Developer Exam certification exam is an online-based test that can be taken from anywhere in the world.
Certification Path
The Blue Prism Accredited Developer certification is a foundational exam path and includes only one AD01 certification exam.
NEW QUESTION # 79
Examine the Process below:
An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover 1 stage. If there is an error in the Calc 1 stage which path will the Process take?
- A. The Error will cause the Process to jump to the End Stage
- B. The Process will continue to the Resume 1 Stage
- C. The Error will cause the Process to terminate
- D. The Error will be recovered in the Recover2 Stage
Answer: C
NEW QUESTION # 80
A Blue Prism Process has been developed which contains steps to extract data from a delimited file.
During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.
The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.
How could the data item 'exposure' be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?
- A. Update the data item exposure to 'Session'
- B. Update the data item exposure to 'Shared'
- C. Update the data item exposure to 'Statistic'
- D. Update the data item exposure to 'Environment'
Answer: D
Explanation:
Environmental variables are those variables that are available to all processes and business objects. So, these variables are used as dynamic variables, to make sure they can be used whenever required across the Blue Prism platform.
NEW QUESTION # 81
Which of the following indicates a case has been worked successfully in a Work Queue?
B)
C)
D)
- A. Option B
- B. Option D
- C. Option A
- D. Option C
Answer: C
NEW QUESTION # 82
Examine the process flow:
The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.
Data Item "Attempts" is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3 The 'Increment Attempts' calculation stage outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?
- A. Attempts + 1
- B. [Attempts] + 1
- C. [Max] + 1
- D. +1
Answer: A
NEW QUESTION # 83
Examine the following Blue Prism Process diagram:
The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts What is wrong with the current configuration?
- 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 layer rather than in the Process
- D. The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' Action again
Answer: D
Explanation:
* Understanding the Diagram:
* The diagram shows a retry loop where the process attempts to perform a search, read results, and handle exceptions by retrying up to 3 times.
* 'Retry Limit' is set to 3, and 'Retry Count' starts at 0 and is incremented by 1 in each retry attempt.
* Analyzing the Logic:
* Option A: The Resume stage should resume the process outside the exception block, which is correct.
* Option B: Exception handling in the process layer is valid; it does not have to be exclusively in the object layer.
* Option C: Each action does not need an individual retry loop; the overall block retry is acceptable.
* Option D: This option highlights a missing step. After handling an exception and before retrying, the application needs to be reset or ensured it is ready to retry the 'Search Screen - Perform Search' action.
* Identifying the Issue:
* The retry logic should include steps to ensure the application state is appropriate for another search attempt. This might include resetting fields, waiting for the application to be ready, or ensuring the previous error state is cleared.
References:
* Blue Prism Developer Documentation: Exception Handling and Retry Logic
* Blue Prism Training Material on Process Flow and Exception Handling
NEW QUESTION # 84
Study the following process flow:
The data item "Loop Counter" is a number data item and has an initial value of 0.
The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:
How many times will the Loop Again stage be executed when the page is executed?
- A. 0
- B. The loop will be infinite
- C. 1
- D. 2
Answer: A
NEW QUESTION # 85
Consider the following flow in an object:
Which of these statements is true?
- A. The flow shown in the diagram is correct, the wart stages are all adding a high level of robustness to the action
- 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 lowing the flow down
- D. The wait stages after read stages should be removed, the wart stages after write stages should be left because the application will have been changed
Answer: C
Explanation:
Reason: There is no wait stage required after Read and write stage as it makes the process lengthy here, because here no activity is performed which are taking time to read and write so wait is not useful.
Here wait is required for search fields as there the activity is happening in which it is required for wait.
NEW QUESTION # 86
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. 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. Window Text
- D. Screen Visible
Answer: C
NEW QUESTION # 87
Examine the Process below:
An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recover stage. If there is an error in the Calc 1 stage which path will the Process take?
- A. The Error will cause the Process to jump to the End Stage
- B. The Process will continue to the Resume 1 Stage
- C. The Error will cause the Process to terminate
- D. The Error will be recovered in the Recover2 Stage
Answer: C
NEW QUESTION # 88
The staff number field of the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller, the following behaviour is encountered:
Which of the following Attributes would you use to help obtain a unique element match?
- A. Ordinal
- B. Parent Ordinal
- C. XandY
- D. Parent Class Name
- E. Class Name
Answer: A
NEW QUESTION # 89
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 # 90
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
Explanation:
Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value "close" as other attributes are identical we only have window text to make our fingerprint unique.
NEW QUESTION # 91
The data item "Loop Counter" is a number data item and has an initial value of 0.
The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?
- A. The loop will be infinite
- B. 0
- C. 1
- D. 2
Answer: D
NEW QUESTION # 92
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?
- A. StopNow()
- B. Stop?
- C. IsStopRequestec?
- D. StopNow?
- E. IsStopRequested()
- F. Stop()
Answer: E
Explanation:
Reason: IsStopRequested() function is used for the immediate stop provided by the blueprism (mentioned in the foundation course)
NEW QUESTION # 93
A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is ran in Control Room exceptions occur because of screen elements not being found. What is the most likely cause?
- A. The most likely cause for the exceptions is that best practice exception handling has not been incorporated into the Process.
- B. The most likely cause for the errors is that your application has changed.
- C. The most likely cause for the errors seen in Control Room is that best practice use of wait stages has not been followed.
- D. The most likely cause for the errors is that the Object Studio action has not been published and therefore cannot be used by the Process in control room.
Answer: C
Explanation:
Explanation
Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait.
This is mentioned in the Process creation exercise or Lifecycle exercise.
NEW QUESTION # 94
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)
- A. Exhibit C
- B. Exhibit D
For window application to ensure the new screen is in focus We need to activate the New screen as not the application. - C. Exhibit B
- D. Exhibit A
Answer: B
NEW QUESTION # 95
Please refer to the exhibit.
A Developer has used the Win32 mode lo spy the login window and the Region mode to spy the Username field of a Windows-based application.
Using the Navigate stage, the developer would like to
* Bring the application screen to bring it foreground
* Send a 'Global Mouse Click Centre' command to the center of the username field
* Use Global Send Keys to populate the username field
How should the navigate stage be configured?
- A.

- B.

- C.

- D.

Answer: C
Explanation:
* Understanding the Requirements:
* The developer needs to perform the following actions using the Navigate stage:
* Bring the application screen to the foreground.
* Send a 'Global Mouse Click Centre' command to the center of the Username field.
* Use Global Send Keys to populate the Username field.
* Steps to Achieve the Requirements:
* Bring the application to the foreground: This can be done using the 'Activate Application' action on the 'Login Window'.
* Send a 'Global Mouse Click Centre' command: This can be done by selecting the 'Global Mouse Click Centre' action on the 'Username' element.
* Use Global Send Keys to populate the Username field: This can be done by selecting the
'Global Send Keys' action on the 'Username' element.
* Analyzing the Options:
* Option A:
* Launch action on the 'Login Window': Correct for bringing the application to the foreground but not suitable for already running applications.
* Click Window Centre on 'Login Window': Not the best approach for focusing on a specific element.
* Global Send Keys on 'Username': Correct for sending keys but requires prior focus on the Username field.
* Option B:
* Activate Application on the 'Login Window': Correct for bringing the application to the foreground.
* Global Mouse Click Centre on 'Username': Correct for clicking the center of the Username field.
* Global Send Keys on 'Username': Correct for sending keys to the Username field.
* Option C:
* Activate Application on the 'Login Window': Correct for bringing the application to the foreground.
* Global Mouse Click Centre on 'Username': Correct for clicking the center of the Username field.
* Global Send Keys on 'Username': Correct for sending keys to the Username field.
* Option D:
* Attach action on the 'Login Window': Not necessary for bringing the application to the foreground if it is already running.
* Global Mouse Click Centre on 'Username': Correct for clicking the center of the Username field.
* Global Send Keys on 'Username': Correct for sending keys to the Username field.
* Conclusion:
* The correct configuration is Option C because it uses:
* 'Activate Application' action to bring the application to the foreground.
* 'Global Mouse Click Centre' action to click the center of the Username field.
* 'Global Send Keys' action to populate the Username field.
References:
* Blue Prism Developer Documentation: Navigate Stage and Actions
* Blue Prism Training Material on Spying Modes and Application Interaction
NEW QUESTION # 96
Examine the following Process flow:
The 'Loop Customer List' loop is configured to loop through the 'Customer List' Collection.
Any Exceptions Encountered on the 'Email Customers' sub-page will be resolved in the same page.
How many times will the 'Email Customer' sub-page be executed?
- A. 0
- B. The loop will be infinite
- C. It's impossible to say without viewing the 'Email Customer' sub-page
- D. 1
- E. 2
Answer: D
NEW QUESTION # 97
The data item "Loop Counter" is a number data item and has an initial value of 0. The data item "Max Loops" is a number data item and has an initial value of 10.
The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?
- A. 0
- B. 1
- C. The loop will be infinite
- D. 2
Answer: C
NEW QUESTION # 98
Examine the following Blue Prism Process diagram:
The initial values for the 3 data items are displayed in the diagram above.
The expression in 'Decision A' is:
lnStr([City 1], "m") > 0
The expression in 'Decision B' is:
Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020" The expression in 'Decision C' is:
TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"
What will happen when the process flow executes?
- A. The diagram will flow through the Calculation stage named 'C
- B. From the information available, the outcome is unknown
- C. The diagram will flow through the Calculation stage named 'B'
- D. The diagram will flow through the Calculation stage named 'A'
Answer: A
NEW QUESTION # 99
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. A new element is required with the Window Text value set to "Close and the Match Type set to equal
- B. 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 - 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
Explanation:
Explanation
Reason: When passing the values in the Parameter the parameter should be configured with respect to the window text and pass as the value "close" as other attributes are identical we only have window text to make our fingerprint unique.
NEW QUESTION # 100
Examine the following Process flow:
The 'Loop Customer List' loop is configured to loop through the 'Customer List' Collection.
Any Exceptions Encountered on the 'Email Customers' sub-page will be resolved in the same page.
How many times will the 'Email Customer' sub-page be executed?
- A. 0
- B. The loop will be infinite
- C. It's impossible to say without viewing the 'Email Customer' sub-page
- D. 1
- E. 2
Answer: D
NEW QUESTION # 101
A process has been created but it is not listed in Control Room. The following reasons have been suggested.
1. The process uses objects with different run modes
2. The process has not been published
3. Process validation shows more than 99 errors
4. The user does not have privileges to run processes in Control Room
Which of the above could cause the process not to be visible in Control Room?
- A. 1 and 2
- B. 2 and 3
- C. 1 and 4
- D. 2 only
Answer: C
NEW QUESTION # 102
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. There is a missing Recover stage on one of the routes through the flow.
- B. 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.
- C. The Retry Count is not being incremented for each retry.
- D. There is a missing Resume stage on one of the routes through the flow.
Answer: A
Explanation:
Explanation
C,D
NEW QUESTION # 103
The following Calculation Stage uses the Today function to get the current date as a date value and place it in a data item entitled "Today".
Which of the following statements is correct?
- A. If the data item "Today" is configured with a Data Type of Text, an exception will be thrown on execution of the calculation stage
- B. None of these statements are correct
- C. If the data item "Today" is configured with a Data Type of DateTime, an exception will be thrown on execution of the calculation stage
- D. If the data item "Today" is configured with a Data Type of Date, an exception will be thrown on execution of the calculation stage
Answer: A
NEW QUESTION # 104
......
Verified AD01 dumps Q&As - AD01 dumps with Correct Answers: https://testking.vcetorrent.com/AD01-valid-vce-torrent.html