Questions And Verified Answers |2025/2026 Update |Already Graded
A+|
Gosu - ANS>> Core programming technology
Data Model - ANS>> The organization of the data stored by the application
User Interface - ANS>> What the user sees and interacts with
Application Logic - ANS>> The behavior and functionality of the application
Page Configuration Formats - ANS>> Changes to the UI are made in these
components
Data Model Formula - ANS>> Entities + Typelists
Entities - ANS>> Dynamic information which is held or stored about things
such as a person or a claim
Typelists - ANS>> static information used to define details about an entity
such as gender, type of claimant, or severity of injury
Rules - ANS>> Validation, assignment, approval, routing and so on
Classes - ANS>> Functions that return calculated values, set values in
fields, and so on
Functions - ANS>> ex. Calculate the number of days since a loss date
Integration Mechanisms - ANS>> Exchange of data or requests to perform
work between two systems
Common Integration Systems - ANS>> exs. Authentication system,
documents management system, address book application system
Fields - ANS>> Atomic data stored about the entity (non-restricted values)
Type Keys - ANS>> A single reference to a value in a typelist
, Why is it important for non-developers to understand the basics of the UI
architecture and components - ANS>> So they can request changes to the
UI that are consistent with the base product architecture and communicate
effectively with developers
Components of a PCF - ANS>> Card, list view, button, text input, contact
picker, radio button, checkbox
What do non-developers define business logic requirements for - ANS>> UI
functionality, rule conditions and actions, application processing flow
Two types of rules - ANS>> Gosu rules and Business rules
Gosu Rules - ANS>> 1. Created and maintained by devs
2. Managed in Guidewire studio
3. Written in Gosu language
4. Available for many business purposes and business objects
5. Capable of handling complex logic
Business Rules - ANS>> 1. Created and maintained by non-devs
2. Managed in Business rules AI screens
3. Available for limited business purposes and business objects
4. Meant for simpler logics
Approval rules - ANS>> Gosu rules triggered by creation or update of a
financial translation
Assignment rules - ANS>> Gosu rules triggered by creation of an activity,
claim, exposure, matter, service, or subrogation
Validation rules - ANS>> Gosu rules triggered by creation or update of
activity, claim, contact, exposure, and so on
Gosu rules consist of: - ANS>> 1. A business object or root object
2. A condition that evaluates to T/F
3. An action that executes if the solution is true, nothing happens if the
condition is false