Free PEGACPSSA23V1 Exam Braindumps (page: 9)

Page 8 of 36

What is the function of class mapping for reports?

  1. Ensure all data from one report belongs to a single Case type instance.
  2. Create a new Database table record for a Pega Platform class.
  3. Assign an ID to a class so reports can reference specific properties.
  4. Retrieve data from an associated database table.

Answer(s): D

Explanation:

The function of class mapping for reports is to retrieve data from an associated database table. Class mapping determines which table data is pulled from when running a report, ensuring that the report includes the appropriate data based on the class structure.


Reference:

Pega official documentation on class mapping and reporting.



A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin- Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)

  1. Configure a class join on the report definition to join operator information to each case.
  2. Add the operator ID to the report definition as a parameter.
  3. Use an association rule to join operator information to each case.
  4. Specify both classes in the Pages & Classes tab on the report definition.

Answer(s): A,C

Explanation:

A: Configuring a class join on the report definition allows you to join the operator information to each case, enabling you to list the user ID of the manager associated with the operator who creates a time-off case.
C: Using an association rule to join operator information to each case accomplishes the same objective by defining a reusable join that can be referenced in multiple reports.


Reference:

Pega official documentation on report definitions and associations.



An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:



If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?

  1. Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
  2. Instances of all Work- derived classes
  3. Instances of MyCo-HR-SelfService-Work
  4. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense

Answer(s): A

Explanation:

When a report is created in a class group (MyCo-HR-SelfService-Work), it will return instances of its child classes (MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense) unless those child classes are stored in different database tables due to class table inheritance or other data storage configurations.


Reference:

Pega official documentation on reporting and class groups.



Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)

  1. Call the function pega.web.api.doAction()
  2. Call a Pega API function from the host server
  3. Use REST methods to call Pega microservices
  4. Use the attribute data-pega-event-onpagedata

Answer(s): A,D

Explanation:

A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.
D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page.


Reference:

Pega official documentation on Pega Web Mashup methods and attributes.






Post your Comments and Discuss Pegasystems PEGACPSSA23V1 exam with other Community members:

PEGACPSSA23V1 Discussions & Posts