Weekend Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

PEGACPSSA23V1 Certified Pega Senior System Architect 23 Exam Questions and Answers

Questions 4

Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)

Options:

A.

Allows downloading of rules for offline use with a mobile app.

B.

Provides access to static resources such as HTML files, image files, or JS files.

C.

Enables users to continue interacting with mobile apps while offline.

D.

Supports debugging efforts by providing a run-time view of the rules accessed by the app.

Buy Now
Questions 5

Your application contains the following versions of a service level named AuthorizeClaim.

PEGACPSSA23V1 Question 5

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.

Which option do you use to reset the circumstancing for the AccountOpen case type?

Options:

A.

Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.

B.

Make the circumstanced rules in the AccountOpen class unavailable.

C.

Withdraw the circumstanced rules in the AccountOpen class.

D.

Block the circumstanced rules in the AccountOpen class.

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)

Options:

A.

Run the process to completion first to perform needed rule assembly and avoid skewed results.

B.

Capture PAL readings after significant changes to a process to identify any performance impact.

C.

Capture a PAL reading for a process with good performance to establish a benchmark for comparison.

D.

Run PAL as an end user to account for any performance differences due to the portal itself.

Buy Now
Questions 8

A courier company wants a mobile app to scan and track the parcels collected from remote areas with no internet access.

Which mobile app do you develop to fulfill the requirement?

Options:

A.

Signed app

B.

Unsigned app

C.

Native app

D.

SDK app

Buy Now
Questions 9

Which two statements are valid about configuring Pega Web Mashup? (Choose Two)

Options:

A.

Only create one DIV element in the hosting web page for each Pega gadget.

B.

Add a list of trusted domains in your applications in which you want to use the mashup.

C.

Use the Integration wizard to generate mashup code for use in other systems.

D.

Keep the original names of default actions in the mashup code to prevent security risks.

Buy Now
Questions 10

A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.

How do you implement this requirement?

Options:

A.

Configure an activity's input source as the error message and the output as an email.

B.

Configure an error handling process that displays the error message and sends an email.

C.

Reuse the out-of-the-box ConnectionProblem error handling flow on the Service tab for the connector.

D.

Create an error handler data transform that adds an error message to the data page and sends an email.

Buy Now
Questions 11

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

Options:

A.

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

B.

Set the importance for columns in repeating dynamic layouts.

C.

Limit text fields to a width of 200 pixels.

D.

Set the width for layouts in percentages.

Buy Now
Questions 12

An application includes the following set of circumstanced instances of a decision table.

PEGACPSSA23V1 Question 12

You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.

How do you implement this change?

Options:

A.

Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.

B.

Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.

C.

Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.

D.

Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.

Buy Now
Questions 13

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?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 14

You are sending information to an external system of record by using a connector. What do you use to implement this requirement?

Options:

A.

Call a connector from a Save data page step.

B.

Create a new external data source.

C.

Configure a service rule and listener.

D.

Reference a connector from a data transform.

Buy Now
Questions 15

A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review. Which two steps do you perform to implement this requirement? (Choose Two)

Options:

A.

Configure a data transform to apply the Open-Review status on the appropriate assignments.

B.

Add Open-Review as an allowed status on the case type record.

C.

Create a field value record for the Open-Review status.

D.

Apply the Open-Review status to the appropriate assignments.

Buy Now
Questions 16

A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.

How do you implement a solution?

Options:

A.

Add logic to the pre-processing data transform to test if values were already initiated.

B.

Do nothing. The pre-processing data transform is only called once for each assignment.

C.

Make sure that the flow action does not have the highest likelihood since it will always be invoked.

D.

Configure the data transform as post-processing instead of pre-processing.

Buy Now
Questions 17

The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:

PEGACPSSA23V1 Question 17

A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest. The four instances of ConfirmationRequest in the rules cache are shown in the following table.

PEGACPSSA23V1 Question 17

Which is chosen during rule resolution?

Options:

A.

TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)

B.

TGB .ConfirmationRequest (TGB:01-01-02)

C.

TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)

D.

TGB-HR-5elfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)

Buy Now
Questions 18

On which type of rule can you configure edit validate rules?

Options:

A.

Properties

B.

Flow actions

C.

Activities

D.

Case types

Buy Now
Questions 19

Which two statements are valid regarding Pega Web Mashup? (Choose Two)

Options:

A.

Pega Platform limits mashup users to working on existing cases.

B.

Mashup requests are checked for the corresponding mashup channel ID parameter.

C.

A mashup can allow access to Dev Studio for full system configuration.

D.

A user can view their worklist in an external portal and select items on which to take action.

Buy Now
Questions 20

Select the three Pega best practices for developing activities. (Choose Three)

Options:

A.

Keep activities short. Limit your activities to fewer than 15 steps.

B.

Limit activity calls to at most three to prevent performance problems.

C.

Limit custom Java steps whenever possible.

D.

Use only activities to support queue processing and interfaces.

E.

Limit the use of activities. Use alternative rule types such as data transforms whenever possible.

Buy Now
Questions 21

When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform accepts incoming requests?

Options:

A.

Ensure the host is configured to support HTTPS.

B.

Establish a private tunnel from the host to Pega Platform.

C.

Enable authentication policies on Pega Platform.

D.

Add the host URL in the Pega application.

Buy Now
Questions 22

How do you enable field-level auditing for properties?

Options:

A.

Add a field validation to the case workflow.

B.

Add an auditing optional action to the case workflow.

C.

Enable the auditing feature on the property rule forms.

D.

Enable field-level auditing for the case type.

Buy Now
Questions 23

Which statement about managing encrypted data in Pega Platform is true?

Options:

A.

Each organization uses a custom key to encrypt its data.

B.

Filter conditions cannot reference encrypted properties in reports.

C.

Property-level encryption is a time-efficient method to encrypt data.

D.

Encryption policies apply to Work- and Data- classes only.

Buy Now
Questions 24

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

♦ Initial urgency: 20

♦ Assignment ready: Timed delay of 2 hours

♦ Goal: 5 hours and increase urgency by 10

♦ Deadline: 2 hours and increase urgency by 25

♦ Passed deadline: 1 hour, increase urgency by 5, and limit events to 6

The case reaches the assignment at 9 AM on Wednesday.

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

Options:

A.

85

B.

95

C.

75

D.

80

Buy Now
Questions 25

Several development teams work on different enhancements. The release date for each enhancement is uncertain. Which two options, when performed together, allow each team to keep its work separate? (Choose Two)

Options:

A.

Create a new application for each team.

B.

Create a new ruleset version for each team.

C.

Set up a branch ruleset for each team.

D.

Create a production ruleset for each team.

Buy Now
Questions 26

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.

What two steps, when performed together, allow you to ensure that patients can read, but not edit, cases? (Choose Two)

Options:

A.

Configure an Access of Role to Object rule with the open case action set to 5.

B.

Configure an Access Role to Object rule with the open case action set to 1.

C.

Configure an access control policy condition to test whether the user is a patient.

D.

Create an access group unique to patients.

Buy Now
Questions 27

You are integrating two Pega Web Mashups into a client's mortgage loan financing page. What do you configure to successfully embed both mashups?

Options:

A.

Load both mashups simultaneously.

B.

Define identical URLs for each mashup.

C.

Identify unique names for each mashup.

D.

Run the mashups on the same thread.

Buy Now
Questions 28

You want to allow users to use an application on a mobile device, even if the device is not connected to a network.

Which configuration option supports this requirement?

Options:

A.

Simulate external data sources when the application is offline.

B.

Source repeating layouts using report definitions.

C.

Configure UI elements to use native controls on mobile devices.

D.

Source drop-down lists using data pages.

Buy Now
Questions 29

Which two statements are true about database tables in Pega Platform? (Choose Two)

Options:

A.

The PegaRULES database contains rules while PegaDATA contains work instances.

B.

The Database Table rule allows configuration of a connection to a specific table.

C.

The History record table contains a record of when each user logged in to the system.

D.

The report definition rule should only be used against one table for performance reasons.

Buy Now
Questions 30

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

Options:

A.

Pega

B.

Alert

C.

AlertSecunty

D.

BIX

Buy Now
Questions 31

Which three items are generated and displayed in the compliance score of an application? (Choose three.)

Options:

A.

Rules with warnings in the application

B.

Pega Platform core rules used in the application

C.

Rules with unjustified warnings in the application

D.

Unweighted compliance score

E.

Percentage of compliant rules in the application

Buy Now
Questions 32

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

Options:

A.

Appointment date

B.

Number of dependents

C.

Password string

D.

Encrypted bank account number

Buy Now
Questions 33

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

Options:

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.

Buy Now
Questions 34

A budgeting application uses a job scheduler to automatically email customers once a week with a breakdown of their weekly expenses. Due to the international usage of the application, stakeholders require peak performance at all hours.

Which solution addresses this performance concern?

Options:

A.

Configure the job scheduler to run at off-hours.

B.

Ensure that customers use a common access group.

C.

Dedicate and classify a node for the job scheduler.

D.

Limit the number of operators who can access the application.

Buy Now
Questions 35

If a customer reports an issue with their order, an Investigation case is created. All investigation cases are higher priority than other case types.

What configuration supports this requirement?

Options:

A.

Create a service-level agreement (SLA) rule and ensure that the assignment is ready immediately.

B.

Create a service-level agreement (SLA) rule and increase the initial urgency.

C.

Increase the initial urgency on the case type settings.

D.

Configure an optional action to enable manual changes to case urgency.

Buy Now
Questions 36

Which two statements about guardrails are true? (Choose Two)

Options:

A.

Each rule may have multiple guardrail warnings.

B.

Pega Platform performs guardrail examination when a rule is checked out.

C.

Pega Platform performs guardrail examination when a rule is saved.

D.

A developer receives a guardrail warning for rules checked out by other developers.

Buy Now
Questions 37

The Static Assembler is used to address rules assembly issues due to which cause?

Options:

A.

The server is managing a large number of rules caches.

B.

Access groups contain multiple production rulesets.

C.

A new application is migrated to the production system.

D.

The application record lists several branch rulesets.

Buy Now
Questions 38

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)

Options:

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

Buy Now
Questions 39

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?

Options:

A.

100

B.

90

C.

130

D.

70

Buy Now
Questions 40

University admission application cases automatically advance in the case life cycle if the applicant's standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.

Which two configurations, when applied together, support this requirement? (Choose Two)

Options:

A.

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant's test score.

B.

Configure a TestThreshold Configuration setting with the national average for the test score threshold.

C.

Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.

D.

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant's test score.

Buy Now
Questions 41

Application Settings allow you to____________.

Options:

A.

simulate data in an environment for testing purposes

B.

automate the application migration process

C.

execute connectors in parallel to improve performance

D.

store references to an external system connected to an application

Buy Now
Questions 42

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

Options:

A.

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

B.

Call a Pega API function from the host server

C.

Use REST methods to call Pega microservices

D.

Use the attribute data-pega-event-onpagedata

Buy Now
Questions 43

What are the two most common ways to expose your application to an external system? (Choose Two)

Options:

A.

Create a connector linked to a data page.

B.

Leverage the Pega API.

C.

Configure a signed certificate.

D.

Create a web service with the Service wizard.

Buy Now
Exam Code: PEGACPSSA23V1
Exam Name: Certified Pega Senior System Architect 23 Exam
Last Update: Sep 11, 2025
Questions: 144

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99