Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Guidewire InsuranceSuite-Developer - Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam

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)

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.

When a user marks the InspectionComplete field and clicks Update, the user making the update and the date/time of the update need to be recorded in separate fields. Which approach will accomplish this?

A.

Create a Validation Rule that checks for a change in the InspectionComplete field...

B.

Enable Reflection on the InspectionComplete widget...

C.

Create aPreupdate Rulethat checks for a change in the InspectionComplete field and updates the UpdatedBy and UpdatedDateTime fields

D.

Create an EventFired Rule that would be triggered...

A developer is creating an entity for home inspections that contains a field for the inspection date. Which configuration of the file name and the field name fulfills the requirement and follows best practices?

A.

HomeInspection.etx, InspectionDate.Ext

B.

HomeInspection_Ext.eti, InspectionDate.Ext

C.

HomeInspection_Ext.etx, InspectionDate

D.

HomeInspection.eti, InspectionDate.Ext

E.

HomeInspection.Ext.eti, InspectionDate

What is a benefit of archiving?

A.

Reorganizes and compresses the contents of the database to conserve space

B.

Improves application performance by reducing the size of the database

C.

Reindexes the contents of the database to increase data retrieval speed

D.

Reduces database size by permanently removing data marked for purge

Succeed Insurance needs to modify an existing PolicyCenter typelist called PreferredContactMethod with new options. Following best practices, which of the following options would a developer use?

A.

Create a typelist extension called PreferredContactMethod.ttx and add the options there.

B.

Create a typelist extension called PreferredContactMethod.Ext.tti and add the options there.

C.

Create a typelist extension called PreferredContactMethod.Ext.ttx and add the options there.

D.

Modify the existing PreferredContactMethod.tti file and add the options there.

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

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.

Given the image of GroupParentView:

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

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

Succeed Insurance has a page in PolicyCenter with a large fleet of vehicles. They want multiple filters to show only a subset of vehicles. Which methods follow best practices?

A.

Apply the filter using the Row Iterator configuration in the PCF.

B.

Implement filtering logic in the list view PCF using visible properties.

C.

Add multiple Filter Options using Gosu Standard Query Filters.

D.

Add a ListView Filter widget to the ListView.

E.

Retrieve all policies and filter them in the application server layer.

F.

Use Gosu's where method on the retrieved collection in memory.

A developer is creating an enhancement class for the entity AuditMethod_Ext in PolicyCenter for an insurer, Succeed Insurance. Which package structure of the gosu class and function name follows best practice?

A.

si.pc.enhancements.entity, determineAuditType()

B.

si.pc.enhancements.entity, determineAuditType_Ext()

C.

gw.job.audit, determineAuditType()

D.

gw.entity.enhancement, determineAuditType_Ext()

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

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.