- | Page
INSURANCESUITE DEVEL OPER
FUNDAMENTALS ( QUESTIONS
WITH 100% CORRECT AN SWERS)
A+ GRADED VERIFIED
Question :Data Model: Metadata Format (file type)
Correct answer:XML
Question :Relationship Column Types
Correct answer:Foreign Key: Links an instance of one entity to another
Array: Links multiple instances of one entity to another
Type Key: associates a value from a type list with a
column in an entity
Question :Supertype Data Format
Correct answer:Stores all subtype fields in denormalized
form, any fields not use by a particular subtype are null.Typekey field for the subtype name
- | Page
Question :File Extension For Entity and Typelist
Correct answer:.eti, .tti
Question :File Extension for Entity and Typelist
Extensions
Correct answer:.etx, .ttx
Question :File Extension for Internal Entity and Typelist
Extensions
Correct answer:.eix, .tix
Question :Base Application Entity
Correct answer:Entity shipped as part of the base
application, can be application or platform level
Question :Custom Entity
Correct answer:Customer defined entity
Question :Entity Extension Purpose
- | Page
Correct answer:Add fields or override certain attributes of
existing fields safely
Question :Typefilter
Correct answer:Causes a typelist to only display a certain
subset of its typecodes
Question :Typelist
Correct answer:A predefined set of values called
typecodes, represented as dropdown in UI
Question :Base Entity/Typelist file location, and
extension file location
Correct answer:...\Metadata, ...\Extensions
Question :Data Dictionary
Correct answer:Documents all of the entities and typelists
in the Guidewire application, found in an html file in Build Directory
- | Page
Question :Data Type for Strings
Correct answer:Use shorttext, mediumtext, or longtext
unless a fixed with is required by external system, in which case use varchar(xx)
Question :UI Element Types
Correct answer:Widget, Location
Question :Widget Types
Correct answer:Atomic: individual items (inputs, cells, buttons)
Container: collection of atomic widgets or container
widgets
Question :Container Types
Correct answer:Primary: organizes atomic widgets