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

PEGACPSSA23V1 Certified Pega Senior System Architect 23 Questions and Answers

Questions 4

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 5

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 6

Which two configurations are required when adding a Split for Each shape to your case life cycle? (Choose Two)

Options:

A.

Enter a rule that stores the audit note that you want to include in the subprocess

B.

Define when the parent process resumes processing

C.

Enter the Page List or Page Group property that is the basis of the split

D.

Enable users to get back to the subprocess after the case moves forward

Buy Now
Questions 7

MyCo insurance company completes the development phase of its application and decides to start the testing phase of the application in a testing environment. To migrate the application, the development team created an instance of the Rule-Admin-Product class that includes the application instances to migrate.

Which two components does the Rule-Admin-Product instance include by default when you generate an archive file? (Choose two.)

Options:

A.

Checked-in rules

B.

MyCo- class instances

C.

Data- class instances

D.

Checked-out rules

Buy Now
Questions 8

In which situation do you configure branched rulesets?

Options:

A.

One team creates a new patch for an application while another team creates a new major version of the application.

B.

You need to delegate rules to process owners from the business.

C.

Multiple teams need to work on the same application version.

D.

A team needs to work on the next version of an application while preparing to migrate the current version.

Buy Now
Questions 9

The current version of an application lists ABC:02-02 as an application ruleset. The ruleset versions listed in the Answer Area are also present on the system.

In the Answer Area, identify the ruleset versions that the skim operation considers when you perform a major version ruleset skim on ruleset ABC.

Options:

Buy Now
Questions 10

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?

Options:

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.

Buy Now
Questions 11

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

Options:

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

Buy Now
Questions 12

In the hierarchy of a single organization, which statement about the relationship between organizational elements is true?

Options:

A.

A work queue belongs to a single operator record.

B.

A unit can belong to multiple organizations.

C.

An operator record can belong to multiple units.

D.

A work group can have more than one manager.

Buy Now
Questions 13

A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day.

How do you implement this use case?

Options:

A.

Create one scheduled job and set its run schedule to multiple times a day.

B.

Create scheduled jobs, one for each run, that can process accumulated orders.

C.

Create batches of orders and send each batch for processing when it gets full.

D.

Create a queue processor that can process orders received by the company.

Buy Now
Questions 14

Which two value types can be used in an Application Setting when modifying values for each production level? (Choose Two)

Options:

A.

Data transform

B.

Text

C.

Picklist

D.

Class

Buy Now
Questions 15

You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.

How do you update the application to add the new ruleset version?

Options:

A.

Create a branch ruleset and a new application, and add the branch ruleset to the application.

B.

Lock and roll the existing ruleset, and create a new application version.

C.

Lock and roll the existing ruleset, and update the existing application version.

D.

Create a new application version and add the new ruleset version as a production ruleset.

Buy Now
Questions 16

You should consider using a field value when the list of allowed values is

Options:

A.

mostly static

B.

three or fewer items

C.

specific to one case type

D.

shared across all case types

Buy Now
Questions 17

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

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 18

What is the function of class mapping for reports?

Options:

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.

Buy Now
Questions 19

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 20

A courier company wants to create a mobile app to scan and track the parcels collected from remote areas that are without internet access. Which mobile app do you develop to fulfill the requirement?

Options:

A.

SDK app

B.

Native app

C.

Unsigned app

D.

Signed app

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

Which two statements are valid regarding Pega Web Mashups? (Choose two.)

Options:

A.

A mashup display starts by calling either a flow or a harness from a Pega application.

B.

Pega Platform limits a mashup to working on existing cases.

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 to take action on.

Buy Now
Questions 23

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?

Options:

A.

40

B.

60

C.

25

D.

50

Buy Now
Questions 24

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.)

Options:

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.

Buy Now
Questions 25

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 26

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?

Options:

A.

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

B.

The credit card number must be entered in the correct format for the payment type.

C.

The customer email address must match the expected format.

D.

The customer first and last name must be combined to create the full name.

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

A Pega Platform™ application has just been integrated with an external data source.

Which of the following tests do you perform to ensure that the integration passes data as expected?

Options:

A.

Scenario test

B.

Automation test

C.

Performance test

D.

Unit test

Buy Now
Questions 29

Which requirement is a prerequisite for configuring a Pega Web Mashup?

Options:

A.

No outstanding Guardrail violations

B.

A web server to test your host page

C.

At least one work queue in your application

D.

At least one Access control policy rule

Buy Now
Questions 30

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 31

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 32

Which two configurations can you use to include access groups into your Product rule? (Choose Two)

Options:

A.

Associate the access groups with a ruleset included in the application.

B.

Export the access groups using the Access Manager.

C.

Add the access groups to the application definition.

D.

Add the access group to the Product record in the Individual instances to include section.

Buy Now
Questions 33

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

How do you implement this requirement?

Options:

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.

Buy Now
Questions 34

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 35

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

Options:

A.

Rules with unjustified warnings in the application

B.

Unweighted compliance score out of 100

C.

Total core rules used in the application

D.

Rules with warnings in the application

E.

Percentage of compliant rules in the application

Buy Now
Questions 36

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.

130

C.

70

D.

90

Buy Now
Questions 37

You perform a major skim on the ruleset ABC:02-02 to ABC:03-01.

In the Answer area, select the ruleset versions that the skim operation uses.

Options:

Buy Now
Questions 38

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 39

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 40

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
Questions 41

Drag the error type on the left to its description on the right.

Options:

Buy Now
Questions 42

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 43

In MLP2, the business asks you to create a mobile app for an existing Pega Platform application.

Which two of the following actions are required to create the mobile app? (Choose Two)

Options:

A.

Configure access to the Pega Mobile Build Server.

B.

Configure the mobile application access in Dev Studio.

C.

Create a certificate set.

D.

Set up push notifications for developers.

Buy Now
Exam Code: PEGACPSSA23V1
Exam Name: Certified Pega Senior System Architect 23
Last Update: May 18, 2024
Questions: 144
PEGACPSSA23V1 pdf

PEGACPSSA23V1 PDF

$28  $80
PEGACPSSA23V1 Engine

PEGACPSSA23V1 Testing Engine

$33.25  $95
PEGACPSSA23V1 PDF + Engine

PEGACPSSA23V1 PDF + Testing Engine

$45.5  $130