Pegasystems PEGAPCSA87V1 Pega Certified System Architect (PCSA) 87V1 Online Training
Pegasystems PEGAPCSA87V1 Online Training
The questions for PEGAPCSA87V1 were last updated at Nov 19,2024.
- Exam Code: PEGAPCSA87V1
- Exam Name: Pega Certified System Architect (PCSA) 87V1
- Certification Provider: Pegasystems
- Latest update: Nov 19,2024
Which two scenarios require you to configure conditional processing within the case type? (Choose Two.)
- A . A scholarship eligibility application requires students to enter standardized test scores, Students with qualifying test scores can schedule and interview. Students without qualifying test scores receives a rejection email.
- B . A catering booking application requires customers to enter information about the expected party size, event date, and event time. When customers submit the information the catering company sends a confirmation email.
- C . An application requires customer to select the type of request in a drop-down list. The system routes the request to the appropriate department work queue. A user with access to the work queue processes the case through fulfillment.
- D . A shopping application requires a guest to fill out payment information. A user who enters a membership number skips the payment information step.
You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process. Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.
After you create the Interview child case, how to do you configure the case type to achieve the required behavior?
- A . Following the Create Case step, add a Wait step that pauses the parent case until the application schedules the interview.
- B . Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status.
- C . Following the Create Case step, add a services-level agreement (SLA) that escalates the parent case after 48 hours.
- D . Following the Create Case step, add an Interview step that is automatically resolved after 48 hours.
Which scenario is a use case for the Wait step?
- A . The customer cannot complete an application for a checking account until a bank representative reviews their credit report.
- B . An agent needs to send a confirmation email to an insured customer after they complete a form.
- C . A payroll user cannot process a salary increase until the department manager approves the increase.
- D . The customer needs to log in to their account before receiving a membership discount on an online purchase.
A requirement states When a customer applies for a credit card, a credit check must be completed in order for the credit card to be approved.
Select the case type relationship that satisfies the requirement.
- A . Make both loan request and credit check top cases.
- B . Make credit check a spin-off case of credit card request.
- C . Make credit check a child case of credit card request.
- D . Make credit card request a child case of credit check.
University admission application cases automatically advance in the case life cycle if the application 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.)
- 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 that calculates the national average for the test score threshold.
- C . Configure a process with a decision shape that continues if the TestThreshold Configuration setting is than the application’s test score.
- D . Configure a TestThreshold Configuration setting with the national average for the test score threshold.
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Trace tool allow you to diagnose the problem without affecting application performed? (Choose Two.)
- A . Breakpoints
- B . The Event monitor
- C . The Watch function
- D . The Clipboard tool
For which use case do you create a new rule in a Pega Platform application?
A designer reuses a UI section every time the same behavior is needed in the application.
- A . A developer makes changes to an email message that is configured in the case life cycle.
- B . A designer uses Design mode at runtime to modify a view to use a two-column template.
- C . A developer creates a parallel process to audit the changes that a service agent makes.
- D . A developer creates a parallel process to audit the changes that a service agent makes.
How do you indicate the progress of a case toward resolution?
- A . Apply service levels to the assignment steps.
- B . Design intent-driven user interfaces.
- C . Update the case status on the appropriate steps.
- D . Configure a case notes field to capture progress information.
Which scenario requires you to make updates in Dev Studio?
- A . A task is reassigned when it reaches a service-level agreement goal.
- B . An email correspondence is added to the case type.
- C . A customer representative can approve or reject a claim.
- D . A new confirmation view displays a read-only text property.
Which two statements are true about styling controls in App Studio? (Choose two)
- A . Developers can configure a Date Time control to display as a text input field, drop-down list, or calendar control.
- B . Developers can configure a text input control to change the background when users click the control.
- C . Developers can configure a button control to hide when users click the control.
- D . Developers create a new style format to apply styling to an out-of-the-box button control.
Question 38 is wrong, decision trees are used for DIFFERENT questions, not decision tables
Question 4 is wrong, the credit check should be the child of credit card request and not the opposite