CPSA User Interface Configuration 2 — Questions and Answers
Question 1: Which harness type is used to display a case summary view to a user who is not assigned to the current assignment?
- Review harness (Correct answer)
- Perform harness
- Confirm harness
- New harness
Correct answer: Review harness
The Review harness displays read-only case information to users who are not assigned to the current work item.
Question 2: In Pega, what is the primary purpose of a 'Skin' rule?
- To define role-based access to UI components
- To control the visual styling and theme of the application UI (Correct answer)
- To configure the layout of a harness
- To map data fields to UI controls
Correct answer: To control the visual styling and theme of the application UI
A Skin rule defines the visual styling, colors, fonts, and theme applied across the application's user interface.
Question 3: Which layout type in Pega automatically adjusts column widths and stacking behavior based on the screen size?
- Table layout
- Dynamic layout (Correct answer)
- Grid layout
- Inline layout
Correct answer: Dynamic layout
Dynamic layouts in Pega are responsive and automatically reflow columns based on available screen width.
Question 4: What does the 'Visible when' condition on a UI control do when the condition evaluates to false?
- Disables the control but keeps it visible
- Removes the control from the page model entirely
- Hides the control from the rendered UI (Correct answer)
- Throws a validation error
Correct answer: Hides the control from the rendered UI
When a 'Visible when' condition evaluates to false, the control is hidden from the rendered user interface.
Question 5: Which Pega UI component would you use to allow a user to select multiple values from a predefined list?
- Dropdown
- Autocomplete
- Checkbox group (Correct answer)
- Radio button group
Correct answer: Checkbox group
A checkbox group control allows users to select one or more values from a predefined list simultaneously.
Question 6: In Pega Constellation architecture, what is the role of a 'View'?
- A view is a database query result
- A view defines the UI structure for displaying or collecting data in a DX API-compatible format (Correct answer)
- A view replaces the harness rule entirely in all Pega versions
- A view is a type of data transform
Correct answer: A view defines the UI structure for displaying or collecting data in a DX API-compatible format
In Constellation, a View defines the UI component tree for a screen or section, consumed by the DX API for rendering.
Question 7: What is the effect of setting a section's 'Read only' property to true?
- All controls in the section become disabled and non-editable (Correct answer)
- The section becomes invisible to the user
- Only text fields become read-only; buttons remain active
- The section is excluded from validation
Correct answer: All controls in the section become disabled and non-editable
Setting a section to read-only disables all editable controls within it, preventing user input.
Which harness type is used to display a case summary view to a user who is not assigned to the current assignment?