Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Pegasystems > Certified Senior System Architect > PEGAPCSSA87V1

PEGAPCSSA87V1 Pega Certified Senior System Architect (PCSSA) 87V1 Question and Answers

Question # 4

Which three statements about the guardrail score are true? (Choose Three)

A.

The Application Guardrails landing page counts the number of rules with severe or moderate guardrail warnings.

B.

Guardrail scores do not include Pega Platform core rules.

C.

The Application Guardrails landing page counts the number of rules with no warnings or caution-level guardrail warnings.

D.

A weighted compliance score above 90 signifies that an application is ready for general distribution.

E.

Rules with unjustified warnings are not counted in the compliance score.

Full Access
Question # 5

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.

Full Access
Question # 6

While running an application, a user notes that a system exception occurred. Which log do you review to identify the issue?

A.

Pega

B.

Alert

C.

AlertSecunty

D.

BIX

Full Access
Question # 7

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.

Full Access
Question # 8

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

Full Access
Question # 9

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

Full Access
Question # 10

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.

Full Access
Question # 11

To reduce training requirements for users, a company wants to utilize the existing front end of their application. How can a third-party application use Pega Platform?

A.

By using middleware tools in application servers

B.

By using database tables for staging the requests

C.

By using REST calls from the Pega API

D.

By exposing third-party application services

Full Access
Question # 12

In a hiring case type, only HR Managers should have read access to a candidate's reference letter attachment. Which two tasks are used to fulfill this requirement? (Choose Two)

A.

Configure read access for a user according to a privilege

B.

Restrict read access according to a When condition

C.

Configure attribute-based access control on the Attachment Category

D.

Define a separate Attachment Category for HR Managers

Full Access
Question # 13

Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.

Which approach solves this performance issue?

A.

Access data page with a predefined key so that, once loaded, data access is faster.

B.

Fetch only the targeted data from the database each time data is needed so access is faster.

C.

Change snapshot data access method to reference pattern data access method.

D.

Move to local installation because network traffic in cloud deployment is often slow.

Full Access
Question # 14

You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.

How do you satisfy the request?

A.

Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group.

B.

Add the Open-Review status to the Application record for the application.

C.

Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.

D.

Create a Field Value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application.

Full Access
Question # 15

A fitness organization wants to ensure that data is entered correctly into an online form when users apply for, or update, their membership information.

Which scenario requires an edit validate rule?

A.

Existing members must enter their membership number in the correct format, M-######-0#.

B.

The first and last name are required on the form, but a middle name or initial is optional.

C.

New members can get a 20% discount, if they enter the Coupon Code SAVE.

D.

New members must be at least 18 years of age at the time they sign up for membership.

Full Access
Question # 16

Multiple teams need to update the same application version during a development cycle.

Which two actions do you perform so that the teams do not affect each other's work? (Choose Two)

A.

Create a new ruleset version for the base application.

B.

Create branches in each team's application.

C.

Create a separate production ruleset for each team.

D.

Create a new application for each team built on the base application.

Full Access
Question # 17

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.

Full Access