Blue Prism AD01 Practice Test - Questions Answers, Page 12
List of questions
Related questions
Question 111
A Blue Prism Process works successfully when testing in the Process Studio but terminates in Control Room due to the exception stating screen elements were not found What should the Developer check first?
Explanation:
Spy Mode:
Blue Prism uses different spy modes (e.g., Win32, HTML, Region, etc.) to interact with various types of applications and elements within those applications.
Testing in Process Studio vs. Control Room:
A process may work in Process Studio because elements are correctly identified during testing, but it may fail in Control Room if the wrong spy mode was used, leading to elements not being found in the live environment.
First Check:
Verify that the correct spy mode was used to identify the screen elements. This ensures that the process can reliably locate and interact with these elements during runtime.
Blue Prism documentation on spy modes and element identification.
Question 112
How can input data be added to a Startup Parameter before the process runs?
Explanation:
Startup Parameters:
Startup parameters allow a process to be configured with specific input data before it runs. This can be used to customize the behavior of the process based on the provided inputs.
Setting Startup Parameters:
In Control Room, you can set startup parameters by right-clicking the session for the process you want to run and selecting 'Startup Parameters'.
This allows you to input the necessary data directly before the process starts, ensuring it runs with the correct configuration.
Blue Prism documentation on setting and using startup parameters.
Question 113
The Developer is importing a Blue Prism release file.
What will happen if there is already a Business Object or VBO with the same name in the environment they are importing into?
Explanation:
Importing Release Files:
When importing a Blue Prism release file, the system checks for conflicts with existing objects or VBOs in the environment.
Handling Conflicts:
If there is already a Business Object or VBO with the same name in the environment, the user is prompted to either rename the new object or overwrite the existing one.
This ensures that the user can manage potential conflicts and maintain control over which version of the object is active in the environment.
Blue Prism documentation on importing release files and handling conflicts.
Question 114
Please refer to the exhibit.
How should the Wait Stages be configured in this scenario?
Explanation:
In Blue Prism, wait stages are crucial to ensure that the application is in the correct state before proceeding with further actions. In this scenario:
Conditional Wait stage after the Attach page: This ensures that after attaching to the application, the process waits until the necessary elements are present before continuing. This is important because the application may take some time to load or change states.
Conditional Wait stage after the Navigate stage: This ensures that after navigating, the process waits until the target elements are available. This helps to handle any delays in the application response or page loading times.
By configuring wait stages in this manner, you ensure that the process only proceeds when the application is ready, thereby minimizing the risk of errors due to timing issues.
Other options are less optimal:
Unconditional Wait stage (Options C and D): These do not provide the necessary checks to confirm the application's state and can lead to unreliable automation.
Wait stage after the Write stage (Option A): This is less relevant if the critical steps are attaching and navigating, which are the primary steps where timing issues are likely to occur.
Reference Refer to Blue Prism's best practices on using wait stages to synchronize process execution with the application state.
Question 115
Examine the following extract taken from an Action in Object Studio:
What will happen if an Exception occurs in the 'Read Nasdaq Data' stage?
Question 116
Examine the following Blue Prism Process diagram:
The Process contains logic in the 'Control Room Stop Request?' Decision stage, to recognise when a Process Controller has used the 'Request Stop' feature in Control Room, to bring the Process to a controlled stop.
What expression would you use in the 'Control Room Stop Request?' Decision stage, to ensure that the Process recognises that the Control Room 'Request Stop' command has been triggered?
(Remember, Blue Prism expressions are case sensitive)
Explanation:
https://bpdocs.blueprism.com/bp-6-10/en-us/frmControlRoom.htm
Question 117
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?
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.
Question 118
Examine the following sub-page of a Blue Prism Process:
The 'Decision A' stage properties window is displayed below:
The 'Decision B' stage properties window is displayed below:
The Calculation stages will output A, B or C to the Result data item.
What will the value of the Result data item be after this page has been run?
Question 119
Examine the following Blue Prism Process diagram:
The 'Calculation Result' data item is configured as a number data item with an initial value of 100.
The Calculation stage Properties window is displayed below:
After the Process flow has run, which of the following statements are true?
Question 120
An Action in a Business Object needs to use Global Send Keys to populate the 'Staff Number' field in an application called Centrix Data Solutions. The application is in focus and the cursor is placed in the Staff Number field.
Examine the stage properties window below:
In order to configure a Global Send Keys action to populate the Staff Number field, which element in the Application Explorer tree displayed above, would you drag to the Element column in the stage, so that this operation can be complete?
Question