2023 Updated Verified PEGAPCSA87V1 Q&As - Pass Guarantee or Full Refund
[Sep-2023] PEGAPCSA87V1 Certification with Actual Questions from ExamsTorrent
Pegasystems PEGAPCSA87V1 exam is a certification test for individuals seeking to become certified Pega Certified System Architects (PCSA). PEGAPCSA87V1 exam measures the skills and knowledge necessary to design and build Pega applications. The PCSA certification is an intermediate certification that recognizes individuals who have completed the Pega System Architect Essentials I and II training courses and have a solid understanding of Pega application development.
The PEGAPCSA87V1 exam covers a wide range of topics related to the Pega platform, including the creation of case types, data modeling, user interface design, integration with external systems, and more. PEGAPCSA87V1 exam is designed to test the candidate's knowledge and understanding of the Pega platform and their ability to apply this knowledge to real-world scenarios.
NEW QUESTION # 37
A restaurant has a case type that allows customers to book the dining room for events. Customers provide basic information including party size and indicate whether they want the restaurant to cater the event.
If catering is not required, customers are given a rental rate quote.
If customers indicate that they want the restaurant to cater the event, they must provide menu preference and schedule and appointment to do menu testing before they are given a quote.
Which two options do you use to configure the case type to achieve the requested behavior? (Choose Two.)
- A. Create a process for customers to indicate menu preference and schedule the menu tasting appointment.Add the process as a case-wide optional action.
- B. Create a process for providing menu preference and scheduling the menu tasting appointment. Create a parallel process for providing the customer with the rental rate quote.
- C. Create a check box for customers to indicate whether they want the restaurant to cater the event.Configure the menu preferences and appointment date fields with a visibility condition.
- D. Create a check box for customers to indicate whether they want the restaurant to cater the event. Add a decision shape that evaluates whether the customer checks the box.
Answer: C,D
NEW QUESTION # 38
A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base. What approach maximizes reuse and maintainability?
- A. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
- B. Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.
- C. Place the updated rules into a new ruleset and include the new ruleset in a new application.
- D. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.
Answer: D
NEW QUESTION # 39
You are designing a form for an online bookstore to show new arrivals. Which layout do you use to display the book cover pictures, as shown in the image?
- A. Repeating dynamic layout
- B. Screen layout
- C. Dynamic layout
- D. Column layout
Answer: A
NEW QUESTION # 40
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability. How do you enforce these restrictions when requesting an instant loan?
- A. Use two Edit Validate rules: one for income and one for liability.
- B. Use a Validate rule to call two Edit validate rules: one for income and one for liability.
- C. Use a single Validate rule with two conditions: one for income and one for liability.
- D. Use Ul controls to validate the entries in the income and liability fields.
Answer: C
NEW QUESTION # 41
In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level. Where should the service level be configured?
- A. The case type
- B. The stage
- C. The process
- D. The step
Answer: A
NEW QUESTION # 42
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix. If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?
- A. Work Item Urgency = 20, Prefix = "A-
- B. Work Item Urgency = 10, Prefix = [no value]
- C. Work Item Urgency = 0, Prefix = "C-"
- D. Work Item Urgency = 10, Prefix = "C-"
Answer: D
NEW QUESTION # 43
In a Credit Card Payment case type, you want to set the payment amount to the minimum amount due when a user creates a case. How do you set the payment amount?
- A. Configure the payment amount field to reference the minimum amount due.
- B. Configure the payment amount as a calculated field.
- C. Configure the pySetFieldDefaults data transform to set the default value.
- D. Configure a field validation on the payment amount.
Answer: C
NEW QUESTION # 44
Which requirement can be implemented through circumstancing?
- A. An application establishes a goal of four hours to adjust claims for platinum customers. For other customers, the application establishes a goal of one business day.
- B. An application audits insurance claims that an insurance adjuster values at USD10000 or greater.
Otherwise, the claim is approved. - C. An application routes upgrade requests for US customers to one work queue, and requests for European customers to a different work queue.
- D. An application sets the default shipping option for orders that exceed USD100 to two-day delivery.
Otherwise, the default option is five-day delivery.
Answer: A
NEW QUESTION # 45
Which two statements about data objects are true? (Choose Two)
- A. A draft data object references a data type.
- B. Data objects can reuse assets from an existing data object through inheritance.
- C. Data objects are sourced from an external system of record.
- D. A data object created in App Studio creates a data type in Dev Studio.
Answer: B,D
NEW QUESTION # 46
Which piece of application content do you localize by using a Field Value rule?
- A. User instructions in a paragraph rule
- B. Logos or other images on a harness rule
- C. Labels and drop-down values on a section rule
- D. User-editable text in a correspondence rule
Answer: C
NEW QUESTION # 47
How do you route an assignment so that any available member of the department can perform the t ask?
- A. Route the assignment to the admin user I
- B. Route the assignment separately to all members.
- C. Route the assignment to a work queue.
- D. Route the assignment to a work list.
Answer: C
NEW QUESTION # 48
Select each scenario on the left and drag it to the corresponding attack method.
Answer:
Explanation:
Explanation
Graphical user interface, text, application Description automatically generated
NEW QUESTION # 49
Consider the following requirement:
The patient must be able to modify physician details at any time without impacting primary case processing. Which configuration satisfies this requirement?
- A. Add a primary stage with at least one process to the case life cycle.
- B. Add an alternate stage with at least one process to the case life cycle.
- C. Add a case-wide optional action to the case life cycle.
- D. Add an assignment to the case life cycle.
Answer: C
NEW QUESTION # 50
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee.
To configure the form where users enter hours, select the best configuration option to calculate the total hours for the week.
- A. Use procedural processing. When the value of any work, vacation, or sick time changes and the user submits the form, the total hours change.
- B. Use a When rule. When the value of any work, vacation, or sick time changes, the total hours change.
- C. Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change.
- D. Use a data transform. When the user enters the form, the data transform determines the sum of the work, vacation, and sick time properties.
Answer: C
NEW QUESTION # 51
In the Answer Area, select the Data Transform configuration that defaults the Quantity property value on a Purchase Request case to 1.
Answer:
Explanation:
Explanation
Graphical user interface, text, application Description automatically generated
NEW QUESTION # 52
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel itinerary. Which configuration displays a Select flight insurance check box only when the itinerary includes a flight?
- A. A visibility condition (when rule) that is applied to the Select flight insurance check box.
- B. A required condition (when rule) that is applied to the Select flight insurance check box.
- C. A disable condition (when rule) that is applied to the section with the flight insurance information.
- D. A disable condition (when rule) that is applied to the Select flight insurance check box.
Answer: A
NEW QUESTION # 53
......
PEGAPCSA87V1 Real Valid Brain Dumps With 251 Questions: https://www.examstorrent.com/PEGAPCSA87V1-exam-dumps-torrent.html
Updated PEGAPCSA87V1 Dumps PDF: https://drive.google.com/open?id=1EZuXB6Y-kIBxycIByz1o29GL1-JRIN6U