Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

PEGACPSSA23V1 Sample Questions Answers

Questions 4

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.

Buy Now
Questions 5

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?

Options:

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.

Buy Now
Questions 6

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 7

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?

Options:

A.

Access of Role to Object

B.

Access Control Policy

C.

Access When

D.

Access Deny

Buy Now
Questions 8

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

Buy Now
Questions 9

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 10

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

Buy Now
Questions 11

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

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.

Buy Now
Questions 13

Which two use cases correctly describe controlling access to an attachment category? (Choose Two)

Options:

A.

Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true.

B.

Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false.

C.

Configure the privilege "DeleteOwn" and assign it to a user so that a user can delete their own attachments.

D.

Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment.

Buy Now
Questions 14

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 15

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 16

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 17

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.

Buy Now
Questions 18

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.

Buy Now
Questions 19

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.

Buy Now
Questions 20

You are analyzing application performance and identify a data transform exceeding preferred performance parameters. Which performance tool do you use to help troubleshoot the issue?

Options:

A.

Performance Profiler

B.

Database Trace

C.

Performance Analyzer (PAL)

D.

Tracer

Buy Now
Questions 21

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)

Options:

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.

Buy Now
Questions 22

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 23

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.

Buy Now
Questions 24

Which statement is true about connectors?

Options:

A.

Connectors use a listener that runs in the background.

B.

Connectors establish a link to a service on another system.

C.

Connectors require a REST service to function.

D.

Connectors can be referenced from data transforms.

Buy Now
Questions 25

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 26

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 27

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 28

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 29

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

Options:

Buy Now
Questions 30

Which two statements are true about database tables in Pega Platform? (Choose Two)

Options:

A.

The PegaRULES database contains rules while PegaDATA contains work instances.

B.

The Database Table rule allows configuration of a connection to a specific table.

C.

The History record table contains a record of when each user logged in to the system.

D.

The report definition rule should only be used against one table for performance reasons.

Buy Now
Questions 31

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

Buy Now
Questions 32

Place the steps in the order in which a service processes a request.

Options:

Buy Now
Questions 33

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

Buy Now
Questions 34

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 35

Which action can a Declare OnChange rule perform when a specified property changes?

Options:

A.

Suspend the current work object

B.

Execute a data transform

C.

Update an activity

D.

Specify which flow action to run

Buy Now
Questions 36

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 37

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 38

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

Options:

Buy Now
Questions 39

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 40

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 41

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.

Buy Now
Questions 42

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 43

You have identified an activity that does not perform well. You need to find out exactly which steps in the activity are causing the poor performance.

Which tool allows you to identify the cause of the performance issue?

Options:

A.

Database Trace

B.

Performance Analyzer (PAL)

C.

Tracer

D.

Performance Profiler

Buy Now
Exam Code: PEGACPSSA23V1
Exam Name: Certified Pega Senior System Architect 23 Exam
Last Update: May 6, 2024
Questions: 144
$64  $159.99
$48  $119.99
$40  $99.99
buy now PEGACPSSA23V1