New Year Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Questions and Answers

Questions 4

Unattended automations, when run. follow a basic process flow. Arrange the following steps in the order in which unattended automation topic processes a case.

Options:

Buy Now
Questions 5

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

Buy Now
Questions 6

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

Buy Now
Questions 7

When evaluating business requirements and reviewing each application in a project, before you interrogate the application, what three actions do you perform during application discovery? (Choose Three)

Options:

A.

Verify the number of application instances accessed by the user simultaneously.

B.

Verify that the automation works as intended.

C.

Verify how the application opens outside of Pega Robot Studio.

D.

Verify the interactions between all applications in the project.

E.

Identify the technology on which the application is built (web, Windows, text).

F.

Verify the match rules on all interrogated controls.

Buy Now
Questions 8

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 9

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

Which two options can you use to interrogate this hidden drop-down list control? (Choose Two)

Options:

A.

In the Interrogation Form dialog box, select HTML Table Editor.

B.

On the Web Controls tab, select the page, and then click List Web Controls.

C.

Use the Delay option on the Interrogation Form.

D.

On the Interrogation Form, select Select Element.

E.

On the Application tab, click the Virtual Controls tab.

Buy Now
Questions 10

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 11

What is the scope of a const_msgID variable that you add to the project from the Toolbox tab of the Globals designer?

Options:

A.

A const_msgID variable has a global scope, which means that it is accessible from every automation of the project.

B.

A const_msgID variable has a local scope but you can change the scope by right-clicking and selecting Move to Globals.

C.

A const_msgID variable has a local scope, which means that it is accessible from the automation in which you created it.

D.

A const_msgID is a constant variable, which means that it has a local scope.

Buy Now
Questions 12

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

Buy Now
Questions 13

Match the term on the left with its description on the right.

Options:

Buy Now
Questions 14

When interrogating an application in a Chrome or Edge browser without X-ray Vision enabled, Pega Robot Studio uses only three match rules to uniquely identify the control. Which three match rules does Pega Robot Studio use when interrogating Chrome or Edge? (Choose Three)

Options:

A.

Web Control Children match rule

B.

Attribute Value match rule

C.

Property Value match rule

D.

Native Control match rule

E.

Control Children match rule

F.

Element Path match rule

Buy Now
Questions 15

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 16

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:

Buy Now
Questions 17

our project for a customer service department contains a Windows form with a btnUpdateAccount button. Users click btnUpdateAccount to automate the updates of other customer account systems at the end of the call. You create the UpdateAccount automation to ensure that the Windows form is still accessible after clicking the button.

Which option represents the UpdateAccount automation with this requirement?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option D

D.

Option D

Buy Now
Questions 18

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 19

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

Options:

Buy Now
Questions 20

When interrogating a Windows control, the drag and drop Default interrogation method does not work. You decide to use the Create Control option to interrogate the control.

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

Options:

Buy Now
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.

Buy Now
Questions 22

Before deploying your robotic project, you realize that the connection parameters (or Pega Robot Manager, the Pega Robot Runtime settings, and the application login credentials for Assisted Sign-On need updating to reflect the production environment.

Arrange the three steps, as shown in the following figure. that you click in the correct order to access the necessary configuration files. (Choose Three).

Options:

Buy Now
Questions 23

During project testing, an issue requires you to add a diagnostic log component to track the log files to help determine a resolution. After testing, you decide not to remove the diagnostic log component from the automation and decide to simply turn off the log component.

Which diagnostic log component setting allows you to turn the logging component off temporarily?

Options:

A.

Setting the Category to Off

B.

Setting the Mode to Off

C.

Setting Type to Off

Buy Now
Questions 24

To modify an object’s default properties before use in a project, which setting must be updated?

Options:

A.

Naming Rules

B.

Prefix Types

C.

Type Prefixes

D.

Type Name

Buy Now
Questions 25

In the Answer Area, drag each use case on the left to the correct Toolbox item.

Options:

Buy Now
Questions 26

Which two statements are valid for the given automation? (Choose two.)

Options:

A.

The automation is initiated when the value of the NearestStore changes.

B.

Assign Main|b|NearestStore with the new value only if the value changed belongs to an active key.

C.

Assign Main|b|NearestStore with the new value when the value of the NearestStore changes.

D.

The value of the NearestStore changes when the automation is initiated.

Buy Now
Questions 27

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 28

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 29

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.

Buy Now
Questions 30

The variable varInput is a String that holds the value What is the output?

What is the outcome of the above automation?

Options:

A.

An exception is thrown.

B.

The variable varOutput ends with C.

C.

The variable varOutput ends with A.

D.

The variable varOutput ends with B.

Buy Now

PCRSA |

Exam Code: PEGACPRSA22V1
Exam Name: Certified Pega Robotics System Architect 22
Last Update: Dec 24, 2025
Questions: 101
PEGACPRSA22V1 pdf

PEGACPRSA22V1 PDF

$25.5  $84.99
PEGACPRSA22V1 Engine

PEGACPRSA22V1 Testing Engine

$30  $99.99
PEGACPRSA22V1 PDF + Engine

PEGACPRSA22V1 PDF + Testing Engine

$40.5  $134.99