FUNDAMENTALS EXAM 100% SOLVED.
, Data Model: Metadata Format (file type) - ANSWERXML
Relationship Column Types - ANSWERForeign 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
Supertype Data Format - ANSWERStores all subtype fields in denormalized form, any
fields not use by a particular subtype are null. Typekey field for the subtype name
File Extension For Entity and Typelist - ANSWER.eti, .tti
File Extension for Entity and Typelist Extensions - ANSWER.etx, .ttx
File Extension for Internal Entity and Typelist Extensions - ANSWER.eix, .tix
Base Application Entity - ANSWEREntity shipped as part of the base application, can be
application or platform level
Custom Entity - ANSWERCustomer defined entity
Entity Extension Purpose - ANSWERAdd fields or override certain attributes of existing
fields safely
Typefilter - ANSWERCauses a typelist to only display a certain subset of its typecodes
Typelist - ANSWERA predefined set of values called typecodes, represented as
dropdown in UI
Base Entity/Typelist file location, and extension file location - ANSWER...\Metadata, ...\
Extensions
Data Dictionary - ANSWERDocuments all of the entities and typelists in the Guidewire
application, found in an html file in Build Directory
Data Type for Strings - ANSWERUse shorttext, mediumtext, or longtext unless a fixed
with is required by external system, in which case use varchar(xx)
UI Element Types - ANSWERWidget, Location
Widget Types - ANSWERAtomic: individual items (inputs, cells, buttons)
Container: collection of atomic widgets or container widgets