Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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?

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.

You are responsible for sending the deployment package to the customer. You are required to build your solution to work with the test and production HR systems. The customer only wants to create one solution that can work with both environments.

How do you fulfill this request?

A.

Add two adapters to the HR Project: One adapter for production and one adapter for test.

B.

Add two configuration files to the HR System project: One configuration file for production and one for test.

C.

Add one configuration file to the HR System project; the configuration file contains the production and test details.

D.

Add two projects to the solution: One project for production and one project for test.

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

A.

ForLoop

B.

Switch

C.

stringUtils

D.

messageDialog

E.

dateTimeUtils

The following image shows a Message Definitions configuration.

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

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Which interrogation option provides a pop-up window to choose the interrogated control’s HTML tags?

A.

Select Element

B.

Replace Control

C.

Create Global Web Page

D.

HTML Table Designer

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.

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

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.

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

Why are you unable to interrogate the desired application controls?

A.

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

B.

The StartMethod on the adapter is set to MonitorAll, but the path property is undefined.

C.

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

D.

The adapter’s StartOnProject property is set to false.

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

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.

During application discovery, what three things must the developer notice about the application to help design the automation? (Choose three.)

A.

How users interact with the applications

B.

How the adapter process data

C.

How the application responds during use

D.

How the application processes data

E.

How the automation responds to the process