CPSA User Interface Development & Navigation 2 — Questions and Answers
Question 1: In Pega, which property type is used to store a list of embedded pages within a single clipboard page?
- Single value property
- Page property
- Page list property (Correct answer)
- Page group property
Correct answer: Page list property
A Page List property stores an ordered collection of embedded pages, each with the same structure, within a parent clipboard page.
Question 2: Which Pega UI control automatically adjusts its layout based on the device screen size?
- Static layout
- Responsive layout (Correct answer)
- Inline layout
- Absolute layout
Correct answer: Responsive layout
Responsive layouts in Pega dynamically rearrange columns and content to fit different screen sizes, supporting mobile and desktop rendering.
Question 3: What is the purpose of the 'Visible when' condition on a Pega UI control?
- To set the default value of the control
- To conditionally show or hide the control based on a rule (Correct answer)
- To enable or disable editing of the control
- To define the style class of the control
Correct answer: To conditionally show or hide the control based on a rule
'Visible when' is a conditional expression that determines whether a UI control is rendered on the screen based on data or context.
Question 4: In Pega App Studio, where do you configure the steps displayed to the user in a case lifecycle?
- Data model designer
- Case type designer workflow tab (Correct answer)
- UI Kit library
- Application overlay settings
Correct answer: Case type designer workflow tab
The Case Type designer's workflow tab in App Studio lets you add, remove, and reorder stages and steps that users see during case processing.
Question 5: Which Pega feature allows you to reuse a section across multiple views without duplicating the rule?
- Rule delegation
- Section include (Correct answer)
- View override
- Template inheritance
Correct answer: Section include
A Section Include embeds one section inside another, enabling reuse of UI components across multiple views or forms without duplicating configuration.
Question 6: What does the 'Read only' property setting on a Pega form field control do?
- Hides the field from the user
- Prevents the user from modifying the field value (Correct answer)
- Removes the field from the data model
- Disables validation on the field
Correct answer: Prevents the user from modifying the field value
'Read only' displays the field value to the user but prevents any edits, useful for showing computed or system-set data.
Question 7: Which Pega mechanism is used to pass data between a parent case and a child case user interface?
- Clipboard page mapping (Correct answer)
- Data transform with source=Pega-ProCom
- Case dependency rule
- Section parameter passing
Correct answer: Clipboard page mapping
Clipboard page mapping copies data between the parent and child case clipboard pages, enabling data sharing across related cases.
In Pega, which property type is used to store a list of embedded pages within a single clipboard page?