Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

our project for a customer service department contains a Windows form with a btnUpdateAccount button. Users click btnUpdateAccount to automate the updates of other customer account systems at the end of the call. You create the UpdateAccount automation to ensure that the Windows form is still accessible after clicking the button.

Which option represents the UpdateAccount automation with this requirement?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option D

D.

Option D

An attended automation sources a data page to populate properties in your Pega application. Though several debugging tests show the automation executing fully, the automation does not properly source the data page in time to return the values to the Pega application.

This issue may be a result of which one of the options below?

A.

The automation runs longer than the default data page timeout of 60 seconds.

B.

The robot activity ClassName property value is incorrect.

C.

The automation runs faster than the data page can perform a data transform.

D.

The automation does not return the proper SetCompletionStatus.

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

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?

A.

ACMESearchSystem, Notepad++, BankerInsight

B.

CRM, BankerInsight

C.

ACMESearchSystem, CRM, Notepad++, BankerInsight

D.

CRM, Notepad++, BankerInsight

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

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.

A developer adds a diagnostic log component to an automation and checks the log file.

Based on the image, how did the developer configure the diagnostic log component settings?

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

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)

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.

In the Answer Area, drag each use case on the left to the correct Toolbox item.

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

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)

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.