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

Home > Pegasystems > Certified Pega Senior System Architect > PEGACPSSA23V1

PEGACPSSA23V1 Certified Pega Senior System Architect 23 Question and Answers

Question # 4

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

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.

Full Access
Question # 5

A form must support accessibility.

How do you enable a user to specify a date?

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.

Full Access
Question # 6

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

A.

A long list of images that often changes

B.

A long list of vehicle parts that rarely changes

C.

A short list of emojis that often changes

D.

A short list of delivery options that rarely changes

Full Access
Question # 7

During an Account review case, an accountant wants to evaluate the client's retirement plan. A Retirement planning case is created that runs in parallel with the Account review case. Neither case waits for nor reports to the other.

To configure this workflow, which type of parallel processing shape do you use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 8

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?

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.

Full Access
Question # 9

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.

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.

Full Access
Question # 10

Which three mobile device features can you leverage by using Pega Mobile Client? (Choose Three)

A.

Barcode scanning

B.

Text messages

C.

Biometric identification

D.

Push notifications

E.

Phone calls

Full Access
Question # 11

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?

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.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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

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

Full Access
Question # 14

Which statement about operator records is true?

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.

Full Access
Question # 15

Consider the following requirement: An auditing policy explicitly requires that employees cannot see the contents of complaints made against themselves.

Which security solution do you use to satisfy the requirement?

A.

Access of Role to Object

B.

Access Control Policy

C.

Access When

D.

Access Deny

Full Access
Question # 16

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

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.

Full Access
Question # 17

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

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.

Full Access
Question # 18

Application Settings allow you to____________.

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

Full Access
Question # 19

Teams X and Y work on different enhancements in the same ruleset. The release date for each enhancement is uncertain.

Which two options, when performed together, allow each team to keep its work separate? (Choose Two)

A.

Create a new ruleset version for one of the teams.

B.

Create a branch ruleset for each team.

C.

Apply privileges to the rules each team configures.

D.

Create access groups for each of the teams.

Full Access
Question # 20

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)

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.

Full Access
Question # 21

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.

Full Access
Question # 22

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

How do you implement this requirement?

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.

Full Access
Question # 23

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?

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.

Full Access
Question # 24

In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration? (Choose two.)

A.

Minimal resources are assigned to update Pega Platform for each new release.

B.

Developers have access to only App Studio when configuring the integration.

C.

Users are expected to create cases, open assignments, and manage data privacy.

D.

The application is built on Pega Platform version 8.2 using UI Kit.

Full Access
Question # 25

What is the function of class mapping for reports?

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.

Full Access
Question # 26

The MyCoSelfService ruleset contains the following instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All ruleset versions are in the ruleset list.

Assuming users can access all the ruleset versions, which ruleset version is chosen by rule resolution when .Country = Japan?

A.

01-01-02

B.

01-01-04

C.

01-01-03

D.

01-02-01

Full Access
Question # 27

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

A.

Properties

B.

Flow actions

C.

Activities

D.

Case types

Full Access
Question # 28

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 # 29

A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.

Select two possible designs for this use case. (Choose Two)

A.

Use the Run in background step in the case life cycle and design a standard queue processor.

B.

Use the Queue-For-Processing method in an activity and design a dedicated queue processor.

C.

Use the Queue-For-Processing method in an activity and design a standard queue processor.

D.

Use the Run in background step in the case life cycle and design a dedicated queue processor.

Full Access
Question # 30

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

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.

Full Access
Question # 31

Which statement is true about services?

A.

Services require a REST connector to function.

B.

Services return all data in XML format.

C.

Services may process outbound requests.

D.

Services may use a listener that runs in the background.

Full Access
Question # 32

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

Full Access
Question # 33

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.

A.

100

B.

130

C.

70

D.

90

Full Access
Question # 34

Which two rule types can you mark as a relevant record? (Choose Two)

A.

Property

B.

Report

C.

Skin

D.

Section

Full Access
Question # 35

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 # 36

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

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.

Full Access
Question # 37

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

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

Full Access
Question # 38

In which example would you use the application settings feature?

A.

A data page is available across multiple user sessions and is updated once a day.

B.

An IT service application stores a list of operating systems using a Pega system of record.

C.

A weather service application points to a web service for weather data.

D.

A manager can update the price of a service without a developer editing the application.

Full Access
Question # 39

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.

Full Access
Question # 40

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

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

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

Full Access
Question # 42

In which situation do you configure branched rulesets?

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.

Full Access
Question # 43

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