Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

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

Questions 4

An insurer wants to add a new typecode for an alternate address to a base

typelist EmployeeAddress that has not been extended.

Options:

A.

Following best practices, which step must a developer take to perform

this task?

B.

Create an EmployeeAddress_Ext.tti file and add a new typecode

alternate

C.

Open the EmployeeAddress.tti and add a new typecode alternate

D.

Create an EmployeeAddress.ttx file and add a new typecode

alternate_Ext

E.

Create an EmployeeAddress.tix file and add a new typecode

alternate_Ext

Buy Now
Questions 5

The Marketing department wants to add information for attorneys and doctors;

For doctors, store the name of their medical school. For attorneys, store the name of their law school.

Which two data model extensions follow best practices to fulfill this requirement? (Select two)

Options:

A.

An entity named LawSchooLExt. and a foreign key to it from AB.Attorney

B.

A varchar column on ABDoctor, named MedSchool_Ext

C.

A varchar column on ABAttorney, named LawSchooLExt

D.

An entity named ProfessionalSchooLExt. storing the school's name and type

E.

An array on ABPerson. named ProfessionalSchools_Ext

F.

An entity named MedSchooLExt and a foreign key to it from AB_Doctor

Buy Now
Questions 6

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 7

An insurer has a number of employees working remotely. Displaying the employee's name in a drop-down list must include the employee's location (e.g., John Smith - London, UK). How can a developer satisfy this requirement following best practices?

Options:

A.

Define an entity name that concatenates the name fields and work locations

B.

Create a displaykey that concatenates the name fields and work locations

C.

Create a setter property in a Name enhancement class

D.

Enable Post On Change for name fields to modify how the name is displayed

Buy Now
Questions 8

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 9

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 10

Which GUnit base class is used for tests that involve Gosu queries in PolicyCenter?

Options:

A.

GUnitTestClassBase

B.

SuiteDBTestClassBase

C.

PCUnitTestClassBase

D.

PCServerTestClassBase

Buy Now
Questions 11

The Officials list view in ClaimCenter displays information about an official called to the scene of a loss (for example, police, fire department, ambulance). The base product captures and displays only three fields for officials. An insurer has added additional fields but still only displays three fields. The insurer has requested a way to edit a single record in the list view to view and edit all of the officials fields. Which location type can be used to satisfy this requirement?

Options:

A.

Forward

B.

Page

C.

Popup

D.

Location group

Buy Now
Questions 12

ABPersonVendor is an entity in the base application. An insurer needs to add a new person vendor type for auditors. Which configuration fulfills the requirement and follows the best practices?

Options:

A.

Add a new column Auditor_Ext in the entity extension ABPersonVendor.etx

B.

Add a new entity ABAuditor_Ext.eti as a subtype of ABPersonVendor

C.

Create ABAuditor_Ext.eti with a foreign key pointing to ABPersonVendor

D.

Create ABAuditor.etx as an extension of ABPersonVendor

Buy Now
Questions 13

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 14

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 15

You need to retrieve Claim entity instances created after a specific date. Which methods ensure that the filtering is performed in the database for optimal performance?

Options:

A.

Retrieve all claims and filter the collection in Gosu memory using the where ( ) method.

B.

Retrieve claims using a query and then filter the results collection using the filterwhere method.

C.

Use the filter () .where () methods on the query object to filter the records by their creation date.

D.

Use the compare method on the query object to filter claim records by their creation date.

E.

Use the where method on the query object to filter claim records by their creation date.

Buy Now
Questions 16

The Panel Ref in the screenshot below displays a List View with a toolbar. Add and Remove buttons have been added to the toolbar, but they appear in red, indicating an error. The Row Iterator has toAdd and toRemove buttons correctly defined.

InsuranceSuite-Developer Question 16

What needs to be configured to fix the error?

Options:

A.

Set the toCrealeAndAdd property of the row iterator

B.

Sel the addVisible and removeVisible properties of the Add and Remove buttons

C.

Set the iterator property of the Add and Remove buttons

D.

Set the Visible property of the row iterator

Buy Now
Questions 17

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 17

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 18

A developer wrote the following query to create a list of activities sorted by activity pattern, and then returns the first activity for a failed policy bind:

InsuranceSuite-Developer Question 18

This query uses the sortBy() and firstwhere() methods which are anti-patterns. Where should the developer handle the filtering and sorting to follow best practices?

Options:

A.

On the application server

B.

In the application cache

C.

In the database

D.

In a block statement

Buy Now
Questions 19

An InsuranceSuite implementation project is preparing for deployment to the Guidewire Cloud Platform. Which two Cloud Delivery Standards must be met before deployment? (Select two)

Options:

A.

There are no instances of single statements with multiple expansion operators(*)

B.

GUnit tests must be combined into suites and executed in Studio prior to each code deployment

C.

The default system user su is configured as the second argument of the runWithNewBundle method

D.

New entities and new columns added to existing entities use a customer suffix such as _Si

E.

Log files contain no PII (Personally Identifiable Information) as clear text

Buy Now
Questions 20

A developer has finished a bug fix. Which step is needed before merging to follow best practices?

Options:

A.

Recreate the development branch

B.

Clone the parent branch

C.

Integrate parent branch to defect branch

D.

Merge user story branch into parent branch

Buy Now
Questions 21

A developer has designed a detail view with an email address input. What is the best practice for ensuring that only a properly formatted email address can be entered?

Options:

A.

Create an email address class with a validation method

B.

Use database validation for the email address

C.

Usefield-level validationfor the email address

D.

Create a validation rule for email addresses

Buy Now
Questions 22

Given the image of GroupParentView:

InsuranceSuite-Developer Question 22

What configuration is needed to add Group.GroupType to a list view using GroupParentView following best practices?

Options:

A.

Create a new viewEntity that includes GroupType

B.

Add a viewEntityType for GroupType to Group Pa rentView.eti

C.

Add a viewEntityTypefor GroupType to Group Pa rentView.etx

D.

Set the value on the input widget to GroupParentVlew.Group.GroupType

Buy Now
Questions 23

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
Exam Name: Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam
Last Update: Mar 29, 2026
Questions: 77

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99