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

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

A.

ForLoop

B.

Switch

C.

stringUtils

D.

messageDialog

E.

dateTimeUtils

Full Access
Question # 5

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

A.

Designer windows

B.

Solution Explorer

C.

Object Explorer

D.

Menu toolbar

Full Access
Question # 6

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

You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.

Which control from the Toolbox do you use to determine which page you were on after performing the login function?

A.

WaitAll

B.

Switch

C.

WaitAny

D.

Signal

Full Access
Question # 8

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?

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.

Full Access
Question # 9

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)

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.

Full Access
Question # 10

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

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

Full Access
Question # 12

Within your project for a car renting company, you create an automation that reads data From an online form and calls a subautomation that saves that data in the company's application. The UpdateCustomerDetails subautomation has two exit points, Success and Failure, and two output parameters. Result and errCode.

Which figure represents this subautomation?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 13

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:

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

A)

B)

C)

D)

E)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access
Question # 14

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

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.

Full Access
Question # 15

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?

A.

Debug Matching

B.

Replace Control

C.

Default

D.

Select Element

Full Access
Question # 16

Which three statements describe the characteristics of unattended automations? (Choose Three)

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.

Full Access
Question # 17

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?

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.

Full Access
Question # 18

During application discovery of a Clarify application, you determine that the user accesses more than one customer case concurrently within the application, which creates multiple windows of the same type. This requires you to enable the UseKeys property on an application’s object.

Based on the image that shows the application and the matched controls in the Object Explorer, which control’s UseKeys property must be set to True?

A.

ClarifyCRM

B.

MdiClient

C.

_Case_1

D.

Control

Full Access
Question # 19

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

Which interrogation option provides a pop-up window to choose the interrogated control’s HTML tags?

A.

Select Element

B.

Replace Control

C.

Create Global Web Page

D.

HTML Table Designer

Full Access
Question # 21

The StartPage property is similar to the Path property.

Which statement about the StartPage and Path properties is true?

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.

Full Access
Question # 22

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

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

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)

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.

Full Access
Question # 25

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

Which two of the following statements describe robotic automation assets? (Choose Two)

A.

The assets streamline the development process across an enterprise.

B.

The assets are customizable for robotic projects after developers download them into a robotic project.

C.

The assets ensure consistency of development across an enterprise and robotic projects.

D.

The assets increase the upload and download time for the developer who uses Pega Robot Studio.

Full Access
Question # 27

The Automation Playback window allows you to ______________.

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

Full Access
Question # 28

Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.

Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)

A.

Add studio execution log entries

B.

Insert Try and Catch components to an automation

C.

Use the Automation Playback

D.

Dissert a log file for propagating data

Full Access
Question # 29

You are designing an attended project for a banking customer. This project requires you to import new customers from a text file to a lookup table.

Which steps do you take to gain access to the ImportDelimitedFile method of the lookup table within an automation?

A.

Select the ImportDelimitedFile method in a design form of the user interface to open the Select action window.

B.

Drag the lookup table from the Locals section of the Palette to the automation surface to open the Select action window, and then filter for the ImportDelimitedFile method.

C.

Open the Globals tab, filter for the ImportDelimitedFile method, and then drag it to the design surface.

D.

Drag the lookup table from the Globals section of the Palette to the automation surface to open the Select action window, and then filter for the ImportDelimitedFile method.

Full Access
Question # 30

In a Java application, you click a button to load a grid. The grid loads as a separate process under the Java application.

Which property allows you to interrogate the grid?

A.

HookChildProcesses

B.

EnableMatchInProcess

C.

TargetPath

D.

IgnoreMainBrowser

Full Access