Pegasystems Related Exams
PEGAPCSA87V1 Exam
The main topics include:
Case management and data modeling
User interface (UI) design and development
Process and decision rules
Application development best practices
Security and application debugging
Pega application deployment
PEGAPCSA87V1 is based on Pega Platform 8.7, while PEGACPSA88V1 reflects updates from version 8.8. The newer exam includes enhanced features and updated training content. Choose PEGACPSA88V1 for the latest platform skills.
Users create Insurance Coverage Request Cases to authorize insurance payments. Users
enter information that includes the name of the patient, the date of the procedure and the type of the procedure. After entering the information, user submits the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate request can occur. A request is considered a duplicate if the patient name, procedure type, procedure date match an existing request. You have been given two requirements:
- Ensure that users can identify duplicate requests.
- If a case is duplicate, it is not written to the database. Otherwise, write the case to the database.
Which two options configure application so that users can identify duplicate requests? (Choose two)
The following example shows the ruleset list for the logged in operator. What is stored in the Admin@MyCo ruleset ?
Admin@MyCo:
Purchasing:01-01
Purchasinglnt:01-01
MyCo:01-01
MyColnt:01-01
Supplier:01-01
Customer:01-01
lnventory:01-01
Pega-ProcessCommander:07-10
Pega-DeploymnetDefaults:07-10
Pega-LP-Mobile:07-10
A requirement states: Loan applicants must enter their annual salary. If the salary is above the qualifying threshold, the application is automatically approved. If the salary is below the threshold, the applicant must identify a cosigner.
Select the two configuration options that follow best practices to meet the requirement. (Choose Two)