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

Last Attempt PEGACPRSA22V1 Questions

Certified Pega Robotics System Architect 22 Questions and Answers

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.