Summer Sale Coupon - 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sbfdisc

Note! PEGAPCSSA85V1 has been withdrawn. The new exam code is PEGAPCSSA86V1

PEGAPCSSA85V1 Practice Exam Questions with Answers Pega Certified Senior System Architect (PCSSA) 86V1 Certification

Question # 6

In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.

Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement? (Choose two.)

A.

Add a Persist Case shape after the first step.

B.

Apply a when condition to the first step to persist only cases requiring updates.

C.

Configure the starting flow to instantiate the case type as a temporary case.

D.

Configure the first step to instantiate the case type as a temporary case.

Full Access
Question # 7

In which two situations do you use the PegaRULES Log Analyzer to analyze application performance? (Choose two.)

A.

During User Acceptance Testing

B.

Throughout the application development life cycle

C.

Before migrating an application to a testing system

D.

After the application is deployed to a production system

Full Access
Question # 8

Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose two.)

A.

Use the attribute data-pega-event-onpagedata.

B.

Use REST methods to call Pega microservices.

C.

Call a Pega API function from the host server.

D.

Call the function pega.web.api.doAction().

Full Access
Question # 9

A client requests that you add a footer to the Case Manager portal. How do you satisfy this request?

A.

Update the portal format in the skin applied to the portal.

B.

Update the portal type on the portal record.

C.

Change the section layout on the harness referenced on the portal record.

D.

Configure a navigation record to describe the new portal format.

Full Access
Question # 10

Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)

A.

Hide noncritical columns.

B.

Use grid layouts rather than repeating dynamic layouts to display tabular data.

C.

Configure UI controls to use native controls on mobile devices.

D.

Set the width for layouts in percentages.

Full Access
Question # 11

You create a report that uses data from two classes. Which of the following reporting requirements requires the use of a subreport?

A.

Columns to display are: Operator Name, Last updated Case ID, Last updated Case Status, Update Date.

B.

Columns to display are: Operator Name, Operator Division, Count of Purchase Requests created.

C.

Columns to display are: Manager, Name, Count of operators that report to each manager.

D.

Columns to display are: Operator Name, Operator Division, Count of Purchase Requests created by the operator. Filter the results by unresolved status.

Full Access
Question # 12

Field values enable you to _________________.

A.

set default values for a property

B.

test the validity of an input value

C.

customize a list of allowed values for a property based on the context of the property

D.

define the values used in a circumstance template

Full Access
Question # 13

The purpose of a Circumstance Definition is to _________.

A.

define the properties used in a circumstance

B.

define the values available to an end user in the application

C.

define the values used in a circumstance

D.

define the list of all circumstance values for a rule

Full Access
Question # 14

Which layer of the Enterprise Class Structure contains generalized assets that are then extended by specific implementations?

A.

Organization

B.

Framework

C.

Implementation

D.

Division

Full Access
Question # 15

Adding parameters to a rule enables you to _____________________.

A.

copy data from a data page option on a property

B.

separate the functional behavior of a rule from specific business contexts

C.

define the values used in a circumstance

D.

help improve business users' ability to adapt to changing business conditions

Full Access
Question # 16

Select two actions can you do with the Pega API? (Choose Two)

A.

Create a new case

B.

Add a property to a data class.

C.

Access data from a data page

D.

Update a decision table.

Full Access
Question # 17

What two artifacts should you prepare in advance before delegating a rule? (Choose Two)

A.

An Access Group that has access to the production ruleset

B.

An Access Role that has access to the production ruleset

C.

An unlocked ruleset added to the Application rule as a production ruleset

D.

A separate Operator ID that has access to the delegated rules

Full Access
Question # 18

Identify the log you examine to view performance-related issues.

A.

Pega log

B.

Service-PAL log

C.

Alert log

D.

BIX log

Full Access
Question # 19

What effect does the Use all workbasket assignments in user's work group option have on how workbaskets are searched when using the Get Next Work functionality?

A.

This option limits the workbasket search to only those workbaskets defined in the user's work group.

B.

This option organizes all assignments in all of the workbaskets the user is associated with into a single list before the list is filtered and sorted.

C.

The workbaskets associated with the user are checked first. If no assignments are found in the user's workbaskets, the user's worklist is checked.

D.

When a user clicks the Next Assignment link, the system checks the user's worklist. If assignments are available in the user's worklist, the assignments are filtered and sorted.

Full Access
Question # 20

Your application contains a top-level case type named Purchase Request and a Purchaser Order child case. The company has determined that only one user may open and work on a case at one time. However, users

working on purchase orders should not lock out users working on the parent purchase request cases. How would you configure the lock settings among the case types?

A.

Set default locking on purchase requests and set the do not lock the parent option on purchase orders.

B.

Set default locking and the do not lock the parent option on purchase orders.

C.

Set optimistic locking on purchase requests and the do not lock the parent option on purchase orders.

D.

Set default locking and the do not lock the parent option on purchase requests.

Full Access
Question # 21

Which two of the following steps are needed to implement Global Resource Settings? (Choose Two)

A.

Create a data page

B.

Create a property for each environment

C.

Create a data transform

D.

Create a report definition

Full Access
Question # 22

Which feature would you use to implement the System of Record (SoR) pattern?

A.

The copy data from a data page option on a property

B.

No specific feature — just use a data page directly in the application

C.

The Property-Ref activity method

D.

The refer to a data page option on a property

Full Access
Question # 23

Which two options do you configure on a portal record? (Choose Two)

A.

Identify the user role of the type of user who would access the portal.

B.

Determine which skin to use to apply branding to the portal.

C.

Change the application(s) available to users.

D.

Configure the positioning of the navigation pane within the portal.

Full Access
Question # 24

What are three valid ways to exchange data through a Pega Web Mashup? (Choose three.)

A.

Use an SQL call to exchange data between the mashup and hosting web page.

B.

Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.

C.

Use a queue processor to pass updated attributes to the gadget on the hosting web page.

D.

Use an action object configured as a script to perform additional actions on a web mashup gadget.

E.

Use the Javascript function doAction() to set or read data values through the hosting web page.

Full Access
Question # 25

The page .Product contains data retrieved from an external system of record using a data page.

How do you ensure .Product always contains the most current data from the data page?

A.

Select Refer to a data page on .Product.

B.

Select Copy data from a data page on .Product.

C.

Configure .Product to refer to a keyed data page.

D.

Define a reference property that refers to the data page.

Full Access
Question # 26

Several development teams work on different enhancements. The release date for each enhancement is uncertain.

Which two options allow each team to keep its work separate? (Choose two.)

A.

Set up branch ruleset for each team.

B.

Create a new application for each team.

C.

Create a new ruleset version for each team.

D.

Create a production ruleset for each team.

Full Access
Question # 27

Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases.

Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)

A.

Decrease the weights of the weighted conditions.

B.

Increase the weights of the weighted conditions.

C.

Increase the weighted condition sum threshold.

D.

Decrease the weighted condition sum threshold.

Full Access
Question # 28

A form must support accessibility.

How do you enable a user to specify a date?

A.

Configure a text box to allow date entry.

B.

Use a calendar control that displays an entire year.

C.

Use a calendar control that displays an entire month.

D.

Provide separate controls for month, day, and year.

Full Access
Question # 29

You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.

How do you create the new ruleset version?

A.

Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset versions to the new version.

B.

Use the Ruleset Maintenance wizard to skim the relevant ruleset versions to copy the highest version of existing rules to the new ruleset version.

C.

Create a new application ruleset using the appropriate version number, then copy the highest version of existing rules into the new ruleset version.

D.

Use the Application Structure landing page to lock and roll the existing ruleset versions to the new version.

Full Access
Question # 30

A class group is used to.

A.

identify a layer of the Enterprise Class Structure

B.

combine related properties by usage

C.

assign work to a specific group of users

D.

store data from different child classes in a single table

Full Access