Fundamentals Exam Q&A 100%
Guaranteed Success
Data Model: Metadata Format (file type) - ✔✔XML
Relationship Column Types - ✔✔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
Supertype Data Format - ✔✔Stores 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 - ✔✔.eti, .tti
File Extension for Entity and Typelist Extensions - ✔✔.etx, .ttx
File Extension for Internal Entity and Typelist Extensions - ✔✔.eix, .tix
Base Application Entity - ✔✔Entity shipped as part of the base application, can
be application or platform level
Custom Entity - ✔✔Customer defined entity
1|Page
©JOSHCLAY 2025/2026. YEAR PUBLISHED 2025.
, Entity Extension Purpose - ✔✔Add fields or override certain attributes of
existing fields safely
Typefilter - ✔✔Causes a typelist to only display a certain subset of its typecodes
Typelist - ✔✔A predefined set of values called typecodes, represented as
dropdown in UI
Base Entity/Typelist file location, and extension file location - ✔✔...\Metadata,
...\Extensions
Data Dictionary - ✔✔Documents all of the entities and typelists in the
Guidewire application, found in an html file in Build Directory
Data Type for Strings - ✔✔Use shorttext, mediumtext, or longtext unless a fixed
with is required by external system, in which case use varchar(xx)
UI Element Types - ✔✔Widget, Location
Widget Types - ✔✔Atomic: individual items (inputs, cells, buttons)
Container: collection of atomic widgets or container widgets
Container Types - ✔✔Primary: organizes atomic widgets
Secondary: organizes primary
Top-Level: organizes secondary and primary (screen)
2|Page
©JOSHCLAY 2025/2026. YEAR PUBLISHED 2025.