Winter Sale Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Pegasystems PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Exam Practice Test

Demo: 30 questions
Total 101 questions

Certified Pega Robotics System Architect 22 Questions and Answers

Question 1

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 2

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?

Options:

A.

AmountOfTransactionToDispute

B.

pylD

C.

Transactions

D.

TransactionAmount

Question 3

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 4

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

An automation requires the web adapter to attach to a running instance of Internet Explorer.

How do you achieve this requirement?

Options:

A.

Configure the Universal Web adapter and set the StartMethod property to MonitorAll.

B.

Configure the web adapter and set the StartMethod property to MonitorAll.

C.

Configure the web adapter and set the StartMehod property to Attach.

D.

The web adapter cannot connect to a running instance.

Question 7

The StartPage property is similar to the Path property.

Which statement about the StartPage and Path properties is true?

Options:

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.

Question 8

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.

Options:

Question 9

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 10

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 11

You are assigned to develop a set of activities by using a popular HR application. The application loads automatically after you start interrogation from Pega Robot Studio, but you notice that you are unable to use the bullseye on the Robot Studio Interrogation Form to drag and drop over the desired controls.

Why are you unable to interrogate the desired application controls?

Options:

A.

The StartMethod on the application is set to StartAndWait, but the TargetPath property is undefined.

B.

The StartOnProject property of the application is set to false.

C.

The StartMethod on the application is set to Start, but the TargetPath property is undefined.

D.

The StartMethod on the application is set to MonitorAll, but the Path property is undefined.

Question 12

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?

Options:

A.

Debug Matching

B.

Replace Control

C.

Default

D.

Select Element

Question 13

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

Options:

Question 14

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 15

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)

Options:

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.

Question 16

The business requirements states that the login automation creates a Success or Failed response when attempting to log in to the finance application. If a failure occurs, the automation should pass a message code with the Message Manifest before exiting the automation.

Which image represents the exit logic?

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 17

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 18

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 19

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

Options:

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

Question 20

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

Options:

A.

Pega Sales Automation

B.

Pega Customer Decision Hub

C.

Pega Customer Service

D.

Pega Robot Manager

Question 21

The following Context variables are defined in the Interaction.xml of the solution.

An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid.

When the agent finishes the call, an automation clears the context variables using ClearContext.

What is the state of the HasBeenPaid variable at this point?

Options:

A.

The value of HasBeenPaid is now True.

B.

The value of HasBeenPaid is now False.

C.

The value of HasBeenPaid is now null.

Question 22

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

Options:

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.

Question 24

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 25

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 26

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.

Options:

Question 27

When interrogating an application in a Chrome or Edge browser without X-ray Vision enabled, Pega Robot Studio uses only three match rules to uniquely identify the control. Which three match rules does Pega Robot Studio use when interrogating Chrome or Edge? (Choose Three)

Options:

A.

Web Control Children match rule

B.

Attribute Value match rule

C.

Property Value match rule

D.

Native Control match rule

E.

Control Children match rule

F.

Element Path match rule

Question 28

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 29

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 30

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?

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.

Demo: 30 questions
Total 101 questions