PRACTICE TEST 2026 QUESTIONS AND
VERIFIED SOLUTIONS GRADED A+
◉ Relationship Column Types 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 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 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 Answer: Entity shipped as part of the base
application, can be application or platform level
◉ Custom Entity Answer: Customer defined entity
◉ Entity Extension Purpose Answer: Add fields or override certain
attributes of existing fields safely
◉ Typefilter Answer: Causes a typelist to only display a certain
subset of its typecodes
◉ Typelist Answer: A 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 Answer: Documents all of the entities and
typelists in the Guidewire application, found in an html file in Build
Directory
, ◉ Data Type for Strings Answer: Use shorttext, mediumtext, or
longtext unless a fixed with is required by external system, in which
case use varchar(xx)
◉ UI Element Types Answer: Widget, Location
◉ Widget Types Answer: Atomic: individual items (inputs, cells,
buttons)
Container: collection of atomic widgets or container widgets
◉ Container Types Answer: Primary: organizes atomic widgets
Secondary: organizes primary
Top-Level: organizes secondary and primary (screen)
◉ Primary Container Types Answer: Detail View Panel: series of
data fields in one or more columns
List View Panel: list of array objects in tabular form
Input Set: set of atomic widgets organized in groups
◉ Secondary Container Types Answer: Card View: collection of
cards, each card contains detail or list view
List Detail View: Top view panel has a list view, bottom has details
about currently selected item