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

Last Attempt PEGAPCSSA86V1 Questions

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

Question 9

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.

Question 10

A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.

Which implementation satisfies this requirement?

Options:

A.

Create a multivariate circumstanced rule and a when rule.

B.

Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.

C.

Create a single property circumstanced rule and a when rule.

D.

Create a single property circumstanced rule.

Question 11

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.

Question 12

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.