PEGAPCSA85V1 Questions Pass on Your First Attempt Dumps for Pega Certified System Architect (PCSA) 8 Certified [Q28-Q45]

Share

PEGAPCSA85V1 Questions Pass on Your First Attempt Dumps for Pega Certified System Architect (PCSA) 8 Certified

PEGAPCSA85V1 Practice Test Pdf Exam Material

NEW QUESTION 28
An online retailer creates a case type that processes and manages customer orders. The checkout process has four steps:
1. Review Order: The customer reviews the items in order of add-to-cart selection and can adjust the quantity of each item and delete items to calculate and display the order total.
2. Select Shipping Option: The customer selects a shipping option to determine and display the shipping charge for their order.
3. Enter Delivery Address: The customer enters their delivery address to determine the sales tax, if applicable, and the application displays the calculated sales tax.
4. Enter Payment Information: The customer selects a payment option and confirms the grand total of the order.
For each calculation, identify the appropriate chaining option to maximize the performance.

Answer:

Explanation:

 

NEW QUESTION 29
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)

  • A. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
  • B. An accountant wants to list the largest order for the last month, for each customer account.
  • C. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
  • D. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.

Answer: A,C

 

NEW QUESTION 30
You are implementing a Ul form collecting job applicant information. Users must provide values to certain fields before submitting the form.
Which configuration adds asterisks to indicate the mandatory fields on the form?

  • A. Configure the mandatory fields as Required in the section rule
  • B. Use multiple Validate rules for each mandatory field
  • C. Use a Validate rule to verify the mandatory fields have a value
  • D. Use an Edit Validate rule to verify if each of the mandatory properties has a value

Answer: A

 

NEW QUESTION 31
Customers can log their own product support requests using an online portal. Once logged in, the portal displays the list of products purchased by the customer. The customer can initiate one or more support requests for each product.
What is the appropriate scope for a data page that sources the list of products purchased by the customer?

  • A. Thread
  • B. System
  • C. Requestor
  • D. Node

Answer: C

 

NEW QUESTION 32
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 ruleset and include the new ruleset in a new version of the application.
  • B. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
  • C. 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.
  • D. Place the updated rules into a new ruleset and include the new ruleset in a new application.

Answer: C

 

NEW QUESTION 33
A form listing nearby restaurants has four columns:
* Restaurant name
* Restaurant location
* Thumbnail image of the seating area
* Make reservation (check box)
You want to ensure that users have the information they need to make a reservation regardless of screen size.
When viewed on a small screen, you do not need to display images.
What three configuration steps do you take to support this requirement? (Choose three.)

  • A. Set the importance of the image column to Secondary.
  • B. Set the importance of the Make reservation column to Primary.
  • C. Set the importance of the Restaurant name column to Primary.
  • D. Set the importance of the Restaurant name and Make reservation columns to Primary.
  • E. Set the importance of the image column to Other.
  • F. Set the importance of the Restaurant location and Make reservation columns to Secondary.

Answer: C,E,F

 

NEW QUESTION 34
NO.26 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.
You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances.
Which configuration option is used to summarize the remaining vacation and sick time?

  • A. Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
  • B. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
  • C. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
  • D. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.

Answer: C

 

NEW QUESTION 35
Select each Application Design Requirement on the left and drag it to the appropriate Design Approach on the right.

Answer:

Explanation:
Explanation
Graphical user interface, application Description automatically generated

 

NEW QUESTION 36
An online car parts business wants customers to find parts easily. You are asked to implement the following requirement: Customers must select a make, model, and year to initiate a vehicle-specific search. How do you configure the data storage in the application to implement the requirement?

  • A. Configure a connection to a system of record using the External Database Mapping Wizard.
  • B. Configure a data page to store the make, model, and year data.
  • C. Configure a static list of the make, model, and year vehicles.
  • D. Configure a local data storage of the make, model, and year of the vehicle.

Answer: A

 

NEW QUESTION 37
How do you enable field-level auditing for properties?

  • A. Enable field-level auditing for the case type.
  • B. Enable the auditing feature on the property rule forms.
  • C. Add a field validation to the case workflow.
  • D. Add an auditing optional action to the case workflow.

Answer: A

 

NEW QUESTION 38
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 a Validate rule to call two Edit validate rules: one for income and one for liability.
  • B. Use 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 39
Select each description on the left and drag it to the correct property mode on the right.

Answer:

Explanation:

Explanation
Graphical user interface, text, application, email Description automatically generated

 

NEW QUESTION 40
Based on security factors, which two options are considered strong passwords? (Choose Two)

  • A. 1Lik3Chocolate&StrawberryIcecre@m
  • B. d8073&gxn*,.ki;vnhdf($h8un
  • C. Pe6@5yst3m$
  • D. bluedoor

Answer: B,C

 

NEW QUESTION 41
An on-demand transportation application has a Conversation preference data type. When customers use the application to request a ride, they can specify their conversation preference: whether they would like to talk to their driver or if they would prefer silence. Company stakeholders are interested in analyzing the conversation preference data. How is the Conversation preference data type sourced?

  • A. No system of record
  • B. Local system of record
  • C. External system of record

Answer: A

 

NEW QUESTION 42
You have created a new report that contains a list of employees, hire dates, and managers. You have been asked to display each manager in a row. Beneath each manager row, you must list the manager's employees and their hire dates. How do you support this request?

  • A. Group the manager column
  • B. Sort the manager column
  • C. Summarize the manager column
  • D. Filter the manager column

Answer: A

 

NEW QUESTION 43
A purchase request list report includes columns for case ID and regional cost center. A manager wants the report to show the total number of purchase requests for each of the regional cost centers.
How do you configure the report definition?

  • A. Summarize the case ID column by count.
  • B. Create a filter for each cost center and count the case IDs.
  • C. Summarize the regional cost centers by count.
  • D. Define a function for the cost center column to total the case IDs.

Answer: A

 

NEW QUESTION 44
Using the following Refund case life cycle, how do you design this case to skip the Item Return stage if the item will not be returned?

  • A. Add an Item Retention alternate stage and define a process for retention of item.
  • B. Add a condition to skip the Item Return stage when a return is not necessary.
  • C. Add a decision in the Item Return process to change the stage when a return is not necessary.
  • D. Replace the Wait step in the Item Return stage with a Change Stage step.

Answer: B

 

NEW QUESTION 45
......

PEGAPCSA85V1 [Jan-2022] Newly Released] Exam Questions For You To Pass: https://skillsoft.braindumpquiz.com/PEGAPCSA85V1-exam-material.html