Pegasystems PEGAPCSA87V1 Pega Certified System Architect (PCSA) 87V1 Online Training
Pegasystems PEGAPCSA87V1 Online Training
The questions for PEGAPCSA87V1 were last updated at Nov 23,2024.
- Exam Code: PEGAPCSA87V1
- Exam Name: Pega Certified System Architect (PCSA) 87V1
- Certification Provider: Pegasystems
- Latest update: Nov 23,2024
Which three options can you configure for a mobile app channel? (Choose Three)
- A . Change the host for a mobile app to a production system, rather than a development system.
- B . Identify how different mobile devices render UI controls.
- C . Establish security behavior for a mobile app, such as the use of biometric identifiers.
- D . Define UI behavior for a view when displayed on a mobile device.
- E . Define the role applied to users when they run the mobile app.
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have.
You also create work items to address:
♦ A future enhancement request to group a set of existing steps into a multistep form
♦ A drop-down list that is missing one of the required options ― This work item is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
- A . Create bugs
- B . Create feedback
- C . Import stories
- D . Create stories
Which two statements are true about minimum lovable product (MLP) sizing when using the Estimator tool? (Choose two.)
- A . MPL complexities set to ‘’high’’ are reserved for MLP 2 and later.
- B . MLP sizing leads to precision in the sprint cycle and resource planning.
- C . Creation of case steps is factored into MLP sizing.
- D . Initial estimations are high-level and can be refined during sizing.
DRAG DROP
A developer is attempting to reference a validate rule called ValidateCustomer from a flow action applied to a case type class called ACME-IT-Work-Ticket. The case type class directly inherits from the Work- class. The case type class does not contain a ValidateCustomer validate rule.
Place the classes in the order in which Pega searches for the ValidateCusromer validate rule, from first to last.
For which use case do you create a new rule in a Pega Platform™ application?
- A . A developer creates a parallel process to audit changes that a service agent makes.
- B . A developer makes changes to an email message configured in the case life cycle.
- C . A designer reuses a UI section every time the same behavior is needed in the application.
- D . A business user issues a change request for the application to set the default value of a field.
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in credit card debt.
How do you enforce these restrictions when requesting an instant loan?
- A . Use UI controls to validate the entries in the income and credit card debt fields.
- B . Use a Validate rule to call two Edit validate rules: one for income and one for credit card debt.
- C . Use a single Validate rule with two conditions; one for income and one for credit card debt.
- D . Use two Edit Validate rules; one for income and one for credit card debt.
When a user selects a item in a list, the application displays data about that item. Data is copies to a page property using the Copy from a data page options.
After the data has been copies to the property, when is the data copies to the property again?
- A . Never
- B . The next time the case is opened
- C . The next time the property is accessed
- D . When the item is changed
What is the relationship between pyWorkPage and case data?
- A . pyWorkPage contains only the data entered by users while creating and processing a case.
- B . pyWorkPage contains all the data pages accessed while creating and processing a case.
- C . pyWorkPage contains only the data generated by the system while creating and processing a case.
- D . pyWorkPage contains all the case data generated while creating and processing a case.
A retail store wants an application to process a new customer loyalty account. The customer enters their contact information; including name, email, phone number, and address. This information is displayed in a data relationship.
What type of data relationship do you create?
- A . A Data reference field
- B . An Embedded data field
- C . A Case reference field
- D . A Query field
A transaction dispute case type allows customers to dispute a bank card transaction for one of three reasons:
* Stolen card
* Duplicate charge
* Fulfillment error
Most dispute for the stolen cards occur at two vendors. MegaMart and Maxvalu. The fraud analyst requests a report that displays stolen card dispute meeting the following thresholds:
Given the following filter conditions, which logic statement returns the correct subnet of transaction disputes?
- A . F1 AND F2 AND F3 AND F4 AND F5
- B . (F1 AND F3) OR (F3 AND F4) OR F5
- C . ((F1 AND F3) OR (F2 AND F4)) AND F5
- D . (F1 AND F3) OR (F2 AND F4) AND F5
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