Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Pegasystems PEGACPSSA23V1 - Certified Pega Senior System Architect 23 Exam

Page: 4 / 5
Total 144 questions

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?

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.

Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)

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

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?

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.

Which two requirements are supported by Attribute-based access control (ABAC)? (Choose Two)

A.

Managers can reschedule but not delete appointments.

B.

Personal identifying information in the Work-Baking- class is restricted.

C.

Agents assigned the "Top Secret" clearance level can delete reports.

D.

Bakers with a rating of 4 or better can add recipes to the database.

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.

In which scenario would a Declare OnChange rule be appropriate?

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.

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

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?

A.

100

B.

90

C.

130

D.

70

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?

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

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

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