Verified PEGAPCSA87V1 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Exams-boost
Pass Pegasystems Certification PEGAPCSA87V1 Exam With 251 Questions
The PEGAPCSA87V1 exam is intended for professionals who have experience in developing and implementing Pega applications. Pega Certified System Architect (PCSA) 87V1 certification is an excellent opportunity for those who want to advance their careers in the field of Pega development. It ensures that the candidate has the required skills and knowledge to handle complex Pega projects and deliver successful solutions. Passing the PEGAPCSA87V1 exam is a great way to demonstrate your expertise and stand out in a competitive job market.
NEW QUESTION # 11
In a banking application, which two options must be used together to present users with a set of balance transfer options only if they elect to transfer a balance to their credit card? (Choose two)
- A. Add a visible when condition on the layout containing the balance transfer offers
- B. Add an action set on the layout containing the balance transfer offers to trigger a refresh
- C. Add an action set on the check box for the balance transfer election to trigger a refresh
- D. Add a visible when condition on the check box for the balance transfer election
Answer: A,C
NEW QUESTION # 12
Direct Capture of Objectives (DCO) aims to increase which two aspects of application delivery? (Choose Two)
- A. Accuracy
- B. Performance
- C. Coding
- D. Speed
Answer: A,D
NEW QUESTION # 13
During a playback session, a stake holder notices that a drop-down list is missing one of the required options
.which work item do you create in agile workbench to address this issue?
- A. status
- B. Feedback
- C. user story
- D. Bug
Answer: D
NEW QUESTION # 14
. You are implementing a data entry screen to include an asset ID field to track company equipment. All asset IDs are eight characters in length. The first three characters are letters followed by a five-digit number.
Which validation approach restricts entries for the asset ID field to the required format?
- A. Min/Max characters
- B. Text data type
- C. Edit Validate rule
- D. Validate rule
Answer: C
NEW QUESTION # 15
A car insurance quote requires a view for potential customers to enter information to process the request. What are two primary decisions to make before you add fields to the view? (Choose Two)
- A. Are processing actions applied to the field?
- B. Does the field require a data source?
- C. How do users enter values into the field?
- D. Is field entry required?
Answer: A,B
NEW QUESTION # 16
You are developing a case type to process visa applications. As part of the process, applicants need to schedule an interview with the consulate. A child Interview case is created for the interview process and assessment.
Following the interview, it typically takes 48 hours for the consulate to reach a decision. For the visa case to proceed to applicant notification, the Interview case needs to be resolved.
How do you configure a case type to achieve the required behavior?
- A. Add a Create Case step that creates the Interview child case. There is no need to add a Wait step.
- B. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until 48 hours have elapsed.
- C. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved.
- D. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved and after 48 hours have elapsed.
Answer: B
NEW QUESTION # 17
Consider the following scenario:
A customer files a fraud complaint. The complaint is investigated by a customer service agent.
* The customer service agent may request additional information from the customer.
* The merchant is notified and given 15 days to dispute the fraud claim.
* If the fraud claim is approved, an affidavit is sent to the customer and a refund is posted totheiraccount. How do you name the step where the agent investigates the claim for fraud?
- A. Claim Investigation
- B. Investigate Claim
- C. Fraud Claim
- D. Investigate Fraud
Answer: D
NEW QUESTION # 18
What two pieces of information comprise a data element? (Choose Two)
- A. The name of the referencing user view
- B. The name of the data element
- C. The value of the data element
- D. The name of the clipboard page
Answer: B,C
NEW QUESTION # 19
You have been asked to create a pie chart that shows the number of cases each manager has created. A list report contains columns for manager name, case ID, and office. How do you configure the list report in order to create the pie chart?
- A. Summarize the case ID column
- B. Group the case ID column.
- C. Group the manager name column.
- D. Summarize the manager name column.
Answer: D
NEW QUESTION # 20
All managers must be able to view the Employee vacation requests report in their Manager portal dashboards.
Which configuration fulfills this requirement?
- A. Add a report widget to the portal dashboard, and then click Publish.
- B. Add a report widget to the portal dashboard, and then click Publish to default.
- C. Add the report to a public category, and then add the out-of-the-box Reports landing page to the portal.
- D. Create a new landing page on the portal with the new report saved in a public category.
Answer: C
NEW QUESTION # 21
In a hotel reservation application, a form displays a list of hotels with available rooms based on thecheck-in and check-out dates entered by users. How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
- A. Display the hotel in an embedded section with a visible when condition.
- B. Configure action sets on the date fields to refresh the section when the date values change.
- C. Configure an action set on the hotel list display to refresh the section when the hotel list changes.
- D. Configure edit validates on the date fields to refresh the section when the date values change.
Answer: B
NEW QUESTION # 22
A developer configures a button with the action set as shown in the following image.

Answer:
Explanation:
Explanation
Text, letter Description automatically generated
NEW QUESTION # 23
In which two situations is it appropriate to use a decision table? (Choose Two)
- A. If customers decide to add insurance, checked bags, or early boarding to their airline tickets, extra fees are added to their order total.
- B. A hair care company suggests a line of products to customers based on their hair type, scalp moisture, hair moisture, and whether it is color-treated.
- C. Order total is calculated based on the quantity and price of the items in the customer's shopping cart.
- D. A gym recommends a membership type based on the number and type of fitness classes the customer wants to attend every month.
Answer: B,D
NEW QUESTION # 24
A library application used by staff creates a book request case when a member wishes toborrow one or more books. As part of the case process, the application shows the staff a readonly list of outstanding past-due books to remind the member to return late books, select the Data page definition for this use case.
- A. List,Readonly, Thread
- B. Page,Editable,Requester
- C. Page,Readonly,Requester
- D. List,Readonly,Requestor
- E. List,Readonly,Node
- F. Page,Editable,Node
Answer: D
NEW QUESTION # 25
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.
Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)
- A. Configure the starting flow to instantiate the case type as a temporary case.
- B. Configure the first step to instantiate the case type as a temporary case.
- C. Add a persist case shape after the first step.
- D. Apply a when condition to the first step to persist only cases requiring updates.
Answer: B,D
NEW QUESTION # 26
A customer wants to copy the contents of a previous order to their current order.What rule type doyou use to copy the order contents?
- A. Data transform
- B. Declare expression
- C. Function
- D. Data page
Answer: B
NEW QUESTION # 27
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 single Validate rule with two conditions; one for income and one for credit card debt.
- C. Use a Validate rule to call two Edit validate rules: one for income and one for credit card debt.
- D. Use two Edit Validate rules; one for income and one for credit card debt.
Answer: B
NEW QUESTION # 28
To process an employee retirement package, the system requires approvals from the supervising manager, and the ...
How do you implement the requirements so that each approver can work independently?
- A. Create business logic to route the assignment to the different approvers.
- B. Create three parallel processes with approval steps.
- C. Route the assignment to a work queue to which all three roles have access.
- D. Create an approval step with cascading approval.
Answer: D
NEW QUESTION # 29
Several Development teams work on different enhancements.
The release date for each enhancement is uncertain. Which two options allow each team to keep its work separate? (Choose Two)
- A. Set up a branch ruleset for each team
- B. Create a production ruleset for each team.
- C. Create a new application for each team
- D. Create a new ruleset version for each team.
Answer: A,D
NEW QUESTION # 30
......
Ultimate Guide to Prepare Free PEGAPCSA87V1 Exam Questions and Answer: https://drive.google.com/open?id=18cOlXHr8j5coeQSD3hZUj6GM-MGdFny9
Pass PEGAPCSA87V1 Tests Engine pdf - All Free Dumps: https://www.exams-boost.com/PEGAPCSA87V1-valid-materials.html