InsuranceSuite Developer Fundamentals 2026
Question and Answer | Updated Review from
Previously Tested Questions | Grade A+
• Developers want to debug the application to find a bug reported by the testers. In
which three files can the developers put breakpoints? (Choose three) -✓✓-
ABContactExtEnhancement.gsx
- ABContactSummaryExpressions.gs
- ABContact.java
• Which 2 statements are true about Gosu enhancements? (Choose 2) -✓✓-
Subtype entities inherit methods and properties defined in the parent entity's
enhancement
- The 'this' keyword can be used to reference physical fields, getter properties,
setter properties, and functions of the entity
• The data model contains the Official entity that has an array key called Reports of
the type Report. The Report entity has a typekey field called ReportType (with
possible typecodes 'inspection', 'state', 'police'). Given the variable:var thisOfficial :
OfficialWhich expression represents the correct approach to retrieve a single array
element with ReportType 'police'? -✓✓- thisOfficial.Reports.firstWhere(\r ->
r.ReportType == Reportype.TC_Police)
• Which 3 steps must be taken for a List View to support modifying cell data and
adding elements to an array? (Choose 3) -✓✓- Ensure the Row Iterator is editable
- Provide the Row Iterator's toAdd property
- Add an Iterator Buttons widget
, • Which 2 statements are true about Detail Views? (Choose 2) -✓✓- The filename
of a reusable Detail View ends with the 'DV' suffix
- A Card is a valid parent PCF for an inline DetailView
• Which 3 statements are true about creating new custom subtypes? (Choose 3) -
✓✓- A custom subtype entity cannot have an ETX file
- A custom subtype entity is defined in an ETI file
- Entities marked as final cannot have subtypes
• Which statement is true about how the application stores subtypes in the
database? -✓✓- The application creates one table per subtype hierarchy and a
typelist to identify the entity type
• An insurance company wants to configure a one-to-many relationship between
the Contact and Address entities so that the Contact can have many Addresses
associated with it.
Which 2 steps must be completed to implement the relationship? (Choose 2) -✓✓-
Add a foreignkey field to the Address entity
- Add an array element to the Contact entity
• An insurance company wants to add a new field to the out-of-the-box User entity.
This field will store the average workload of the user, and the values will range
from 0.0 to 999.9. The User entity does not have any EIX or ETX files.
What is the correct order of steps to add this new field? -✓✓(1) Create the User.etx
(2) Add a new column element (3) Specify the name attribute of the column:
AverageWorkload_Ext (4) Specify the type attribute of the column: decimal (5)
Specify the nullok attribute of the column: true (6) Add a new columnParam sub-
element for the column to specify the precision: 4 (7) Add a new columnParam
sub-element for the column to specify the scale: 1
Question and Answer | Updated Review from
Previously Tested Questions | Grade A+
• Developers want to debug the application to find a bug reported by the testers. In
which three files can the developers put breakpoints? (Choose three) -✓✓-
ABContactExtEnhancement.gsx
- ABContactSummaryExpressions.gs
- ABContact.java
• Which 2 statements are true about Gosu enhancements? (Choose 2) -✓✓-
Subtype entities inherit methods and properties defined in the parent entity's
enhancement
- The 'this' keyword can be used to reference physical fields, getter properties,
setter properties, and functions of the entity
• The data model contains the Official entity that has an array key called Reports of
the type Report. The Report entity has a typekey field called ReportType (with
possible typecodes 'inspection', 'state', 'police'). Given the variable:var thisOfficial :
OfficialWhich expression represents the correct approach to retrieve a single array
element with ReportType 'police'? -✓✓- thisOfficial.Reports.firstWhere(\r ->
r.ReportType == Reportype.TC_Police)
• Which 3 steps must be taken for a List View to support modifying cell data and
adding elements to an array? (Choose 3) -✓✓- Ensure the Row Iterator is editable
- Provide the Row Iterator's toAdd property
- Add an Iterator Buttons widget
, • Which 2 statements are true about Detail Views? (Choose 2) -✓✓- The filename
of a reusable Detail View ends with the 'DV' suffix
- A Card is a valid parent PCF for an inline DetailView
• Which 3 statements are true about creating new custom subtypes? (Choose 3) -
✓✓- A custom subtype entity cannot have an ETX file
- A custom subtype entity is defined in an ETI file
- Entities marked as final cannot have subtypes
• Which statement is true about how the application stores subtypes in the
database? -✓✓- The application creates one table per subtype hierarchy and a
typelist to identify the entity type
• An insurance company wants to configure a one-to-many relationship between
the Contact and Address entities so that the Contact can have many Addresses
associated with it.
Which 2 steps must be completed to implement the relationship? (Choose 2) -✓✓-
Add a foreignkey field to the Address entity
- Add an array element to the Contact entity
• An insurance company wants to add a new field to the out-of-the-box User entity.
This field will store the average workload of the user, and the values will range
from 0.0 to 999.9. The User entity does not have any EIX or ETX files.
What is the correct order of steps to add this new field? -✓✓(1) Create the User.etx
(2) Add a new column element (3) Specify the name attribute of the column:
AverageWorkload_Ext (4) Specify the type attribute of the column: decimal (5)
Specify the nullok attribute of the column: true (6) Add a new columnParam sub-
element for the column to specify the precision: 4 (7) Add a new columnParam
sub-element for the column to specify the scale: 1