Questions for the PEGACRSA80V1 were updated on : Dec 01 ,2025
When interrogating an application, you notice that a ListView control is identified as a generic control
in your Object Explorer hierarchy.
To get the control to interrogate as a ListView and allow you to access the properties, methods, and
events specific to a ListView, which file would you need to modify?
B
Which interrogation option provides a context menu to choose the interrogated control's HTML tags?
A
Reference:
http://help.openspan.com/52/Adapters_Interrogation/Web_Interrogator_Show_Context_Option.ht
m
What are two valid steps to add the custom .NET component to a solution? (Choose Two)
CD
Reference:
https://community1.pega.com/community/product-support/question/adding-custom-component-
be-used-cross-solution-wise
DRAG DROP
The Pega Robotic Automation Studio text adapter provides users with several interrogation options
when creating controls in the Object Explorer.
In the Answer Area, drag each function on the left to the appropriate interrogation option.

The customer may use either Pega Robotic Automation Deployment Portal or Robot Manager and
wants to use the Security Token Server provided by Pega for single sign-on.
What configuration file on the desktop system is required to be updated to allow this functionality?
B
Reference:
https://community.pega.com/system/files/media/pdf/2018-
06/Pega%20Robotic%20Automation%20Deployment%20Portal%20User%20Guide.pdf

Which three options are valid properties of the highlighted object? (Choose Three)
BCD
You are required to delete a file from the user's C drive. This file may not always be present. The
requirements state that you may not use a script component to perform this operation.
After right-clicking the Toolbox and selecting Choose Items, what steps do you perform to add a
component to the Toolbox to check if the file exists?
A
Reference:
https://community1.pega.com/community/product-support/question/openspan-how-loop-through-
list-files-folder-and-upload
DRAG DROP
When interrogating a web application control, the drag and drop Default interrogation method does
not work. Using the Select Element also does not work. You decide to use the Create Control option
to interrogate the web control.
From the Interrogation Steps list, move all of the options to the Ordered Interrogation Steps column
and place them in the correct order.

Before you interrogate any element on a screen or partial screen, you must save the first interrogated
element as a___________.
D
You created an integration between Pega Platform and Robotic Automation Studio using a robot
activity called robDisputeR performs a search by the account number or transaction ID.
Here is a screenshot of the automation.
The customer wants to update the search requirement to include the property, Invoice_Number.
Which task is needed to add this new search parameter to the solution?
C
Which web interrogation option supports Internet Explorer browser version independence?
A
You have a requirement that must return the OrderDate, OrderStatus, and OrderAmount for all
orders for a given customer account in a SQL database.
How should the SQL query be specified in the CommanoText property of the SqIQuery component?
A.
SELECT
OrderDate,
OrderStatus,
OrderAmount
FROM
Orders
where
AccountNumber={accountNumber}
B.
SELECT
OrderDate,
OrderStatus,
OrderAmount
FROM
Orders
where
AccountNumber=?accountNumber
C. SELECT OrderDate, OrderStatus, OrderAmount FROM Orders where AccountNumber={0}
D.
SELECT
OrderDate,
OrderStatus,
OrderAmount
FROM
Orders
where
AccountNumber=@accountNumber
D
Reference:
http://help.openspan.com/80/Components/SQL_Query.htm
The HR application you are working with supports simultaneously loading and viewing multiple
customer account windows.
Which approach supports the integration and automation of multiple customer account windows?
B
In the RuntimeConfig.xml is the following key:
<add key="OfficeVersion" value="2003"/>.
With the key set with the value above, what happens when the Robotic Automation Runtime is
launched?
A
Reference:
https://community1.pega.com/community/product-support/question/how-much-effort-required-
get-automation-work-after-upgrading
You interrogated a web application. All controls and objects matched, and the automations worked
as coded. During the pilot, the solution failed on the web application. The IT department had
released a new version of the web application. Upon review of the new version, you determined that
the web page hierarchy changed.
Which interrogation option do you use to correct the solution?
B
Reference:
http://help.openspan.com/71/Adapters_Interrogation/Replace_Control.htm