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

Pass the Guidewire Guidewire Certified Associate InsuranceSuite-Developer Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

In the screenshot below

Question # 1

A developer has added a tab labeled Delinquencies to the tab bar of BillingCenter. This tab will contain several pages. The first page in the tab will display a summary of the currently-selected delinquency, the second page will show the associated policy, and the third page will show the associated account.

What PCF container will be used to configure this requirement?

Options:

A.

A location ref


B.

A location group


C.

A location ref iterator


D.

A location


Expert Solution
Questions # 2:

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

Options:

A.

GUnitTestClassBase


B.

SuiteDBTestClassBase


C.

PCUnitTestClassBase


D.

PCServerTestClassBase


Expert Solution
Questions # 3:

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.


Expert Solution
Questions # 4:

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?

Options:

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.


Expert Solution
Questions # 5:

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


Expert Solution
Questions # 6:

An insurance carrier plans to launch a new product for various types of Recreational Vehicles (RVs)—such as motorhomes, boats, motorcycles, and jet skis. When collecting information to quote a policy, all RVs share some common details (like purchase date, price, year, make, and model), but each type also has its own unique properties. According to best practices, what should be done to configure the User Interface so that only the relevant RV details are shown when creating a policy quote? Select Two

Options:

A.

Create a separate page for each type of RV.


B.

Create a Modal Input Set for each RV type.


C.

Create separate inline Input Sets for each RV type and set the visibility on each Input Set


D.

Create a Detail View that includes the properties that are common to all of the RV types.


E.

Place an Input Set Ref on the Detail View and configure the RV type as the Mode.


F.

Define a Location Group to allow the user to choose the page for each RV type.


Expert Solution
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.


Expert Solution
Questions # 8:

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.


Expert Solution
Questions # 9:

Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)

Options:

A.

Commit changes individually for each entity.


B.

Create a new bundle using gw.transaction.Transaction.runWithNewBundle().


C.

Explicitly call the commit() method on the bundle outside of a managed block.


D.

Add all entities to the bundle, not just those which will be edited.


E.

Obtain a bundle using gw.transaction.Transaction.getCurrent().


F.

Never call commit() within a runWithNewBundle() statement.


Expert Solution
Questions # 10:

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?

Options:

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.


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions