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

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 5

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.

Options:

Buy Now
Questions 6

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 7

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 8

You create a RcboticBanking project containing a Bankerlnsight application, two automations (AddCustomer and RemoveCustomer). and two Bankerlnslght's application methods (CustomerSearch and Login).

Which option shows the Project explorer with the content defined above7

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 9

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

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 12

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

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 13

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

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

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

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 14

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 15

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 16

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?

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Buy Now
Questions 17

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.

Options:

Buy Now
Questions 18

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

Which two statements about Label/Jump To functionality are true? (Choose Two)

Options:

A.

It allows you to pass variables to different parts or workflows of the same automation.

B.

It allows you to keep automations organized and aids in debugging.

C.

It allows you to pass variables to different automations of the same project.

D.

It allows you to have multiple Exit points in an automation.

E.

It allows you to connect with other automations in the project.

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

When you debug an automation, you have three function keys to use for navigating the breakpoints. Drag each navigation rule on the left to the box next to the correct function key on the right.

Options:

Buy Now
Questions 23

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 24

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 25

An attended automation sources a data page to populate properties in your Pega application. Though several debugging tests show the automation executing fully, the automation does not properly source the data page in time to return the values to the Pega application.

This issue may be a result of which one of the options below?

Options:

A.

The automation runs longer than the default data page timeout of 60 seconds.

B.

The robot activity ClassName property value is incorrect.

C.

The automation runs faster than the data page can perform a data transform.

D.

The automation does not return the proper SetCompletionStatus.

Buy Now
Questions 26

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 27

When performing application discovery, it is important that you __________________________ and __________________________ . (Choose two.)

Options:

A.

utilize test methods to validate that you can interact with representatives of the controls in the use case

B.

write automations to accomplish the basic search functionality of the application

C.

interrogate all controls required for the use case

D.

interrogate 100 percent of the controls in the application

Buy Now
Questions 28

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

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