Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam InsuranceSuite-Developer Topic 2 Question 72 Discussion

Actual exam question for Guidewire's InsuranceSuite-Developer exam
Question #: 72
Topic #: 2
As a developer for Succeed Insurance, you have been given a requirement to add the following options to a ContactManager typelist BusinessType that was provided with the product:
* Auto Repair Shop
* Home Inspector
* Collection Agency
Following best practices, which of the following options correctly adds these options to the existing typelist?

Suggested Answer: A Vote an answer

In Guidewire InsuranceSuite, typelists are defined using two types of metadata files: .tti (Typelist Internal) and .ttx (Typelist Extension). The .tti files contain the base out-of-the-box (OOTB) codes provided by Guidewire and should never be modified by a developer. Direct modifications to base files are not upgrade- safe and violate the core architectural principles of the platform.
To add custom codes to an existing typelist, the best practice is to use the extension file associated with that typelist, which carries the .ttx suffix. If the file BusinessType.ttx already exists in the configuration module, the developer simply adds the new typecode elements to it. If it does not exist, the developer creates it with the same name as the base typelist. At runtime, the Guidewire platform performs a " metadata merge, " combining the base codes from the .tti with the custom codes from the .ttx.
Option D is incorrect because the extension file should not have _Ext appended to the filename itself; it must match the name of the base typelist exactly to be recognized by the system. Option C is incorrect because .tti files are reserved for Guidewire ' s internal use. By following the pattern in Option A, the developer ensures that the new options (Auto Repair Shop, Home Inspector, and Collection Agency) are seamlessly integrated into the application while maintaining a clean, upgradeable configuration. This is a fundamental concept in Data Model Configuration and metadata management.

by thabospenser at Jul 14, 2026, 02:53 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
thabospenser
2026-07-14 02:53:05
I don't think A is purely correct.I stand to be corrected

If the typelist is existing already as an extendion(ttx) then that will meani we have to highligh our custom typecodes and to that that we mus add suffix _Ext to the type codes
upvoted 2 times
...
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.