Winter Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

InsuranceSuite-Developer Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam Questions and Answers

Questions 4

In the Extensions folder, there is a typelist file named BusinessType.ttx containing three typecodes: Insurer, Broker, and Agency. The business analysts have requested an additional typecode:Reinsurer. How should this typecode be added?

Options:

A.

Create a reinsurer_Ext typecode in BusinessType.ttx

B.

Create a reinsurer typecode in BusinessType.ttx

C.

Create a .ttx extension file and add a reinsurer_Ext typecode to it

D.

Create a Reinsurer_Ext typelist with a reinsurer typecode

Buy Now
Questions 5

A developer has completed a configuration change in an InsuranceSuite application on their local environment. According to the development lifecycle described in the training, which initial steps are required to move this change towards testing and deployment? Select Two

Options:

A.

Deploy the application directly to a pre-production planet.

B.

Schedule automated builds in TeamCity

C.

Push the code changes to the remote source code repository in Bitbucket.

D.

Trigger a TeamCity build via Guidewire Home if it has not already begun automatically.

E.

Create a new physical star system in Guidewire Home.

F.

Configure pre-merge quality gates in Bitbucket.

Buy Now
Questions 6

ContactManager provides an inline reference to an editable list view on the Contact Basics screen that supports adding and editing of banking information for contacts. The screenshot below shows this list view in Studio. There is an error within the red outline.

InsuranceSuite-Developer Question 6

Which configuration changes are necessary to resolve the error? (Select two)

Options:

A.

Add a toolbar widget to the list view input

B.

Add and configure Iterator buttons

C.

Replace the list view input with a panel ref

D.

Replace the list view PCF with an inline list view

E.

Add edit permissions to the row iterator

Buy Now
Questions 7

The sources describe different types of deployment strategies for InsuranceSuite applications. What are characteristics of a selective deployment?

Options:

A.

It is primarily used for deploying builds to production star systems.

B.

It always involves a database restore from production.

C.

It requires deploying all InsuranceSuite and EnterpriseEngage applications simultaneously.

D.

It is the only strategy that supports rolling updates.

E.

It allows deployment of only the selected InsuranceSuite applications.

Buy Now
Questions 8

Which log message follows logging best practices in production?

Options:

A.

[Method=ClaimProcess#createClaim][Claim#PublicID=00001234] was created.

B.

The personal auto claim was created for Jane Smith with driver's license AD45678.

C.

The claim was created successfully for: Ray Newton, email: rnewton@foo.com, vehicle: white 2022 Toyota Camry.

D.

ERROR! The claim was not created because the database connection was lost.

Buy Now
Questions 9

Which uses correct Gosu syntax and follows Gosu best practices?

Options:

A.

myValue == true ? null :

B.

myValue == true and !(boolValue)

C.

myString.IsNullOrEmpty() or myNumber == 0

D.

myCollection.Count > 0 and myValue == true

E.

myNumber is greater than 10 and myNumber is less than 20

Buy Now
Questions 10

Which statement accurately defines automated Guidewire inspections?

Options:

A.

Developers need to toggle on all of the inspections they want to execute against their code.

B.

Inspections cannot be modified by developers but will be used as delivered in Studio.

C.

Inspections enable static analysis to enforce standards and detect Gosu anti-patterns.

D.

All Guidewire inspections are incorporated into a plugin that can be installed in Guidewire Studio.

Buy Now
Questions 11

A developer runs Database Consistency Checks for a new ClaimCenter release in a QA environment running a copy of the production database. Analysis of the output identifies data errors in both the QA and production data. Which two options follow best practices for correcting the data? (Select two)

Options:

A.

Use the Production Data Fix Tool to correct production data

B.

Write a Gosu query and run it in Scratchpad to correct the data

C.

Export the data to a file, correct it, and run the Import Data Utility

D.

Write a Gosu script and request that Guidewire Support review it

E.

Contact the insurer's database group for a SQL script and test it in QA

Buy Now
Questions 12

An insurer stores the date a company was established in the company records. A business analyst identified a new requirement to calculate a company's years in business at the time a loss occurred. The years in business will be determined using the date established field and the claim date of loss.

The image below shows the Contact structure in the data model:

InsuranceSuite-Developer Question 12

Which configuration steps will satisfy the requirement? (Select two)

Options:

A.

Create a new enhancement class for the Company entity under the insurer package

B.

Create a function to calculate the years In business in a Company enhancement

C.

Create a setter property to calculate the years in business in the Contact enhancement

D.

Create a new enhancement class for the Contact entity under the gw package

E.

Create a function to calculate the years in business in a Ul Helper class under the gw package

F.

Create a getter property to calculate the years in business in a Company enhancement

Buy Now
Questions 13

A developer needs to run multiple GUnit test classes so that they can be run at the same time. Which two statements are true about the included tests? (Select two)

Options:

A.

They must be based on the same GUnit base class

B.

They must be in the same GUnit class

C.

They must set TestResultsDir property

D.

They must use the assertTrue() function

E.

They must have the same @Suite annotation

Buy Now
Questions 14

What type of Assessment Check ensures that applications have monitoring and logging frameworks in place?

Options:

A.

Performance

B.

Upgrades

C.

Security

D.

Operations

Buy Now
Questions 15

An insurance carrier needs the ability to capture information for different kinds of watercraft, such as power boats, personal water craft, sailboats, etc. The development team has created a Watercraft_Ext entity with subtype entities to store the distinct properties of each type of watercraft. Which represents the best approach to provide the ability to edit the data for watercraft in the User Interface?

Options:

A.

Create a Modal Detail View for each type of watercraft, duplicating common fields across each Detail View

B.

Create a single page for all watercraft types with the visibility of fields distinct to the type of watercraft controlled at the widget level

C.

Create a set of Modal Pages for each type of watercraft

D.

Create a Detail View for the common properties of all watercraft and a set of Modal InputSets for the distinct property of each watercraft

Buy Now
Questions 16

An insurer would like to include the Law Firm Specialty as part of the Law Firm's name whenever the name is displayed in a single widget. Which configurations follow best practices to meet this requirement?

Options:

A.

Modify the Law Firm entity's displayname property to include the law firm's specialty.

B.

Implement a getter method on the entity to return a formatted name that includes the law firm's specialty.

C.

Place a Text Input widget in the ListView's Row container for the law firm's specialty.

D.

Configure the entity name for the Law Firm entity to include law firm's specialty.

E.

Add a custom field to the entity to store a concatenated display string.

F.

Use a dynamic field to generate the display string to include the law firm's specialty.

G.

Place a Text Cell widget in the ListView's Row container for the law firm's specialty.

Buy Now
Questions 17

Which scenarios should database consistency checks be run in? (Select two)

Options:

A.

A customer created their own SQL script to populate empty columns in their production database.

B.

A customer created a subtype of an entity that has a required column and imported data through the user interface.

C.

A customer created a new LocationRef, a folder that contains a new PCF file, Detail View, and List View.

D.

A customer created a new typelist and added several new typecodes to an existing typelist.

E.

A customer extended an entity with a column that is not required and imported data for the column through the user interface.

Buy Now
Questions 18

When viewing application logs in Datadog for troubleshooting, which methods can be used to find specific information within the logs, according to the training? Select Two

Options:

A.

By querying the Lifecycle Manager API.

B.

Using the Monitors section to set up alerts.

C.

By examining the build history in TeamCity.

D.

Using the sidebar facets to filter results

E.

Creating custom dashboards with relevant widgets.

F.

Using the search bar for full-text searches.

Buy Now
Questions 19

Which rule is written in the correct form for a rule which sets the claim segment and leaves the ruleset?

A)

InsuranceSuite-Developer Question 19

B)

InsuranceSuite-Developer Question 19

C)

InsuranceSuite-Developer Question 19

D)

InsuranceSuite-Developer Question 19

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 20

The business wants to create a new popup in BillingCenter that displays a single customer invoicing inquiry. The popup will have the inquiry date, inquiry contact, and the description of the inquiry. Which configurations follow best practices to make this page editable? (Choose Two)

Options:

A.

Add a Boolean variable named editable_Ext to the Variables tab and set its initial value to true.

B.

Set the Page's startInEditMode property to true if it should initially be editable.

C.

Set the Detail View panel's readOnly property to false.

D.

Be sure that the ListView container widget has its editable property set to true.

E.

Ensure that Input widgets are used for fields requiring data entry, and that their editable property is set to true.

F.

Add an InputSet widget within the detail view and set its canEdit property to true.

Buy Now
Questions 21

A query is known to return 500,000 rows. Which two are recommended to process all 500,000 rows efficiently? (Select two)

Options:

A.

Use Google Iterables

B.

Use setPageSize()

C.

Use a batch process for large result sets

D.

Sort the result by entity name

E.

Chunk the results into page sets

Buy Now
Exam Name: Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam
Last Update: Feb 10, 2026
Questions: 77

PDF + Testing Engine

$72.6  $181.49

Testing Engine

$57.8  $144.49
buy now InsuranceSuite-Developer testing engine

PDF (Q&A)

$49.8  $124.49
buy now InsuranceSuite-Developer pdf