New Year Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

PEGACPRSA22V1 Questions and Answers

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?

A.

The value of HasBeenPaid is now True.

B.

The value of HasBeenPaid is now False.

C.

The value of HasBeenPaid is now null.

Full Access
Question # 7

in the Bankerlnsight application, a gdvAcctTrans control provides the history of a customer's account transactions, as shown in the following figure:

Consider the following automation, where the Increment property of the For Loop component equals 1:

What is the order of the output that is displayed in the Message Box windows?

A.

3255, 1763, 3451.

B.

The automation throws an out of bounds exception.

C.

->, NULL, NULL.

D.

3255, 05/05/2014, Cash deposit.

Full Access
Question # 8

Pega Robot Studio has several methods to manage the flow of an automation depending on when a control is matched.

In the Answer Area, drag the description on the left to its matching Design Block.

Full Access
Question # 9

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?

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.

Full Access
Question # 10

While setting up Start My Day, the user makes some changes in the Manage Applications window to prioritize and manage the applications that are 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.

Pega Finance, Notepad, BankerInsight

B.

CRM, BankerInsight

C.

CRM, Notepad, BankerInsight

D.

Pega Finance, CRM, Notepad, BankerInsight

Full Access
Question # 11

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?

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.

Full Access
Question # 12

Which two statements about Label/Jump To functionality are true? (Choose Two)

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.

Full Access
Question # 13

There are two basic types of automations: events and procedures.

Which three statements describe a procedure automation? (Choose three.)

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.

Full Access
Question # 14

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?

A.

Setting the Category to Off

B.

Setting the Mode to Off

C.

Setting Type to Off

Full Access
Question # 15

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.

Full Access
Question # 16

Which two statements about the Excel Connector are true? (Choose Two)

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.

Full Access
Question # 17

You are developing a project for a financial company that implements a branding strategy for every application and webpage used by its customers. How do you ensure consistent formatting for all toast notifications in your project?

A.

In the Globals tab, expand the Utilities section of the Toolbox, select the Messages section and adjust the display settings in its property grid.

B.

In the project explorer, click the Information icon next to the project name, and adjust the toast notification settings in the project's property grid.

C.

Create an automation setting up the toast notification properties that runs automatically before proceeding to execute the project.

D.

Add a toast notification to the Globals tab and adjust the display settings in its property grid. To add a formatted toast notification to an automation, use a Show method from the Globals section of the Palette.

Full Access
Question # 18

You can adjust how users interact with a robotics project on their desktops. Which file stores the settings that control user functions and desktop robotic access?

A.

PegaConfig.xml

B.

CommonConfig.xml

C.

PegaStudioConfig.xml

D.

PegaRuntimeConfig.xml

Full Access
Question # 19

You are deploying a robotic project to Pega Robot Manager. Which file stores the Pega Robot Manager server settings?

A.

PegaStudioConfig.xml

B.

CommonConfig.xml

C.

PegaRuntimeConfig.xml

D.

PegaConfig.xml

Full Access
Question # 20

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?

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.

Full Access
Question # 21

A project requirement is to run the solution in multiple environments: Development and Production.

Which two items can be added to the two Project Configuration files? (Choose two.)

A.

Variable values

B.

Citrix Context properties

C.

Adapter Text MatchRules

D.

Project properties

Full Access
Question # 22

As pan of the initial development of a robotic project, you are using targeted step creation lo interrogate a text input control. The system invokes the automation from a separate automation, and the value of the text input uses a value that is passed into the recorded automation.

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

Full Access
Question # 23

You are using the Interaction framework for your project solution.

Where in the solution do you add an Interaction Manager component?

A.

In the project configuration file.

B.

As a local component of the automation.

C.

In the global container of the project.

D.

As a global component of the automation.

Full Access
Question # 24

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)

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.

Full Access
Question # 25

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?

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.

Full Access
Question # 26

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

A.

Exhibit A

B.

Exhibit B

C.

Exhibit C

D.

Exhibit D

Full Access
Question # 27

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

What is the outcome of the above automation?

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.

Full Access
Question # 28

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.

Full Access
Question # 29

Match the term on the left with its description on the right.

Full Access
Question # 30

Unattended automations, when run. follow a basic process flow. Arrange the following steps in the order in which unattended automation topic processes a case.

Full Access