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

Pegasystems PEGACPRSA22V1 Dumps

Certified Pega Robotics System Architect 22 Questions and Answers

Question 1

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

as

Options:

Question 2

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.

as

Options:

Question 3

Consider the following figure of an automation:

as

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

Options:

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

Question 4

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.

Question 5

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

Question 6

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?

Options:

A.

PegaConfig.xml

B.

CommonConfig.xml

C.

PegaStudioConfig.xml

D.

PegaRuntimeConfig.xml

Question 7

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

Options:

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.

Question 8

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

as

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.

Question 9

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

Question 10

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?

Options:

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.

Question 11

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)

Options:

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.

Question 12

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?

Options:

A.

HookChildProcesses

B.

EnableMatchInProcess

C.

TargetPath

D.

IgnoreMainBrowser

Question 13

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?

Options:

A.

WaitAll

B.

Switch

C.

WaitAny

D.

Signal

Question 14

You are using the Interaction framework for your project solution.

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

Options:

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.

Question 15

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

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

Options:

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.

Question 16

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:

as

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

A)

as

B)

as

C)

as

D)

as

E)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

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?

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.

Question 18

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)

Options:

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.

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)

Options:

A.

Automations that are not scoped within BankerInsight.

B.

BankerInsight controls.

C.

External data sources.

D.

Pega Finance controls.

E.

Globals.

Question 20

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

Options:

A.

Environment Overrides

B.

Version field

C.

Description field

D.

Increase Deployment Version

Question 21

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.

Question 22

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

Question 23

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.

as

Options:

Question 24

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?

as

Options:

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.

Question 25

A solution design document outlines several projects for the solution. You are assigned to the Loan Servicing project (LoanSvcPrj). The project uses the Interaction Framework function to communicate with the other projects.

Which three toolbox project items do you add to LoanSvcPrj? (Choose three.)

Options:

A.

Message Manifest

B.

Interaction.xml

C.

Interaction Manager

D.

Activity

E.

String Variable

Question 26

An Insurance Call Center project requires the use of the Interaction Framework. The supporting applications should perform specific work when processing claims. The claim requires the claim number and the claim date, but it may also share other claim information in the interaction’s context values.

Based on the information, which interaction.xml activity entry configures the project requirements?

as

as

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 27

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

Question 28

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

Question 29

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.

as

Options:

Question 30

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.

Page: 1 / 10
Total 101 questions