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

Free and Premium Pegasystems PEGACPRSA22V1 Dumps Questions Answers

Certified Pega Robotics System Architect 22 Questions and Answers

Question 1

You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.

What two troubleshooting steps do you perform to correct the issue? (Choose two.)

Options:

A.

Confirm the proxy data in a messageDialog.

B.

Confirm the stringUtils method works.

C.

Confirm the data type on the procedure automation input parameter.

D.

Confirm the proxy’s data type matches with the stringUtils method.

Buy Now
Question 2

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)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 3

Automation you are working on creates a data collection, so you have extracted a Data Table proxy. What action occurs when you drag the DataTableProxy from the Globals section of the Palette to the automation surface?

Options:

A.

A This property is added to the automation surface.

B.

A Quick Add dialog box opens.

C.

A proxy design block is added to the automation surface.

D.

A Select Action dialog box opens.

E.

A GetTable method is added to the automation surface.

Question 4

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 5

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 6

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 7

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 8

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.

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 9

What is the scope of a const_msgID variable that you add to the project from the Toolbox tab of the Globals designer?

Options:

A.

A const_msgID variable has a global scope, which means that it is accessible from every automation of the project.

B.

A const_msgID variable has a local scope but you can change the scope by right-clicking and selecting Move to Globals.

C.

A const_msgID variable has a local scope, which means that it is accessible from the automation in which you created it.

D.

A const_msgID is a constant variable, which means that it has a local scope.

Question 10

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

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 11

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 12

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 13

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 14

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 15

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 16

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 17

Which of the following controls cannot be added to the Windows form?

Options:

A.

ComboBox

B.

ProgressBar

C.

Pointer

D.

PictureBox

Question 18

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 19

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 20

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 21

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

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

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 24

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 25

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.

Options:

Question 26

Which two of the following tasks are not suitable for Pega Robotic Automation? (Choose Two)

Options:

A.

Complex processes that require human decision management.

B.

Processes that require access to multiple windows or applications.

C.

Repetitive tasks that require manual work.

D.

Rarely occurring processes such as sending annual reports.

E.

Rules-driven processes that users cannot easily perform in Pega Platform.

Question 27

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 28

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 29

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 30

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