Big 11.11 Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Questions and Answers

Questions 4

in the Bankerlnsight application, a gdvAcctTrans control provides the history of a customer's account transactions, as shown in the following figure:

PEGACPRSA22V1 Question 4

Consider the following automation, where the Increment property of the For Loop component equals 1:

PEGACPRSA22V1 Question 4

What is the order of the output that is displayed in the Message Box windows?

Options:

A.

3255, 1763, 3451.

B.

The automation throws an out of bounds exception.

C.

->, NULL, NULL.

D.

3255, 05/05/2014, Cash deposit.

Buy Now
Questions 5

Which two of the following tasks are not suitable for Pega Robotic Automation? (Choose Two)

Options:

A.

Complex processes that require human decision management.

B.

Processes that require access to multiple windows or applications.

C.

Repetitive tasks that require manual work.

D.

Rarely occurring processes such as sending annual reports.

E.

Rules-driven processes that users cannot easily perform in Pega Platform.

Buy Now
Questions 6

You are designing an automation that adds new customers to an online insurance web site. If a customer exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.

While debugging the automation, you notice that you are receiving a control not created exception message in the Add Customer procedure after a page navigation occurs.

How do you resolve the exception?

Options:

A.

Add a missing created event in the Add Customer procedure.

B.

Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.

C.

Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.

D.

Add a missing waitForEvent.Exists method in the Add Customer procedure.

Buy Now
Questions 7

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.

Buy Now
Questions 8

You created an RDA solution for a company that uses an application bar with various buttons that trigger robotic automations. Some of the users complained that the application bar often locks up during automation processing. Others complained that the automations enter the same data two to three times each iteration.

You suspect that the users are triggering the crashes and duplicate automation behavior by double-clicking the buttons on the application bar.

How do you resolve the situation?

Options:

A.

Hide the application bar as soon as the user clicks one of the buttons, and allow the application bar to reappear once the automation completes.

B.

After the initial click, disable the application bar buttons, display an automation progress bar, and then re-enable the buttons once the automation completes.

C.

Talk with the management team about the existing application bar behavior and user error at the company.

D.

Modify the automations so that they display a full message using the MessageManifest when the automations complete.

Buy Now
Questions 9

Which two statements about the Excel Connector are true? (Choose Two)

Options:

A.

Excel Connector allows you to work with data ranges.

B.

Excel Connector requires installation of Microsoft Office 2010 or later.

C.

You need to interrogate a workbook before using it with Excel Connector.

D.

You can modify and read from Excel workbooks using Pega Robot Studio without an Excel application being installed in the environment.

E.

Use the Excel Connector in scenarios where the user needs to interact with the workbook in Excel.

Buy Now
Questions 10

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

Buy Now
Questions 11

You add a MessageDialog component to an automation. Based on the following image, which option shows the configuration settings that generates the message dialog?

PEGACPRSA22V1 Question 11

PEGACPRSA22V1 Question 11

PEGACPRSA22V1 Question 11

PEGACPRSA22V1 Question 11

PEGACPRSA22V1 Question 11

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 12

Which step allows you to add a Watch to an automation variable?

Options:

A.

Right-click the execution link (yellow execution line) coming from the variable, and select Add Watch.

B.

Right-click the data link (blue propagate line) coming from the variable, and select Add Watch.

C.

Right-click the incoming/outgoing execution port (yellow dot) of the variable, and select Add Watch.

D.

Right-click the input/output data port (blue dot) of the variable, and select Add Watch.

Buy Now
Questions 13

During application discovery, what three things must the developer notice about the application to help design the automation? (Choose three.)

Options:

A.

How users interact with the applications

B.

How the adapter process data

C.

How the application responds during use

D.

How the application processes data

E.

How the automation responds to the process

Buy Now
Questions 14

Select the two statements that correctly describe application project items. (Choose Two)

Options:

A.

Using an application project item, users can integrate with Windows, web, or text applications that run on the client computer.

B.

An application project item is the connection point between Pega Platform and an automation.

C.

An application project item integrates with Windows applications by using a self-hosted REST service through JavaScript.

D.

An application project item orchestrates the deployment of a robotic solution and monitors the robots of the robot worker pool.

E.

Application project items have accessible properties, methods, and events that launch, monitor, and expose enterprise applications for automation.

Buy Now
Questions 15

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

Buy Now
Questions 16

You are developing a project for a financial company that implements a branding strategy for every application and webpage used by its customers. How do you ensure consistent formatting for all toast notifications in your project?

Options:

A.

In the Globals tab, expand the Utilities section of the Toolbox, select the Messages section and adjust the display settings in its property grid.

B.

In the project explorer, click the Information icon next to the project name, and adjust the toast notification settings in the project's property grid.

C.

Create an automation setting up the toast notification properties that runs automatically before proceeding to execute the project.

D.

Add a toast notification to the Globals tab and adjust the display settings in its property grid. To add a formatted toast notification to an automation, use a Show method from the Globals section of the Palette.

Buy Now
Questions 17

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

Buy Now
Questions 18

You are designing an attended project for a banking customer. This project requires you to add new customers from an application to a combo box in a custom user surface.

Which steps do you take to gain access to the methods of the combo box items within an automation?

Options:

A.

Drag the combo box to the automation surface to open the Select action dialog box, and then filter for the method that you want to access.

B.

Open the Globals tab, filter for the method that you want to access, and then drag the method to the design surface.

C.

Select the combo box in a design form of the user interface to open the Select action window.

D.

Select the combo box in the Palette tab of an automation, and then filter for the method that you want to access in the properties grid.

Buy Now
Questions 19

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.

Buy Now
Questions 20

You have completed your development for the DisputeTransaction.pega project. The enterprise installs the Pega Robot Runtime software on the agent’s desktop.

The enterprise is ready to unit test your solution but wants the Runtime executable to automatically launch the new project.

What do you configure to fulfill this request?

Options:

A.

Edit the setting in the PegaStudioConfig.xml by setting the value to the file location of the .pega file.

B.

Edit the setting in the PegaRuntimeConfig.xml by setting the value to the file location of the .pega file.

C.

Edit the setting in the CommonConfig.xml by setting the value to the file location of the .pega file.

D.

Edit the setting in the DisputeTransaction.pega by setting the value to the file location of the .pega file.

Buy Now
Questions 21

You are testing an automation that retrieves customer data from an application based on a customer number. The automation falls and displays the following error:

PEGACPRSA22V1 Question 21

Which two automations show valid breakpoint placement for debugging this automation error? (Choose Two)

A)

PEGACPRSA22V1 Question 21

B)

PEGACPRSA22V1 Question 21

C)

PEGACPRSA22V1 Question 21

D)

PEGACPRSA22V1 Question 21

E)

PEGACPRSA22V1 Question 21

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 22

The project you are working on has two applications: BankerInsight and Pega Finance. You are working on the BankerInsight application method. Which three elements are not available to be used on the application method’s design surface? (Choose Three)

Options:

A.

Automations that are not scoped within BankerInsight.

B.

BankerInsight controls.

C.

External data sources.

D.

Pega Finance controls.

E.

Globals.

Buy Now
Questions 23

You are working on a team project with several other architects. Each architect is assigned to create activities for several applications. You are ready to add your HR adapter project to the controller project.

Which three steps are required to add the HR project to the main solution? (Choose three.)

Options:

A.

Create an activity to make a call to the HR project to log in to the application.

B.

Import the HR project to the controller project using the manage imported projects window.

C.

Update the controlling project’s .Net framework property to match the HR adapter project.

D.

Add an existing project from the solution file using the solution explorer window.

E.

Add an assembly reference to the HR project from the controller project.

Buy Now
Questions 24

As a new development requirement, you must disable the Inventory link as shown in the following image. The Inventory link must be available only to the Store Managers user group. The user group validation is already developed, and the web application has already completed interrogation.

How do you disable Inventory link for the remaining user group?

PEGACPRSA22V1 Question 24

Options:

A.

In the Match Rules tab of the adapter, delete the Attribute Value Match rule associated to Inventory link.

B.

In Automation, in the created event of the Inventory link, set the IsCreated property to False.

C.

In the Match Rules tab of the adapter, from the Selected Target pane, assign the Checked property to False.

D.

In Automation, on the created event of the Inventory link, set the Enabled property to False.

Buy Now
Questions 25

When interrogating a single-page web application, you need to create a container for the logical page view. You decide to use the Select Element in the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.

PEGACPRSA22V1 Question 25

Options:

Buy Now
Questions 26

A developer working on an automation has added a diagnostic log component to check the following log file for information on inconsistent behavior.

PEGACPRSA22V1 Question 26

Based on the image, which category and log level did the developer configure for the diagnostic log component in the automation?

Options:

A.

Category: Automation; Log Level: Warning

B.

Category: Adapters; Log Level: Warning

C.

Category: Automation; Log Level: Info

D.

Category: Adapters; Log Level: Info

Buy Now
Questions 27

Deploying a robotic project to Pega Robot Manager requires configuring the Pega server and credentials.

The server connectivity settings can be set up or adjusted in several ways.

Which three of the following options are methods to set up or adjust the Pega Server settings? (Choose Three)

Options:

A.

Edit the Change Server fields during the deployment process.

B.

Configure the server settings during the initial installation of Pega Robot Studio.

C.

Rerun the Pega Robot Studio installation and configure the server settings.

D.

Manually edit the PegaStudioConfig.xml file from the Tools menu in Pega Robot Studio.

E.

Edit the Server Connectivity settings in the Tools menu in Pega Robot Studio.

Buy Now
Questions 28

Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.

Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)

Options:

A.

Add studio execution log entries

B.

Insert Try and Catch components to an automation

C.

Use the Automation Playback

D.

Dissert a log file for propagating data

Buy Now
Questions 29

Which project property setting do you set to True to automatically adjust the version numbering when deploying a project?

Options:

A.

Environment Overrides

B.

Version field

C.

Description field

D.

Increase Deployment Version

Buy Now
Questions 30

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

Buy Now
Exam Code: PEGACPRSA22V1
Exam Name: Certified Pega Robotics System Architect 22
Last Update: Nov 9, 2025
Questions: 101

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now PEGACPRSA22V1 testing engine

PDF (Q&A)

$31.5  $104.99
buy now PEGACPRSA22V1 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 09 Nov 2025