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

Pega Certified Senior System Architect (PCSSA) 87V1 Question and Answers

Pega Certified Senior System Architect (PCSSA) 87V1

Last Update May 8, 2024
Total Questions : 116

We are offering FREE PEGAPCSSA87V1 Pegasystems exam questions. All you do is to just go and sign up. Give your details, prepare PEGAPCSSA87V1 free exam questions and then go for complete pool of Pega Certified Senior System Architect (PCSSA) 87V1 test questions that will help you more.

PEGAPCSSA87V1 pdf

PEGAPCSSA87V1 PDF

$35  $99.99
PEGAPCSSA87V1 Engine

PEGAPCSSA87V1 Testing Engine

$42  $119.99
PEGAPCSSA87V1 PDF + Engine

PEGAPCSSA87V1 PDF + Testing Engine

$56  $159.99
Questions 1

University admission application cases automatically advance in the case life cycle if the applicant's standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.

Which two configurations, when applied together, support this requirement? (Choose Two)

Options:

A.  

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant's test score.

B.  

Configure a TestThreshold Configuration setting with the national average for the test score threshold.

C.  

Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.

D.  

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant's test score.

Discussion 0
Questions 2

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.

Discussion 0
Questions 3

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.

Discussion 0
Questions 4

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.

Discussion 0
Questions 5

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.

Discussion 0
Questions 6

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

Discussion 0
Questions 7

A chemical supplier processes thousands of online orders each day. The supplier provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock. When buyers select an item to order, the application displays the MSDS. The MSDS rarely changes.

Which of the following options ensures the MSDS is up to date when an order is created?

Options:

A.  

Create a keyed data page with the MSDS for each cleaning product.

B.  

Create a parameterized data page that loads a new MSDS for each product.

C.  

Create a data page that contains the MSDS for each cleaning product.

D.  

Configure a keyed data page that allows multiple pages for each key.

Discussion 0
Questions 8

Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)

Options:

A.  

Use grid layouts rather than repeating dynamic layouts to display tabular data.

B.  

Set the importance for columns in repeating dynamic layouts.

C.  

Limit text fields to a width of 200 pixels.

D.  

Set the width for layouts in percentages.

Discussion 0
Questions 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?

Options:

A.  

Existing members must enter their membership number in the correct format, M-######-0#.

B.  

The first and last name are required on the form, but a middle name or initial is optional.

C.  

New members can get a 20% discount, if they enter the Coupon Code SAVE.

D.  

New members must be at least 18 years of age at the time they sign up for membership.

Discussion 0
Questions 10

Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)

Options:

A.  

Allows downloading of rules for offline use with a mobile app.

B.  

Provides access to static resources such as HTML files, image files, or JS files.

C.  

Enables users to continue interacting with mobile apps while offline.

D.  

Supports debugging efforts by providing a run-time view of the rules accessed by the app.

Discussion 0
Questions 11

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

Discussion 0
Questions 12

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.

Discussion 0
Questions 13

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

Discussion 0
Questions 14

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.

Discussion 0
Questions 15

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.

Discussion 0
Questions 16

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.

Discussion 0
Questions 17

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

Options:

Discussion 0