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

PEGACPSSA23V1 Certified Pega Senior System Architect 23 Questions and Answers

Questions 4

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

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 5

What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

Options:

A.

Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.

B.

Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.

C.

Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.

D.

Call returns to the originating activity, while Branch skips the remainder of the originating activity.

Buy Now
Questions 6

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 7

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)

Options:

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.

Buy Now
Questions 8

Which two methods allow you to identify the Pega Platform application type? (Choose Two)

Options:

A.

View the Settings tab of the case designer.

B.

View the Application layers widget for the ruleset stack.

C.

View the Application definition rule.

D.

View the portals used by the application.

Buy Now
Questions 9

What are three valid ways to exchange data through a Pega Web Mashup? (Choose Three)

Options:

A.

Use an action object configured as a script to perform additional actions on a web mashup gadget.

B.

Use the Javascript function doAction() to set or read data values through the hosting web page.

C.

Use an SQL call to exchange data between the mashup and hosting web page.

D.

Use a queue processor to pass updated attributes to the gadget on the hosting web page.

E.

Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.

Buy Now
Questions 10

A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The case type can create Lab analysis and Diagnostic imaging child cases. While the child cases are active, the attending doctor must be able to update the Patient visit case with notes.

Which two configurations, when performed together, allow a doctor to update the parent case while staff work on the respective child cases? (Choose Two)

Options:

A.

Configure the Patient visit case type to allow multiple users.

B.

Configure the Lab analysis and Diagnostic imaging case types to allow other users to open the parent case type.

C.

Configure the Lab analysis and Diagnostic imaging case types to allow one user.

D.

Configure the Patient visit case type to allow one user.

Buy Now
Questions 11

Which two options do you consider when creating a pre-processing data transform? (Choose Two)

Options:

A.

The timing of the commit for the flow action

B.

The potential reuse of the flow action

C.

The security setting for the flow action

D.

The effect if the flow action is reloaded

Buy Now
Questions 12

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 13

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 14

You decide to use multiple pre-processing actions on a single flow action. Place the pre-processing actions in the order in which they are executed.

Options:

Buy Now
Questions 15

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 16

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 17

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 18

What two actions must you perform to create a class join in a report definition? (Choose Two)

Options:

A.

Select the type of match for key values.

B.

Add an association rule to match key values.

C.

Create a prefix for the joined class.

D.

Add a parameter for each property in the class you want to join.

Buy Now
Questions 19

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

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.

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 20

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)

Options:

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.

Buy Now
Questions 21

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

Options:

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.

Buy Now
Questions 22

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 23

Items selected by a user need to be copied to a page list property when the user submits the form. How do you copy the items?

Options:

A.

Add a data transform to the flow action as a post-processing action.

B.

Add a data transform to the flow action as a pre-processing action.

C.

Create a declare expression with the page list property as the target.

D.

Create a validate rule to copy the selected items.

Buy Now
Questions 24

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

Options:

Buy Now
Questions 25

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 26

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 27

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 28

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 29

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 30

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 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 statement about operator records is true?

Options:

A.

Adding an operator record in Dev Studio creates an access group in App Studio.

B.

An operator record must have a default work group.

C.

Operator records must have an authorized manager.

D.

Operator records in Dev Studio are known as personas in App Studio.

Buy Now
Questions 33

A form must support accessibility.

How do you enable a user to specify a date?

Options:

A.

Configure a text box to allow date entry.

B.

Use a calendar control that displays an entire year.

C.

Use a calendar control that displays an entire month.

D.

Provide separate controls for month, day, and year.

Buy Now
Questions 34

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 35

Which two configurations must you make when you add a Split for Each shape to your case life cycle? (Choose Two)

Options:

A.

Enter a unique name for the shape in the Split for Each field.

B.

Define a condition to control when the flow runs for each iteration of the subprocess.

C.

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

D.

Define when the parent process resumes processing.

Buy Now
Questions 36

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

Options:

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.

Buy Now
Questions 37

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 38

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 39

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 40

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

Options:

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.

Buy Now
Questions 41

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 42

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 43

Which two statements about building mobile applications with Pega Platform are true? (Choose Two)

Options:

A.

Pega Platform allows the same certificate set to build and distribute iOS and Android applications.

B.

Pega Mobile Build Server is configured in Dev Studio by using your Android or iOS developer certificates.

C.

The containing application determines the layout and appearance of SDK applications.

D.

Pega Mobile Build Server requires HTTPS access.

Buy Now
Exam Code: PEGACPSSA23V1
Exam Name: Certified Pega Senior System Architect 23
Last Update: May 13, 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