11.11 Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Pegasystems > PCRSA > PEGACPRSA22V1

PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Question and Answers

Question # 4

Which project property setting do you set to True to automatically adjust the version numbering when deploying a project?

A.

Environment Overrides

B.

Version field

C.

Description field

D.

Increase Deployment Version

Full Access
Question # 5

You can adjust how users interact with a robotics project on their desktops. Which file stores the settings that control user functions and desktop robotic access?

A.

PegaConfig.xml

B.

CommonConfig.xml

C.

PegaStudioConfig.xml

D.

PegaRuntimeConfig.xml

Full Access
Question # 6

When maintaining a robotic project, you encounter two separate issues with matching. In the first issue, the hierarchy of a web page has changed, and the control no longer matches. In the other issue, the control has multiple match rules, and one fails to match the control. Which two of the following interrogation methods can you use to resolve the matching issues in the project? (Choose Two)

A.

Refresh Matching

B.

Debug Control

C.

Debug Matching

D.

Replace Matching

E.

Replace Control

Full Access
Question # 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)

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.

Full Access
Question # 8

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.

Full Access
Question # 9

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.

Full Access
Question # 10

You must configure an application to store encrypted login credentials in the user's local profile. You also need to automate the login using the encrypted credentials. How do you fulfill this requirement without creating an automation?

A.

Create a robot activity that performs the application login.

B.

Set the necessary application credential properties before interrogating the target controls.

C.

Interrogate the target controls and set the necessary application credential properties.

D.

Interrogate the target controls and create a script to perform the login functionality.

Full Access
Question # 11

As a new development requirement, you must disable the Inventory link as shown in the following image. The Inventory link must be available only to the Store Managers user group. The user group validation is already developed, and the web application has already completed interrogation.

How do you disable Inventory link for the remaining user group?

A.

In the Match Rules tab of the adapter, delete the Attribute Value Match rule associated to Inventory link.

B.

In Automation, in the created event of the Inventory link, set the IsCreated property to False.

C.

In the Match Rules tab of the adapter, from the Selected Target pane, assign the Checked property to False.

D.

In Automation, on the created event of the Inventory link, set the Enabled property to False.

Full Access
Question # 12

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

A.

Variable values

B.

Citrix Context properties

C.

Adapter Text MatchRules

D.

Project properties

Full Access
Question # 13

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?

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.

Full Access
Question # 14

Select the two statements that correctly describe application project items. (Choose Two)

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.

Full Access
Question # 15

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?

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.

Full Access
Question # 16

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

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.

Full Access
Question # 17

There are two basic types of automations: events and procedures.

Which three statements describe a procedure automation? (Choose three.)

A.

It performs business logic and may interact with applications.

B.

It is triggered by a user or application action.

C.

It may contain more than one starting block.

D.

It contains an entry point and should contain at least one exit point.

E.

It should return a string value for messaging.

Full Access
Question # 18

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

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.

Full Access
Question # 19

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)

A.

Automations that are not scoped within BankerInsight.

B.

BankerInsight controls.

C.

External data sources.

D.

Pega Finance controls.

E.

Globals.

Full Access
Question # 20

You are using the Interaction framework for your project solution.

Where in the solution do you add an Interaction Manager component?

A.

In the project configuration file.

B.

As a local component of the automation.

C.

In the global container of the project.

D.

As a global component of the automation.

Full Access
Question # 21

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)

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.

Full Access
Question # 22

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

Full Access
Question # 23

A developer working on an automation has added a diagnostic log component to check the following log file for information on inconsistent behavior.

Based on the image, which category and log level did the developer configure for the diagnostic log component in the automation?

A.

Category: Automation; Log Level: Warning

B.

Category: Adapters; Log Level: Warning

C.

Category: Automation; Log Level: Info

D.

Category: Adapters; Log Level: Info

Full Access
Question # 24

Which step allows you to add a Watch to an automation variable?

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.

Full Access
Question # 25

The following image shows a Message Definitions configuration.

Which option is the correct representation of the message configuration settings?

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Full Access
Question # 26

Consider the following figure of an automation:

What is the value of firstDateToCompare and secondDateToCompare after the the automation runs?

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

Full Access
Question # 27

You created an RDA solution for a company that uses an application bar with various buttons that trigger robotic automations. Some of the users complained that the application bar often locks up during automation processing. Others complained that the automations enter the same data two to three times each iteration.

You suspect that the users are triggering the crashes and duplicate automation behavior by double-clicking the buttons on the application bar.

How do you resolve the situation?

A.

Hide the application bar as soon as the user clicks one of the buttons, and allow the application bar to reappear once the automation completes.

B.

After the initial click, disable the application bar buttons, display an automation progress bar, and then re-enable the buttons once the automation completes.

C.

Talk with the management team about the existing application bar behavior and user error at the company.

D.

Modify the automations so that they display a full message using the MessageManifest when the automations complete.

Full Access
Question # 28

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

A.

Pega Sales Automation

B.

Pega Customer Decision Hub

C.

Pega Customer Service

D.

Pega Robot Manager

Full Access
Question # 29

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)

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.

Full Access
Question # 30

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

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

Full Access