11.11 Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Questions and Answers

Questions 4

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

PEGACPRSA22V1 Question 4

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

PEGACPRSA22V1 Question 4

PEGACPRSA22V1 Question 4

PEGACPRSA22V1 Question 4

PEGACPRSA22V1 Question 4

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 5

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

PEGACPRSA22V1 Question 5

Options:

Buy Now
Questions 6

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 7

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

PEGACPRSA22V1 Question 7

Options:

A.

ActivityName

B.

FullName

C.

(Name)

D.

UniquelD

Buy Now
Questions 8

The following Context variables are defined in the Interaction.xml of the solution.

PEGACPRSA22V1 Question 8

An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid.

PEGACPRSA22V1 Question 8

When the agent finishes the call, an automation clears the context variables using ClearContext.

PEGACPRSA22V1 Question 8

What is the state of the HasBeenPaid variable at this point?

Options:

A.

The value of HasBeenPaid is now True.

B.

The value of HasBeenPaid is now False.

C.

The value of HasBeenPaid is now null.

Buy Now
Questions 9

Which two of the following Tool Windows are used in Pega Robot Studio? (Choose two.)

Options:

A.

Designer windows

B.

Solution Explorer

C.

Object Explorer

D.

Menu toolbar

Buy Now
Questions 10

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

PEGACPRSA22V1 Question 10

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

Options:

A.

Pega Finance, Notepad, BankerInsight

B.

CRM, BankerInsight

C.

CRM, Notepad, BankerInsight

D.

Pega Finance, CRM, Notepad, BankerInsight

Buy Now
Questions 11

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 12

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.

Buy Now
Questions 13

The business requirements states that the login automation creates a Success or Failed response when attempting to log in to the finance application. If a failure occurs, the automation should pass a message code with the Message Manifest before exiting the automation.

Which image represents the exit logic?

PEGACPRSA22V1 Question 13

PEGACPRSA22V1 Question 13

PEGACPRSA22V1 Question 13

PEGACPRSA22V1 Question 13

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 14

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

Buy Now
Questions 15

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 16

You are debugging a script component for your project. When the automation executes your script, the intended result does not occur. You suspect that one or more variables within your script are not being set to the proper value. Your version of Pega Robot Studio does not support the use of breakpoints within the script designer.

In what two ways can you debug the script? (Choose two.)

Options:

A.

Enable Runtime logging and enter a diagnostic message to log the variable values during script execution.

B.

Add a breakpoint before calling the script so that you can assign a watch for the variable(s) used within the script.

C.

Check with the Support team to upgrade Robotic Automation Studio to the version which contains script debugging.

D.

Modify the script so that the variable values are returned in the automation.

Buy Now
Questions 17

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 18

Consider the following figure of an automation:

PEGACPRSA22V1 Question 18

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

Buy Now
Questions 19

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 20

An application includes Assisted Sign-On by default with Pega Robot Studio?

Options:

A.

Pega Sales Automation

B.

Pega Customer Decision Hub

C.

Pega Customer Service

D.

Pega Robot Manager

Buy Now
Questions 21

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.

PEGACPRSA22V1 Question 21

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

Buy Now
Questions 22

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

PEGACPRSA22V1 Question 22

Options:

Buy Now
Questions 23

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 24

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 25

Pega Robotic Coding Standards suggest organization of project components. You have added the _GC_CRM project item to the CRMPrj.

Which three components are recommended to be placed in the _GC_CRM project item? (Choose three.)

Options:

A.

ForLoop

B.

Switch

C.

stringUtils

D.

messageDialog

E.

dateTimeUtils

Buy Now
Questions 26

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.

Buy Now
Questions 27

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 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

Your log on automation is failing and you cannot proceed because the Submit button is not enabled. After searching the HTML code, you discover that the Submit button is enabled only after the Password field experiences a key press.

How do you resolve the automation issue?

Options:

A.

On the Password field, add an Enabled property and set it to True.

B.

On the Password field, add a RaiseEvent method with onkeypress.

C.

On the Submit button, add a Disabled property and set it to True.

D.

On the Submit button, add a RaiseEvent method with onkeypress.

Buy Now
Questions 30

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

PEGACPRSA22V1 Question 30

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

PEGACPRSA22V1 Question 30

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
Exam Code: PEGACPRSA22V1
Exam Name: Certified Pega Robotics System Architect 22
Last Update: Nov 9, 2025
Questions: 101

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now PEGACPRSA22V1 testing engine

PDF (Q&A)

$43.57  $124.49
buy now PEGACPRSA22V1 pdf