Proper Solutions 2024
Code is used in - Correct answer-Rules: validation, assignment
Classes: Functions that return calculated values
Extensions: added functionality to entities
What can be configured (terms) - Correct answer-Validation: Specific rules for what data is required
Assignment: Specific criteria for assigning objects to groups
Function: calculate the number of days since loss date
What programing language is used? - Correct answer-Gosu: (Like java)
Two major components of data model - Correct answer-1) Entities: Dynamic info which is held of stored
about person/claim
2) Typelist: Static info used to define details of an entity like gender
,What can be configured in Data Model? - Correct answer-1) Unstored info i.e passport #
2) Values for typelist
3) Data for reg. requirements
Define Integrations with Examples - Correct answer-Integration is sharing dat or transactions to or from
an InsuranceSuite
1) External policy system
2) Gen. ledger
3) Check writing system
Data passed and received from external system and its timing can be configured through guidewire
studio
Four main areas of configuration - Correct answer-1) UI
2) Data model
3) Application logic
4) Integration
Main tech used in Insurance suite app - Correct answer-1) Page configuration format (PCF) files
2) Gosu programming language
Why understand the technology stack? - Correct answer-1) Determine what data is stored and if any
new requirements need new data elements
2) Know how and where data is used
3) Communicate what data may be needed beyond base config
4) Determine valid values for new data
Examples of what can be configured in UI - Correct answer-1) Order of fields, change labels, regroup
fields (Simple change)
,2) Fields on a screen (moderate change)
3) Screens (complex change)
4) Screen based logic (complex)
Why important to understand UI? - Correct answer-So we can request changes to the UI that are
consistent with the base product architecture and communicate with dev
5 common areas of UI architecture? - Correct answer-1) Screen area
2) Sidebar
3) Tab bar
4) Info bar
5) WOrkspace
Components of PCF - Correct answer-1) Card
2) Listview
3) Button
4) Text input
5) Contact picker
6) Radio button
7) Checkbox
Keyboard shortcut for location information - Correct answer-ALT+SHIFT+I
What tool does developer use to configure InsuranceSuite - Correct answer-Guidewire Studio
Purpose of the data dictionary - Correct answer-shows data elements that belong to entities and typlists
relationships between entities - Correct answer-1) foreign keys- a link to a single row in another entity
2) Array keys- a link to multiple rows in another entity
, 3) Type keys: A link to a value in typlelist
Why should you know application logic? - Correct answer-1) Most projects require change to application
logic
2) BA defines UI requirements
3) Help define requirements for GOSU rules
4) Define BR requirements
Where does application logic exist? - Correct answer-1) Gosu rules
2) Business rules
3) UI
4) Classes
5) Entity names
Two types of rules - Correct answer-1) Gosu rules
2) Business rules
Gosu rules are created by developers and business rules by non dev
Purpose of Integration - Correct answer-allows two systems to exchange data or work together
Why know about integration? - Correct answer-BAs work to create requirements including data
mapping between the two systems and UI changes and communicate info to dev
Common examples of Insurance Suite Integrations - Correct answer-1) User authentication
2) Geocoding
3) Check printing
4) Doc production
5) Doc management
6) Address verification