New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Questions and Answers

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.

Buy Now
Questions 5

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 5

Options:

A.

ActivityName

B.

FullName

C.

(Name)

D.

UniquelD

Buy Now
Questions 6

Pega Robot Studio provides five rules on how to differentiate between cloneable application objects when using key assignments in automations. The first rule states that an event creates the instance to set the context of a cloneable object. The remaining four rules state the requirements for a key assignment.

In the Answer Area, determine if each rule description requires a key assignment.

PEGACPRSA22V1 Question 6

Options:

Buy Now
Questions 7

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 8

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 9

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

PEGACPRSA22V1 Question 9

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

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 11

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

PEGACPRSA22V1 Question 11

Options:

Buy Now
Questions 12

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 13

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 14

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 15

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.

PEGACPRSA22V1 Question 15

Options:

Buy Now
Questions 16

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.

PEGACPRSA22V1 Question 16

Options:

Buy Now
Questions 17

Which three of the following characterize automatic step creation? (Choose Three)

Options:

A.

Automatically used for applications that X-ray Vision does not support.

B.

Displays a blue Gear icon.

C.

Usable at any time by clicking the Gear icon.

D.

Available for previously interrogated application controls.

E.

Automatically available for applications that X-ray Vision supports.

Buy Now
Questions 18

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?

PEGACPRSA22V1 Question 18

Options:

A.

AmountOfTransactionToDispute

B.

pylD

C.

Transactions

D.

TransactionAmount

Buy Now
Questions 19

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

Buy Now
Questions 20

In Pega Robol Studio. Windows application menu items ate generally not directly interrogated. What is the process of interrogating menu items in a Windows application? In the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.

PEGACPRSA22V1 Question 20

Options:

Buy Now
Questions 21

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 22

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 23

Your Pega Robot Manager indicates that one of your robots has an unhealthy status and has failed several assignments.

What is the first step in troubleshooting an unhealthy robot?

Options:

A.

Open the Developer Toolbar and use the Tracer to review a log of all the robot’s actions.

B.

Modify the File Publisher Diagnostics settings to review a studio log of all the robot’s actions.

C.

Open the Developer Toolbar and use the Clipboard tool to review the data available in the pyWorkPage.

D.

Confirm that the File Publisher Diagnostics settings are enabled and review a run-time log of all the robot’s actions.

Buy Now
Questions 24

The Adapter Match Rules tab provides the developer the access to resolve match rule issues during interrogation of an application and during maintenance of the solution. The Match Rules tab contains four areas.

Drag each Area on the left to the correct Area Description.

PEGACPRSA22V1 Question 24

Options:

Buy Now
Questions 25

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 26

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 27

While preparing for packaging and deployment, you decide to remove all remaining breakpoints from the automations in each project.

Which two ways can you delete automation breakpoints? (Choose Two)

Options:

A.

Clear all automation breakpoints in the Breakpoints tab of the Debugging tools window.

B.

Right-click a breakpoint in an automation, and then select Remove Breakpoint.

C.

Use the hot keys to remove each automation link that includes a breakpoint.

D.

Right-click an automation on the automation surface, and then select Delete all breakpoints.

E.

Click a breakpoint in an automation, and then press the Delete key.

Buy Now
Questions 28

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 28

PEGACPRSA22V1 Question 28

PEGACPRSA22V1 Question 28

PEGACPRSA22V1 Question 28

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 29

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 29

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

A)

PEGACPRSA22V1 Question 29

B)

PEGACPRSA22V1 Question 29

C)

PEGACPRSA22V1 Question 29

D)

PEGACPRSA22V1 Question 29

E)

PEGACPRSA22V1 Question 29

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 30

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 30

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

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99