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

Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect 23 Exam Practice Test

Page: 1 / 14
Total 144 questions

Certified Pega Senior System Architect 23 Questions and Answers

Question 1

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

Options:

A.

Encrypted properties cannot be referenced using filter conditions in reports.

B.

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

C.

Encrypted properties can be referenced in report definitions.

D.

Each organization uses a custom key to encrypt its data.

Question 2

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.

Question 3

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

Question # 3

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.

Question # 3

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)

Question 4

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.

Question 5

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

Question 6

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

Question 7

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 8

Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)

Options:

A.

Leverage the standard authentication service IACAuthentication and update the authentication activities.

B.

Add an access group for the application rules that need to be accessed from the external system.

C.

Configure a node-level data page to hold security access information about the external system.

D.

Configure the application permissions by specifying a list of trusted domains in the application rule.

Question 9

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 10

Which statement is true about services?

Options:

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.

Question 11

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

Question # 11

Options:

Question 12

A city resident can report potholes to the Department of Transportation by logging in to a mobile Pega Platform application that utilizes the Pega API.

Which two Pega API interactions do you use to facilitate this? (Choose two.)

Options:

A.

Submit the report using POST/cases

B.

Access the related case type to report using GET/casetypes

C.

Update the report using GET/cases

D.

Log into the application using PUT/authenticate

Question 13

A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.

Which implementation satisfies this requirement?

Options:

A.

Create a multivariate circumstanced rule and a when rule.

B.

Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.

C.

Create a single property circumstanced rule and a when rule.

D.

Create a single property circumstanced rule.

Question 14

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.

Question 15

In which example would you use the application settings feature?

Options:

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.

Question 16

In the Answer Area, drag each mobile application solution on the left to the correct scenario.

Question # 16

Options:

Question 17

What is the purpose of the Policy Verification landing page when configuring a security solution in Pega Platform?

Options:

A.

To test if a user has the required access to a case

B.

To manually authenticate a specific user on an integrated external database

C.

To test if a user's channel-specific password meets defined property requirements

D.

To configure mapping of access control attributes

Question 18

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

Question # 18

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.

Question 19

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.

Question 20

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 21

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

Options:

A.

Barcode scanning

B.

Text messages

C.

Biometric identification

D.

Push notifications

E.

Phone calls

Question 22

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.

Question # 22

Options:

Question 23

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.

Question 24

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 25

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

Options:

A.

Export the access groups using the Access Manager.

B.

Add the access groups to the application record.

C.

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

D.

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

Question 26

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.

Question 27

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

Question 28

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.

Question 29

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.

Question 30

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.

Question 31

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

Question # 31

Options:

Question 32

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 33

Offline support requires which two configurations? (Choose two.)

Options:

A.

Access groups set up to allow offline access to users.

B.

Appropriate case types configured for offline processing.

C.

An authorization activity to manage offline permissions.

D.

A set of privileges to run sections in an offline environment.

Question 34

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.

Question 35

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.

Question # 35

Options:

Question 36

Which two statements about keyed data pages are true? (Choose Two)

Options:

A.

A keyed data page is required for all data pages.

B.

A keyed data page can use a report definition.

C.

A keyed data page can return multiple embedded pages.

D.

A keyed data page can have multiple keys.

Question 37

In your purchasing application, you use a decision table with vendor discount codes. You want to delegate the decision table.

In which ruleset do you save the decision table to allow delegation?

Options:

A.

Organization

B.

Integration

C.

Production

D.

Application

Question 38

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

Question 39

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 40

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

Question 41

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.

Question 42

An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.

How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?

Options:

A.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Blocked".

B.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn".

C.

Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Not available".

D.

Save an additional new version of the flow action applied to TRB-HRApps-Work and set the availability to "Final".

Question 43

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

Options:

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

Page: 1 / 14
Total 144 questions