PEGAPCSA80V1_2019 Pega Certified System Architect (PCSA) 80V1 2019

Loading demo links...

Showing 40–42 of 61 questions

Question 40

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.

Select an option, then click Submit answer.

  • Use a When rule. When the value of any work, vacation, or sick time changes, the total hours change.

  • Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change.

  • Use procedural processing. When the value of any work, vacation, or sick time changes and the user submits the form, the total hours change.

  • Use a data transform. When the user enters the form, the data transform determines the sum of the work, vacation, and sick time properties.

Question 41

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?

Select an option, then click Submit answer.

  • Use a When rule. When the application references the remaining vacation and sick time, each value calculates.

  • Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.

  • Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.

  • Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.

Question 42

How do you reference the State property on an Address page group with the index Home?

Select an option, then click Submit answer.

  • .Address(Home).State

  • .Home.State.Address

  • .Home(Address).State

  • .Address.Home.State