Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Pegasystems PEGACPSSA23V1 Dumps

Certified Pega Senior System Architect 23 Questions and Answers

Question 1

You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.

How do you implement this requirement?

Options:

A.

Implement the logic in the data page's response data transform.

B.

Implement the logic in the connector's error handler flow.

C.

Customize the standard pxErrorHandlingTemplate data transform.

D.

Use a transition condition in the activity step invoking the connector.

Question 2

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

Question 3

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?

Options:

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.

Question 4

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 5

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 6

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 7

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 8

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 9

In which situation do you configure branched rulesets?

Options:

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.

Question 10

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.

Question 11

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

Options:

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.

Question 12

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 13

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 14

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 15

A class group is used to____________________.

Options:

A.

identify a layer of the Enterprise Class Structure

B.

combine related properties by usage

C.

assign work to a specific group of users

D.

associate child classes with a single database table

Question 16

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?

Options:

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.

Question 17

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

Question 18

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 19

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 20

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 21

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 22

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 23

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)

Options:

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.

Question 24

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.

Question 25

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 26

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 27

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.

Question 28

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.

Question 29

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.

Options:

Question 30

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 31

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.

Question 32

A requirement states that the Manager role cannot open a purchase request during the Audit stage. How do you configure the case stage to satisfy this requirement?

Options:

A.

Apply an Access Deny record.

B.

Apply an Access When record.

C.

Apply a When record.

D.

Apply a Privilege record.

Question 33

In which scenario would a Declare OnChange rule be appropriate?

Options:

A.

During a nightly backup process, only updated fields are backed up.

B.

When a developer changes a view, the change is checked into a development branch.

C.

When a user updates their address, the active case is suspended until the address can be confirmed.

D.

When a manager approves a case, the case is routed back to the appropriate case worker.

Question 34

A music production company's application contains the following classes:

A requirement states that users assigned the role "Manager" can edit objects related to any studio work.

At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement?

Options:

A.

UPlusMusic-Production-Work-Brand-Marketing

B.

UPlusMusic-Production-Work-Studio-Editing

C.

UPlusMusic-Production- Work-Studio-

D.

UPlusMusic-Production- Work-

Question 35

You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.

How do you update the application to add the new ruleset version?

Options:

A.

Create a branch ruleset and a new application, and add the branch ruleset to the application.

B.

Lock and roll the existing ruleset, and create a new application version.

C.

Lock and roll the existing ruleset, and update the existing application version.

D.

Create a new application version and add the new ruleset version as a production ruleset.

Question 36

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 37

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 38

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 39

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 40

An assignment service-level agreement (SLA) is configured with the following details:

♦ Initial urgency: 20

♦ Assignment ready: Timed delay of 2 hours

♦ Goal: 5 hours and increase urgency by 10

♦ Deadline: 2 hours and increase urgency by 25

♦ Passed deadline: 1 hour, increase urgency by 5, and limit events to 6

The case reaches the assignment at 9 AM on Wednesday.

Assuming no other urgency adjustments, what is the assignment urgency 6.5 hours after the case reaches the assignment?

Options:

A.

85

B.

95

C.

75

D.

80

Question 41

In which log can you see performance-related alerts that are triggered when an operation exceeds the specified performance threshold7

Options:

A.

ALERTSECURITY log

B.

PEGA log

C.

ALERT log

D.

BIX log

Question 42

In a hiring case type, only HR Managers should have read access to a candidate's reference letter attachment.

Once the privilege is created in the system, which two configurations, when performed together, allow you to fulfill this requirement? (Choose Two)

Options:

A.

Specify the HR Managers work group when creating the Attachment category.

B.

Apply the appropriate privilege to the Attachment category.

C.

Define an Access of Role to Object record on the Access group for HR Managers.

D.

Configure an access control policy condition on the Attachment category.

Question 43

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