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

Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect 23 Exam Practice Test

Demo: 43 questions
Total 144 questions

Certified Pega Senior System Architect 23 Questions and Answers

Question 1

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

Question 2

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.

Question 3

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.

Question 4

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.

Question 5

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.

Question 6

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

Question 7

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.

Question 8

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.

Question 9

In the Answer Area, drag each log name on the left to its intended purpose on the right.

Options:

Question 10

A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.

Which two actions do you perform to resolve the performance issues? (Choose Two)

Options:

A.

Associate the queue processors with the appropriate node types.

B.

Select the Include in background processing option on the application rule.

C.

Configure the queue processors to run multiple times a day.

D.

Configure the application nodes with node types.

Question 11

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.

Question 12

When designing reports with multiple data sources, in which two ways is an association rule different from a class join? (Choose two.)

Options:

A.

You can join multiple classes with class joins, while you cannot join multiple classes with associations.

B.

Anyone with the appropriate permissions can use associations when creating reports in the User portal.

C.

Class joins are unique to each report. Associations are reusable in any report.

D.

A class join is required to add a filter condition to your report.

Question 13

Which two situations are likely to negatively impact application performance? (Choose Two)

Options:

A.

A report definition generates report data based on several properties stored in the BLOB.

B.

Business architects have delegated a large number of rules to process owners.

C.

A developer uses an SQL query tool or activities to archive case data before purging tables.

D.

Several applications on the system write cases to the pr_other table in the database.

Question 14

A user reports that an application takes five seconds to complete a step and present the next step in a process. Which tool allows you to gather and analyze performance data for the form submission?

Options:

A.

Performance Profiler

B.

Performance Analyzer (PAL)

C.

Database Trace

D.

Tracer

Question 15

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.

Question 16

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.

Question 17

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.

Question 18

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

Question 19

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.

Question 20

In an online shopping application, you enable class-level encryption for the entire case type and optimize First Name, Last Name, Social Security number (SSN), Total Cart, and Account Number properties for reporting.

To secure sensitive data, how do you enable property-level encryption for SSN and Account Number?

Options:

A.

Create a PropertyEncrypt data transform, and then add the properties.

B.

Create a PropertyEncrypt access control policy, and then add the properties.

C.

Create a TextEncrypted property type, and then add the properties.

D.

Update the class-level encryption to enable property-level encryption.

Question 21

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.

Question 22

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.

Question 23

In the following example, the Homelns, Homelnslnt, and Customer rulesets are configured for application validation. MyCo and MyCoInt are configured for ruleset validation. MyCo lists MyCoInt and Customer as its prerequisites, and the prerequisite for MyCoInt is Pega-ProcessCommander.

Which of the following statements is correct?

Options:

A.

Rules in MyCo can reference rules in Homelnslnt.

B.

Rules in MyCo can reference rules in Homelns.

C.

Rules in Customer can reference rules in Homelns.

D.

Rules in MyCoInt can reference rules in Customer.

Question 24

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.

Question 25

You configure a child case to override the locking strategy of the parent case. The parent case has a time-out value of one hour.

Which time-out value option is recommended for the child case?

Options:

A.

Set the Access time-out value equal to the parent case time-out value.

B.

Set the Access time-out value less than the parent case time-out value.

C.

Set the Access time-out value greater than the parent case time-out value.

D.

The Access time-out value on the child case cannot be changed.

Question 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

Question 27

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.

Question 28

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.

Question 29

Graduate school students create and submit project proposals to their advisors. During the proposal phase, the advisor and the student can each edit the draft proposal.

How do you ensure the advisor and the student can simultaneously edit the proposal, and the application can check the proposal for changes before committing them?

Options:

A.

Configure the locking on the case type to allow one user.

B.

Configure the locking on the case type to allow multiple users.

C.

Configure an assignment for the advisor and an assignment for the student.

D.

Configure the student and advisor roles with view and edit permission.

Question 30

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

Options:

A.

Properties

B.

Flow actions

C.

Activities

D.

Case types

Question 31

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.

Question 32

The primary purpose of a production ruleset is to allow rules to be

Options:

A.

tested in a production environment

B.

updated in a production environment

C.

reused in multiple production environments

D.

migrated to a production environment

Question 33

An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:

If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?

Options:

A.

Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables

B.

Instances of all Work- derived classes

C.

Instances of MyCo-HR-SelfService-Work

D.

Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense

Question 34

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.

Question 35

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.

Question 36

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.

Question 37

Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.

Options:

Question 38

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

In the Answer area, select the ruleset versions that the skim operation uses to copy rules into ABC:03-01-01.

Options:

Question 39

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.

Question 40

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

Options:

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.

Question 41

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

Question 42

As a best practice, in which situation do you use a keyed data page?

Options:

A.

A user selects an emoji from a short list that updates often.

B.

A user selects a replacement part from a long list that seldom changes.

C.

A user selects a delivery option from a short list that rarely changes.

D.

A user selects an image from a long list that updates often.

Question 43

A company with multiple applications spanning different business units wants to send a standard confirmation email to customers whenever a case is created.

Which is the appropriate layer of the Enterprise Class Structure (ECS) for the email correspondence?

Options:

A.

Unit

B.

Organization

C.

Implementation

D.

Division

Demo: 43 questions
Total 144 questions