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

Pegasystems PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Exam Practice Test

Certified Pega Robotics System Architect 22 Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Question 2

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

Options:

Question 3

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 4

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?

Options:

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.

Question 5

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.

Options:

Question 6

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 7

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.

Question 8

You have completed your development for the DisputeTransaction.pega project. The enterprise installs the Pega Robot Runtime software on the agent’s desktop.

The enterprise is ready to unit test your solution but wants the Runtime executable to automatically launch the new project.

What do you configure to fulfill this request?

Options:

A.

Edit the setting in the PegaStudioConfig.xml by setting the value to the file location of the .pega file.

B.

Edit the setting in the PegaRuntimeConfig.xml by setting the value to the file location of the .pega file.

C.

Edit the setting in the CommonConfig.xml by setting the value to the file location of the .pega file.

D.

Edit the setting in the DisputeTransaction.pega by setting the value to the file location of the .pega file.

Question 9

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

Question 10

To modify an object’s default properties before use in a project, which setting must be updated?

Options:

A.

Naming Rules

B.

Prefix Types

C.

Type Prefixes

D.

Type Name

Question 11

You have completed your solution design. The customer installed the Pega Robot Runtime software on the agent’s desktop. The customer is ready to unit test your solution, but wants the Runtime executable to automatically launch the new robotics solution.

How do you fulfill this request?

Options:

A.

Edit the StartupProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.

B.

Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.

C.

Edit the StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.

D.

Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .diagnostics file.

Question 12

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:

Question 13

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 14

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

Question 15

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.

Options:

Question 16

Your log on automation is failing and you cannot proceed because the Submit button is not enabled. After searching the HTML code, you discover that the Submit button is enabled only after the Password field experiences a key press.

How do you resolve the automation issue?

Options:

A.

On the Password field, add an Enabled property and set it to True.

B.

On the Password field, add a RaiseEvent method with onkeypress.

C.

On the Submit button, add a Disabled property and set it to True.

D.

On the Submit button, add a RaiseEvent method with onkeypress.

Question 17

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 18

The following image shows a Message Definitions configuration.

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

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 19

Consider the following figure of an automation:

What is the value of outputString after the execution of the automation?

Options:

A.

Falseresult

B.

Trueresult

C.

False result

D.

FalseFalse

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

Question 21

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 22

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 23

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)

Options:

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.

Question 24

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:

Question 25

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 26

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 27

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

Options:

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.

Question 28

Match this robot activity completion status on the left to the unattended automation scenario on the right.

Options:

Question 29

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 30

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