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

Easiest Solution 2 Pass Your Certification Exams

PEGAPCSSA86V1 Pegasystems Pega Certified Senior System Architect (PCSSA) 86V1 Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Pegasystems PEGAPCSSA86V1 Pega Certified Senior System Architect (PCSSA) 86V1 certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 92 questions

A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.

Which two options independently satisfy the business outcome? (Choose Two)

A.

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

B.

Add the operator ID to the report definition as a parameter.

C.

Use an association rule to join operator information to each case.

D.

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

In the Answer Area, drag each mobile application solution on the left to the correct scenario.

During an Account review case, an accountant wants to evaluate the client's retirement plan. A Retirement planning case is created that runs in parallel with the Account review case. Neither case waits for nor reports to the other.

To configure this workflow, which type of parallel processing shape do you use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

You are creating a report that lists all open Personal Injury cases with related Auto Claim case information. Personal Injury and Auto Claim cases belong to the same class group.

The report includes three columns:

♦Case ID for the Personal Injury case

♦Case ID for the parent Auto Claim case

♦Claim adjuster for the Auto Claim case

Personal Injury case data includes the Auto Claim case ID.

What join type do you use to configure the 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.

What is the purpose of the Policy Verification landing page when configuring a security solution in Pega Platform?

A.

To test if a user has the required access to a case

B.

To manually authenticate a specific user on an integrated external database

C.

To test if a user's channel-specific password meets defined property requirements

D.

To configure mapping of access control attributes

You have a requirement to associate users in different units to the same work queue.

How do you implement this requirement?

A.

Associate the users to a common work group. Then associate a work queue to the work group.

B.

Associate the users to a common work group. Then associate the work group to the appropriate units.

C.

Associate the users to a common unit. Then associate a work queue to the common unit.

D.

Associate the users to a common work queue. Then associate the work queue to the appropriate units.

How do you ensure that only a manager can run a specific flow action?

A.

Add a pre-processing activity to the flow action form to determine whether the user is a manager.

B.

Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.

C.

Add an Access When condition to the flow action to determine whether the user is a manager.

D.

Add a validate rule to the flow action form to determine whether the user is a manager.

Which three options do you consider when deciding to use post-processing actions on a flow action? (Choose Three)

A.

The effect if the flow action is reloaded

B.

The sequence in which the system runs different actions

C.

The timing of the commit for the flow action

D.

The security setting for the flow action

E.

The potential reuse of the flow action

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

♦Initial urgency: 20

♦Assignment ready: Timed delay of 1 hour

♦Goal: 5 hours and increase urgency by 10

♦Deadline: 8 hours and increase urgency by 20

♦Passed deadline: 2 hours, increase urgency by 20, and limit events to 5

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

A.

100

B.

90

C.

130

D.

70

Drag each security solution on the left to its appropriate use case.

There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions.

On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?

A.

SelfService:01-01-03 (Circumstance: None, Base Rule checked)

B.

SelfService:01-01-01 (Circumstance: .Country=Algeria)

C.

SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020)

D.

SelfService:01-01-01 (No Circumstance)

E.

SelfService:01-01-05 (No Circumstance)

Which two use cases correctly describe controlling access to an attachment category? (Choose Two)

A.

Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true.

B.

Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false.

C.

Configure the privilege "DeleteOwn" and assign it to a user so that a user can delete their own attachments.

D.

Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment.

A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.

♦Patients access cases on a read-only basis.

♦Patients can only access their own cases.

♦Doctors and nurses can modify cases throughout the case life cycle.

♦Only doctors are allowed to write prescriptions.

Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?

A.

Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.

B.

Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1.

C.

Create a single access role for both doctors and nurses, and set the modify action to 5.

D.

Create a single access role for both doctors and nurses, and set the modify action to 1.

An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.

How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?

A.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Blocked".

B.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn".

C.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Not available".

D.

Save an additional new version of the flow action applied to TRB-HRApps-Work and set the availability to "Final".

A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.

Which implementation satisfies this requirement?

A.

Create a multivariate circumstanced rule and a when rule.

B.

Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.

C.

Create a single property circumstanced rule and a when rule.

D.

Create a single property circumstanced rule.

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

Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.

A requirement states that the Manager role cannot open a purchase request during the Audit stage. How do you configure the case stage to satisfy this requirement?

A.

Apply an Access Deny record.

B.

Apply an Access When record.

C.

Apply a When record.

D.

Apply a Privilege record.

Which statement is true about connectors?

A.

Connectors use a listener that runs in the background.

B.

Connectors establish a link to a service on another system.

C.

Connectors require a REST service to function.

D.

Connectors can be referenced from data transforms.

Page: 1 / 2
Total 92 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved