CSA CSA Reporting & Analytics 1 — Questions and Answers
Question 1: In Pega, what is a 'Report Definition' rule primarily used for?
- To define queries that retrieve and display case or data class records from the database (Correct answer)
- To configure dashboard widgets for real-time monitoring
- To define the layout of a printed case summary
- To schedule automated data exports to external systems
Correct answer: To define queries that retrieve and display case or data class records from the database
A Report Definition in Pega specifies the data source, filters, columns, and sorting for retrieving records to display in lists or charts.
Question 2: Which Pega tool allows business users to create and modify their own reports without developer assistance?
- Report Browser with user-customizable report definitions (Correct answer)
- Pega Developer Studio report wizard
- Pega Deployment Manager
- Pega Prediction Studio
Correct answer: Report Browser with user-customizable report definitions
Pega's Report Browser enables business users to build and adjust reports using a guided interface without needing to write code.
Question 3: In Pega, which type of report definition displays data as bar charts, pie charts, or line graphs?
- Summary report with chart rendering (Correct answer)
- List report with column grouping
- Cross-tab report
- External report definition
Correct answer: Summary report with chart rendering
Pega summary reports can be configured to render data visually as bar charts, pie charts, or line graphs using chart options.
Question 4: What does a 'List view' report display in Pega?
- Individual records as rows with their property values in columns (Correct answer)
- Aggregated totals grouped by category
- A graphical chart of case volume over time
- A pivot table of related case data
Correct answer: Individual records as rows with their property values in columns
A list view report in Pega retrieves and displays individual case or data records in a tabular row-and-column format.
Question 5: In Pega, what is the purpose of adding 'filters' to a Report Definition?
- To restrict which records are returned by specifying conditions on property values (Correct answer)
- To sort the report results in ascending or descending order
- To define which columns are displayed in the report output
- To control which operators have permission to run the report
Correct answer: To restrict which records are returned by specifying conditions on property values
Filters in a Pega Report Definition add WHERE-clause conditions that limit the returned dataset to records matching specific criteria.
Question 6: In Pega, which database is queried by default when a Report Definition is executed?
- The PegaRULES database (or configured application database) (Correct answer)
- An external data warehouse
- A separate read-only analytics replica
- A cached in-memory data store
Correct answer: The PegaRULES database (or configured application database)
By default, Pega Report Definitions query the PegaRULES database where case and data class records are stored.
In Pega, what is a 'Report Definition' rule primarily used for?