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

You are working on a team project with several other architects. Each architect is assigned to create activities for several applications. You are ready to add your HR adapter project to the controller project.

Which three steps are required to add the HR project to the main solution? (Choose three.)

Options:

A.

Create an activity to make a call to the HR project to log in to the application.

B.

Import the HR project to the controller project using the manage imported projects window.

C.

Update the controlling project’s .Net framework property to match the HR adapter project.

D.

Add an existing project from the solution file using the solution explorer window.

E.

Add an assembly reference to the HR project from the controller project.

Question 2

The following image shows a Message Definitions configuration.

as

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

as

as

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 3

A developer adds a diagnostic log component to an automation and checks the log file.

as

Based on the image, how did the developer configure the diagnostic log component settings?

as

as

as

as

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 4

In Pega Robol Studio. Windows application menu items ate generally not directly interrogated. What is the process of interrogating menu items in a Windows application? In the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.

as

Options:

Question 5

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 6

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 7

Which two statements are valid for the given automation? (Choose two.)

as

Options:

A.

The automation is initiated when the value of the NearestStore changes.

B.

Assign Main|b|NearestStore with the new value only if the value changed belongs to an active key.

C.

Assign Main|b|NearestStore with the new value when the value of the NearestStore changes.

D.

The value of the NearestStore changes when the automation is initiated.

Question 8

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.

Question 9

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 10

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 11

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 12

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

as

Options:

Question 13

You are designing an automation that adds new customers to an online insurance web site. If a customer exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.

While debugging the automation, you notice that you are receiving a control not created exception message in the Add Customer procedure after a page navigation occurs.

How do you resolve the exception?

Options:

A.

Add a missing created event in the Add Customer procedure.

B.

Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.

C.

Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.

D.

Add a missing waitForEvent.Exists method in the Add Customer procedure.

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

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.

Question 16

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.

Question 17

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

Question 18

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

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

Question 20

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

Options:

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

Question 21

Based on the following image of a data model for a case, and assuming all records are relevant records, which property is not a scalar property that you cannot use to import export data with a robot activity?

as

Options:

A.

AmountOfTransactionToDispute

B.

pylD

C.

Transactions

D.

TransactionAmount

Question 22

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

Question 23

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)

as

B)

as

C)

as

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 24

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

Question 25

When interrogating a single-page web application, you need to create a container for the logical page view. You decide to use the Select Element in the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.

as

Options:

Question 26

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.

Question 27

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)

Options:

A.

Refresh Matching

B.

Debug Control

C.

Debug Matching

D.

Replace Matching

E.

Replace Control

Question 28

You are debugging a project with several automations. You are particular about one specific value in a procedure automation and want to monitor the value while debugging.

Which debugging window do you use during the debugging process?

Options:

A.

Locals

B.

Automation Watches

C.

Breakpoints

D.

Threads

Question 29

You are debugging a script component for your project. When the automation executes your script, the intended result does not occur. You suspect that one or more variables within your script are not being set to the proper value. Your version of Pega Robot Studio does not support the use of breakpoints within the script designer.

In what two ways can you debug the script? (Choose two.)

Options:

A.

Enable Runtime logging and enter a diagnostic message to log the variable values during script execution.

B.

Add a breakpoint before calling the script so that you can assign a watch for the variable(s) used within the script.

C.

Check with the Support team to upgrade Robotic Automation Studio to the version which contains script debugging.

D.

Modify the script so that the variable values are returned in the automation.

Question 30

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.

as

Options:

Page: 1 / 10
Total 101 questions