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

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Questions and Answers

Questions 4

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 5

When developing automations and robotic projects for use with Pega applications, there are recommended design specifics and considerations for the developer. Of the options below, which three are recommended developer considerations? (Choose Three)

Options:

A.

Set valid completion status.

B.

Design an automation to complete multiple tasks.

C.

Use an unlimited number of transferable data items.

D.

Ensure data formats agree between the automation and the Pega application.

E.

Match the Pega automation identifier with the robot activity component name.

F.

Run automations synchronously.

Buy Now
Questions 6

Automation you are working on creates a data collection, so you have extracted a Data Table proxy. What action occurs when you drag the DataTableProxy from the Globals section of the Palette to the automation surface?

Options:

A.

A This property is added to the automation surface.

B.

A Quick Add dialog box opens.

C.

A proxy design block is added to the automation surface.

D.

A Select Action dialog box opens.

E.

A GetTable method is added to the automation surface.

Buy Now
Questions 7

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 8

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.

Buy Now
Questions 9

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.

Options:

Buy Now
Questions 10

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 11

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 12

You interrogated a page using Create Global Web Page with the title:

Customer: B Norton| Financial ABC Application

During debugging of an automation using the interrogated web page, you ran the first test using the account B Norton. On the second test, you used S Whitfield. The second debugging failed. After checking the matching of the controls, you recognize the issue.

How do you correct the matching issue?

Options:

A.

Modify the Window Text Match Rule.

B.

Modify the Document Title Match Rule.

C.

Modify the Document URL Match Rule.

D.

Reinterrogate the control using Replace Control on the Interrogation Form.

Buy Now
Questions 13

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

Options:

Buy Now
Questions 14

The business requirement states the solution should update and save the address to all applicable applications in the solution. The interaction configuration file is already configured with the SaveAddress activity. You are now ready to add an Activity component to a project using standard naming conventions.

Which option meets the requirement for configuring the Activity component?

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 15

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 16

Lines in the RuntimeLog containing the text “ExecutionLink From:” refer specifically to what item from your solution?

Options:

A.

Blue data lines

B.

Automation entry points

C.

Automation execution threads

D.

Yellow execution lines

Buy Now
Questions 17

In which two ways do the two publishers, Log4Net and File Publisher, differ? (Choose two.)

Options:

A.

Log4Net can provide a minimum number of log files to retain.

B.

Log4Net can append new data to the log file.

C.

Log4Net can set the log file size.

D.

Log4Net can change the directory location of the log file.

Buy Now
Questions 18

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.

Buy Now
Questions 19

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 20

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

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

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 24

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

Buy Now
Questions 25

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

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

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 26

You are deploying a robotic project to Pega Robot Manager. Which file stores the Pega Robot Manager server settings?

Options:

A.

PegaStudioConfig.xml

B.

CommonConfig.xml

C.

PegaRuntimeConfig.xml

D.

PegaConfig.xml

Buy Now
Questions 27

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 28

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 29

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 30

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