Answers (Verified Answers) Updated (Actual Exam) 2026\2027
A+ Grade
Data Model: Metadata Format (file type)
- correct answer XML
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
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
File Extension For Entity and Typelist
- correct answer .eti, .tti
File Extension for Entity and Typelist Extensions
- correct answer .etx, .ttx
File Extension for Internal Entity and Typelist Extensions
- correct answer .eix, .tix
Base Application Entity
- correct answer Entity shipped as part of the base application, can be application or platform level
Custom Entity
- correct answer Customer defined entity
, Entity Extension Purpose
- correct answer Add fields or override certain attributes of existing fields safely
Typefilter
- correct answer Causes a typelist to only display a certain subset of its typecodes
Typelist
- correct answer A predefined set of values called typecodes, represented as dropdown in UI
Base Entity/Typelist file location, and extension file location
- correct answer ...\Metadata, ...\Extensions
Data Dictionary
- correct answer Documents all of the entities and typelists in the Guidewire application, found in an
html file in Build Directory
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)
UI Element Types
- correct answer Widget, Location
Widget Types
- correct answer Atomic: individual items (inputs, cells, buttons)
Container: collection of atomic widgets or container widgets
Container Types
- correct answer Primary: organizes atomic widgets
Secondary: organizes primary
Top-Level: organizes secondary and primary (screen)