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

Pegasystems PEGACPRSA22V1 Certified Pega Robotics System Architect 22 Exam Practice Test

Page: 1 / 10
Total 101 questions

Certified Pega Robotics System Architect 22 Questions and Answers

Question 1

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?

Question # 1

Options:

A.

ClarifyCRM

B.

MdiClient

C.

_Case_1

D.

Control

Question 2

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 3

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?

Options:

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.

Question 4

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 5

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 6

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 7

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 8

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

Question # 8

Options:

Question 9

You add a MessageDialog component to an automation. Based on the following image, which option shows the configuration settings that generates the message dialog?

Question # 9

Question # 9

Question # 9

Question # 9

Question # 9

Options:

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Question 10

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 11

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 12

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 13

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 14

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 15

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 16

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 17

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.

Question # 17

Options:

Question 18

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 19

After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.

Question # 19

Which of the following applications does the user see on the desktop after using the Start My Day functionality?

Options:

A.

ACMESearchSystem, Notepad++, BankerInsight

B.

CRM, BankerInsight

C.

ACMESearchSystem, CRM, Notepad++, BankerInsight

D.

CRM, Notepad++, BankerInsight

Question 20

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 21

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.

Question # 21

Options:

Question 22

Which step allows you to add a Watch to an automation variable?

Options:

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.

Question 23

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)

Question # 23

B)

Question # 23

C)

Question # 23

D)

Question # 23

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 24

Select the two statements that correctly describe application project items. (Choose Two)

Options:

A.

Using an application project item, users can integrate with Windows, web, or text applications that run on the client computer.

B.

An application project item is the connection point between Pega Platform and an automation.

C.

An application project item integrates with Windows applications by using a self-hosted REST service through JavaScript.

D.

An application project item orchestrates the deployment of a robotic solution and monitors the robots of the robot worker pool.

E.

Application project items have accessible properties, methods, and events that launch, monitor, and expose enterprise applications for automation.

Question 25

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 26

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 27

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 28

When interrogating a Windows control, the drag and drop Default interrogation method does not work. You decide to use the Create Control option to interrogate the control.

From the Interrogation Steps list, move all of the options to the Ordered Interrogation Steps column and place them in the correct order.

Question # 28

Options:

Question 29

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 30

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?

Question # 30

Options:

A.

AmountOfTransactionToDispute

B.

pylD

C.

Transactions

D.

TransactionAmount

Page: 1 / 10
Total 101 questions