Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Certified Pega Robotics System Architect 22 Question and Answers

Certified Pega Robotics System Architect 22

Last Update Nov 30, 2025
Total Questions : 101

We are offering FREE PEGACPRSA22V1 Pegasystems exam questions. All you do is to just go and sign up. Give your details, prepare PEGACPRSA22V1 free exam questions and then go for complete pool of Certified Pega Robotics System Architect 22 test questions that will help you more.

PEGACPRSA22V1 pdf

PEGACPRSA22V1 PDF

$36.75  $104.99
PEGACPRSA22V1 Engine

PEGACPRSA22V1 Testing Engine

$43.75  $124.99
PEGACPRSA22V1 PDF + Engine

PEGACPRSA22V1 PDF + Testing Engine

$57.75  $164.99
Questions 1

Consider the following figure of an automation:

What is the value of firstDateToCompare and secondDateToCompare after the the automation runs?

Options:

A.  

firstDateToCompare: 12/31/2022, secondDateToCompare: 1/15/2023

B.  

firstDateToCompare: 12/31/2022, secondDateToCompare: 1/15/2022

C.  

firstDateToCompare: 12/31/2023, secondDateToCompare: 1/15/2022

D.  

firstDateToCompare: 1/15/2023, secondDateToCompare: 1/1 /2022

Discussion 0
Questions 2

After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.

Which of the following applications does the user see on the desktop after using the Start My Day functionality?

Options:

A.  

ACMESearchSystem, Notepad++, BankerInsight

B.  

CRM, BankerInsight

C.  

ACMESearchSystem, CRM, Notepad++, BankerInsight

D.  

CRM, Notepad++, BankerInsight

Discussion 0
Questions 3

Which two statements about Label/Jump To functionality are true? (Choose Two)

Options:

A.  

It allows you to pass variables to different parts or workflows of the same automation.

B.  

It allows you to keep automations organized and aids in debugging.

C.  

It allows you to pass variables to different automations of the same project.

D.  

It allows you to have multiple Exit points in an automation.

E.  

It allows you to connect with other automations in the project.

Discussion 0
Questions 4

An automation requires the web adapter to attach to a running instance of Internet Explorer.

How do you achieve this requirement?

Options:

A.  

Configure the Universal Web adapter and set the StartMethod property to MonitorAll.

B.  

Configure the web adapter and set the StartMethod property to MonitorAll.

C.  

Configure the web adapter and set the StartMehod property to Attach.

D.  

The web adapter cannot connect to a running instance.

Discussion 0
Questions 5

A service request manager, who responds to 1000 active service tickets per week, receives a ticket for new account creation. This ticket has been marked as the highest priority and contains all the necessary details for an account creation.

The manager creates an activity and assigns all the context values with appropriate values.

Which two activity methods of the account creation ticket can be used to close the ticket within priority? (Choose two.)

Options:

A.  

StartNowAndWait

B.  

Start

C.  

StartAndWait

D.  

StartNow

Discussion 0
Questions 6

Within your project for a car renting company, you create an automation that reads data From an online form and calls a subautomation that saves that data in the company's application. The UpdateCustomerDetails subautomation has two exit points, Success and Failure, and two output parameters. Result and errCode.

Which figure represents this subautomation?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 7

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?

Options:

A.  

Debug Matching

B.  

Replace Control

C.  

Default

D.  

Select Element

Discussion 0
Questions 8

As pan of the initial development of a robotic project, you are using targeted step creation lo interrogate a text input control. The system invokes the automation from a separate automation, and the value of the text input uses a value that is passed into the recorded automation.

In the Recording Steps list, move all of the options to the Ordered Recording Steps column and place them in the correct order.

Options:

Discussion 0
Questions 9

A project requirement is to run the solution in multiple environments: Development and Production.

Which two items can be added to the two Project Configuration files? (Choose two.)

Options:

A.  

Variable values

B.  

Citrix Context properties

C.  

Adapter Text MatchRules

D.  

Project properties

Discussion 0
Questions 10

You can adjust how users interact with a robotics project on their desktops. Which file stores the settings that control user functions and desktop robotic access?

Options:

A.  

PegaConfig.xml

B.  

CommonConfig.xml

C.  

PegaStudioConfig.xml

D.  

PegaRuntimeConfig.xml

Discussion 0
Questions 11

A solution design document outlines several projects for the solution. You are assigned to the Loan Servicing project (LoanSvcPrj). The project uses the Interaction Framework function to communicate with the other projects.

Which three toolbox project items do you add to LoanSvcPrj? (Choose three.)

Options:

A.  

Message Manifest

B.  

Interaction.xml

C.  

Interaction Manager

D.  

Activity

E.  

String Variable

Discussion 0
Questions 12

During application discovery of a Clarify application, you determine that the user accesses more than one customer case concurrently within the application, which creates multiple windows of the same type. This requires you to enable the UseKeys property on an application’s object.

Based on the image that shows the application and the matched controls in the Object Explorer, which control’s UseKeys property must be set to True?

Options:

A.  

ClarifyCRM

B.  

MdiClient

C.  

_Case_1

D.  

Control

Discussion 0
Questions 13

Based on the following image of a data model for a case, and assuming all records are relevant records, which property is not a scalar property that you cannot use to import export data with a robot activity?

Options:

A.  

AmountOfTransactionToDispute

B.  

pylD

C.  

Transactions

D.  

TransactionAmount

Discussion 0
Questions 14

Pega Robot Studio produces several log files during the opening, building, debugging, and deployment of a solution.

In the Answer Area, drag the description of the log file on the left to its correct log file name.

Options:

Discussion 0
Questions 15

In a Java application, you click a button to load a grid. The grid loads as a separate process under the Java application.

Which property allows you to interrogate the grid?

Options:

A.  

HookChildProcesses

B.  

EnableMatchInProcess

C.  

TargetPath

D.  

IgnoreMainBrowser

Discussion 0
Questions 16

You are using the Interaction framework for your project solution.

Where in the solution do you add an Interaction Manager component?

Options:

A.  

In the project configuration file.

B.  

As a local component of the automation.

C.  

In the global container of the project.

D.  

As a global component of the automation.

Discussion 0
Questions 17

The Automation Playback window allows you to ______________.

Options:

A.  

open a log file and step through it as if you were running your solution in debug mode

B.  

replay your last Runtime session where the applications are provided with the same account numbers automatically

C.  

open a log file and debug any exceptions

D.  

rerun the last automation that ran with the same values as inputs automatically entered

Discussion 0
Questions 18

Which interrogation option provides a pop-up window to choose the interrogated control’s HTML tags?

Options:

A.  

Select Element

B.  

Replace Control

C.  

Create Global Web Page

D.  

HTML Table Designer

Discussion 0
Questions 19

You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.

Which control from the Toolbox do you use to determine which page you were on after performing the login function?

Options:

A.  

WaitAll

B.  

Switch

C.  

WaitAny

D.  

Signal

Discussion 0
Questions 20

In an automation that contains an ExcelRange component, you make a change to the data within the range, and you want to save those changes to the Excel file on disk.

Which of the following statements is valid?

Options:

A.  

Call the Commit method of ExcelRange component and then Save on the ExcelConnector.

B.  

The changes save to the Excel file automatically.

C.  

Call the Commit method of the ExcelConnector and reload the Excel file.

D.  

Call the Save method of ExcelConnector and reset the state of Excel file.

Discussion 0
Questions 21

Which responsible for sending the deployment package to the customer. You want to build your project to work with the test and production Human Resource (HR) systems........ 1 have different access points for the HR applications,

How can you design a single project to work in both systems?

Options:

A.  

Create one environment override for the HR System project; the override contains both the production and test details.

B.  

Add two applications for the HR Project: one application for production, and one application for test.

C.  

Add two environment overrides and two applications for the HR project: one override and application for production, and the other override and application for test.

D.  

Create two environment overrides for the HR System project: one override for production, and one for test.

Discussion 0
Questions 22

You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.

What two troubleshooting steps do you perform to correct the issue? (Choose two.)

Options:

A.  

Confirm the proxy data in a messageDialog.

B.  

Confirm the stringUtils method works.

C.  

Confirm the data type on the procedure automation input parameter.

D.  

Confirm the proxy’s data type matches with the stringUtils method.

Discussion 0
Questions 23

While interrogating a web application, you come across a hidden menu item: AddressType. The AddressType menu item activates when the pointer hovers over the control; the menu displays a drop-down list.

How do you interrogate this hidden drop-down list control?

Options:

A.  

Access the Virtual Controls tab on the adapter tab.

B.  

Choose HTML Table Editor from the Interrogation Form dialog box.

C.  

Choose Select Element from the Interrogation Form dialog box.

D.  

From the Web Controls tab, select the browser and frame, then select List Web controls.

Discussion 0
Questions 24

Match this robot activity completion status on the left to the unattended automation scenario on the right.

Options:

Discussion 0
Questions 25

Which three statements describe the characteristics of unattended automations? (Choose Three)

Options:

A.  

They retrieve the next case assignment in a robotic work queue.

B.  

They execute a fully automated task.

C.  

They can streamline and automate portions of your case management workflow.

D.  

They run during pre-processing to obtain information to display on a form.

E.  

They complete the automated tasks based on user input.

Discussion 0
Questions 26

You have completed your solution design. The customer installed the Pega Robot Runtime software on the agent’s desktop. The customer is ready to unit test your solution, but wants the Runtime executable to automatically launch the new robotics solution.

How do you fulfill this request?

Options:

A.  

Edit the StartupProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.

B.  

Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.

C.  

Edit the StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.

D.  

Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .diagnostics file.

Discussion 0
Questions 27

The StartPage property is similar to the Path property.

Which statement about the StartPage and Path properties is true?

Options:

A.  

The StartPage property belongs to the Windows application, while the Path property belongs to the Web application.

B.  

Both the StartPage and Path properties belong to Web and Text applications.

C.  

The StartPage property belongs to the Web application, while the Path property belongs to the Windows application.

D.  

The StartPage property belongs to the Windows application, while the Path property belongs to the Text application.

Discussion 0
Questions 28

The following image shows a Message Definitions configuration.

Which option is the correct representation of the message configuration settings?

Options:

A.  

Exhibit A

B.  

Exhibit B

C.  

Exhibit C

D.  

Exhibit D

Discussion 0
Questions 29

A developer adds a diagnostic log component to an automation and checks the log file.

Based on the image, how did the developer configure the diagnostic log component settings?

Options:

A.  

Exhibit A

B.  

Exhibit B

C.  

Exhibit C

D.  

Exhibit D

Discussion 0
Questions 30

Using the values from the data page definition, the value FETCH_SCORE is configured for which robot activity property in Pega Robot Studio?

Options:

A.  

ActivityName

B.  

FullName

C.  

(Name)

D.  

UniquelD

Discussion 0