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

Pegasystems PEGAPCSSA86V1 Pega Certified Senior System Architect (PCSSA) 86V1 Exam Practice Test

Pega Certified Senior System Architect (PCSSA) 86V1 Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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.

Question 2

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

Question 3

Which two statements are valid regarding Pega Web Mashup? (Choose Two)

Options:

A.

Pega Platform limits mashup users to working on existing cases.

B.

Mashup requests are checked for the corresponding mashup channel ID parameter.

C.

A mashup can allow access to Dev Studio for full system configuration.

D.

A user can view their worklist in an external portal and select items on which to take action.

Question 4

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.

Question 5

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 6

Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.

Options:

Question 7

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 8

When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform accepts incoming requests?

Options:

A.

Ensure the host is configured to support HTTPS.

B.

Establish a private tunnel from the host to Pega Platform.

C.

Enable authentication policies on Pega Platform.

D.

Add the host URL in the Pega application.

Question 9

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 10

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 11

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

Question 13

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