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

Pegasystems PEGAPCSSA87V1 - Pega Certified Senior System Architect (PCSSA) 87V1

Page: 1 / 4
Total 116 questions

What is the function of class mapping for reports?

A.

Ensure all data from one report belongs to a single Case type instance.

B.

Create a new Database table record for a Pega Platform class.

C.

Assign an ID to a class so reports can reference specific properties.

D.

Retrieve data from an associated database table.

A music production company's application contains the following classes:

A requirement states that users assigned the role "Manager" can edit objects related to any studio work.

At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement?

A.

UPlusMusic-Production-Work-Brand-Marketing

B.

UPlusMusic-Production-Work-Studio-Editing

C.

UPlusMusic-Production- Work-Studio-

D.

UPlusMusic-Production- Work-

You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.

How do you implement this requirement?

A.

Implement the logic in the data page's response data transform.

B.

Implement the logic in the connector's error handler flow.

C.

Customize the standard pxErrorHandlingTemplate data transform.

D.

Use a transition condition in the activity step invoking the connector.

Which two requirements are supported by Attribute-based access control (ABAC)? (Choose Two)

A.

Managers can reschedule but not delete appointments.

B.

Personal identifying information in the Work-Baking- class is restricted.

C.

Agents assigned the "Top Secret" clearance level can delete reports.

D.

Bakers with a rating of 4 or better can add recipes to the database.

Which two data elements can be used as an attribute for an access control policy? (Choose Two)

A.

Appointment date

B.

Number of dependents

C.

Password string

D.

Encrypted bank account number

Which action can a Declare OnChange rule perform when a specified property changes?

A.

Suspend the current work object

B.

Execute a data transform

C.

Update an activity

D.

Specify which flow action to run

Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?

A.

Delete any properties exposed in table columns from the BLOB.

B.

Remove old cases to reduce the size of a database table.

C.

Delete stored SQL procedures that have been updated.

D.

Remove unused rules caches maintained on the system.

An assignment service-level agreement (SLA) is configured with the following details:

*Initial urgency: 15

*Assignment ready: Timed delay of 2 hours

*Goal: 1 hour and increase urgency by 10

*Deadline: 2 hours and increase urgency by 15

*Passed deadline: 1 hour, increase urgency by 10, and limit events to 10

Assuming no other urgency adjustments, what is the assignment urgency 4.5 hours after the case reaches the assignment?

A.

40

B.

60

C.

25

D.

50

A Fulfillment report needs to list the user ID of the employee who packages the items to ship in an Order case. The report provides information from the MyCo-Orders-Work-Ship and Data-Admin-Operator-ID classes.

Which two options independently satisfy the report requirements? (Choose two.)

A.

Configure a class join on the Fulfillment report definition to join operator information to each case.

B.

Add the user ID to the Fulfillment report definition as a parameter.

C.

Specify both classes on the Pages & Classes tab on the Fulfillment report definition.

D.

Use an association rule to join operator information to each case to populate the Fulfillment report.

A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).

How do you ensure that the correct pattern is entered when the user exits the field?

A.

Configure a validate rule on the flow action to validate the field with boolean logic.

B.

Configure an edit validate rule and call it from a validate rule in the relevant flow action.

C.

Configure an edit validate rule and reference it from the property rule for the field.

D.

Configure a validate rule to use input-qualified validation configuration.