Exam InsuranceSuite-Developer Topic 1 Question 119 Discussion

Actual exam question for Guidewire's InsuranceSuite-Developer exam
Question #: 119
Topic #: 1
A business analyst provided a requirement to create a list of Payment Types accepted by vendors. The list will include the values Cash, Credit Card, Debit Card, Check, and EFT. It will be linked to Company Vendors.
Following best practices for creating a new typelist, how can this requirement be configured in the data model?

Suggested Answer: C Vote an answer

When a developer needs to introduce an entirely new set of values that does not exist in the base InsuranceSuite product, they must create anew Typelist. According to the Guidewire Data Model architecture, the proper way to define a new, customer-specific typelist is by creating a.tti (Typelist Interface) file within theExtensionsfolder of the configuration.
Following the naming conventions established for Guidewire Cloud and InsuranceSuite extensions, any new metadata object created by a customer should include the_Extsuffix. Therefore, the typelist should be named PaymentType_Ext.tti (Option C). This suffix clearly distinguishes the insurer's custom metadata from any current or future "Out of the Box" (OOTB) typelists provided by Guidewire. By placing it in the Extensions -
> Typelist folder, the developer ensures that the new list is recognized by the metadata compiler and correctly integrated into the application.
It is important to understand why the other options are incorrect:
* Option A:Uses a .ttx file. .ttx files are used only toextend existingbase typelists (adding new codes to a list Guidewire already provides). They cannot be used to define a brand-new list.
* Option B:Uses a .tix extension, which is not a valid Guidewire metadata extension, and places it in the Metadata folder, which is reserved for base product files.
* Option D:Places a .tti in the Metadata folder without the required _Ext suffix, which violates the upgrade-safety principle and risks a name collision with future base product updates.

by Dorothy at Jun 16, 2026, 11:16 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10