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

InsuranceSuite-Developer Questions and Answers

Question # 6

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)

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

Full Access
Question # 7

An insurer plans to offer coverage for pets on homeowners policies. Whenever the covered pet Is displayed in the user interface, it should consist of the pet's name and breed. For example:

How can a developer satisfy this requirement following best practices?

A.

Enable Post On Change for the pet name field to modify how it displays when referenced

B.

Define an entity name that concatenates the pet's name and breed fields

C.

Create a setter property in a Pet enhancement class

D.

Create a display key that concatenates the pet's name and breed

Full Access
Question # 8

Which two types of InsuranceSuite projects does the Cloud Assurance process apply to? (Select two)

A.

Upgrades to Guidewire Cloud Platform

B.

New Guidewire Cloud Platform implementations

C.

New self-managed implementations

D.

Upgrades on self-managed implementations

E.

New features added to existing implementations

Full Access
Question # 9

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)

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

Full Access
Question # 10

A developer needs to create a new entity for renters that contains a field for the employment status. EmploymentStatusType is an existing typelist. How can the entity and new field be created to fulfill the requirement and follow best practices?

A.

Add Renter.etx under Metadata -> Entity with a column EmploymentStatus.Ext

B.

Add Renter.etl under Extensions -> Entity with a column EmploymentStatus.Ext

C.

Create EmploymentStatusType.ttx under Extensions -> Typelist with a type code Renter

D.

Create Renter_Ext.eti under Extensions -> Entity with a typekey EmploymentStatus

Full Access
Question # 11

What are two types of Guidewire Profiler? (Select two)

A.

Exit-point

B.

Entry-point

C.

Database Performance

D.

Worksheet

Full Access
Question # 12

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

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.

Full Access
Question # 13

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?

A.

Forward

B.

Page

C.

Popup

D.

Location group

Full Access
Question # 14

An insurer specializing in high-risk policies requires a new Account to provide at least three references. A Reference entity is created. What is the best practice for adding and displaying References on the Contact Summary page in TrainingApp?

A.

Create a Reference detail view with fields for three References and add it to the Contact Summary page

B.

Create a Contacts pop up and add a button that opens it to the Contact Summary page

C.

Create a Reference list view and add it to the Contact Summary page

D.

Create an input set that displays References and add it to the Contact Summary page

Full Access
Question # 15

A ListView shows contacts related to a Claim. When a user clicks the contact name in a text cell, the UI should open a Worksheet showing details of that contact. The elementName property in the row iterator is currentContact. Which is the correct approach?

A.

Set the Action property on the atomic widget to include ContactWS(currentContact)

B.

Set the actionAvailable property on the atomic widget to ContactWS.push(currentContact)

C.

Set the Action property on the atomic widget to ContactWS.goInWorksheet(currentContact)

D.

Set the Action property on the atomic widget to ContactWS.goInWorkspace(currentContact)

Full Access
Question # 16

An insurer has identified a new requirement for company vendor contacts in ContactManager. If the Preferred Vendor9 field is set to Yes, display the new BBS Rating (Better Business Bureau) field.

Which two configuration changes will satisfy this requirement? (Select two)

A.

Call a gosu expression from the PostOnChange onChange properly to set the value of the BBB Rating field

B.

Enable the Post On Change property for the Preferred Vendor? field

C.

Set the visible property of the BBB Rating field to true when the Preferred Vendor? field is Yes

D.

Enable the Post On Change property for the 8BB Rating field

E.

Set the editable property of the BBB Rating field to true when the Preferred Vendor' field is No

Full Access
Question # 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.

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

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

Full Access
Question # 18

There is a requirement to add fields specific to Auto Rental Agencies. The additional fields required are; Auto Renta License, Offers Roadside Assistance, and Offers Insurance. Other fields will come from the existing ABCompanyVendor entity.

For reference, the diagram below shows the ABCompany subtype of the ABContact entity:

How should this requirement be configured following best practices?

A.

Create ABAutoRentalAgency.Ext as a subtype of A B Company Vendor and add the three fields to the subtype

B.

Create ABAutoRentalAgency.Ext as a subtype of ABCompany and add the three fields to the subtype

C.

Create a custom entity ABAutoRentalAgency_Ext and add the three fields to this entity

D.

Create three new fields to extend the existing ABCompany Vendor subtype

Full Access
Question # 19

An insurer doing business globally wants to use a validation expression to verify that a contact's postal code is a real postal code for the country specified in the contact's address.

A developer has created a method with the signature validatePostalCode(anAddress: Address): boolean, which returns true if and only if the postal code is valid.

What would be the correct validation expression?

A.

validatePostalCode(anAddress) == true

B.

validatePoslalCode(anAddress) == null

C.

validatePostalCode(anAddress)

D.

validatePostalCode(anAddress) ? null: false

Full Access
Question # 20

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?

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

Full Access
Question # 21

The following Gosu statement is the Action part of a validation rule:

It produces the following compilation error:

Gosu compiler: Wrong number of arguments to function rejectFieldQava.lang.String, typekey.ValidationLevel, java.lang.string, typekey.ValidationLevel, java.lang.string). Expected 5, got 3

What needs to be added to or deleted from the statement to clear the error?

A.

The two nulls must be replaced with a typekey and a string

B.

A left parenthesis must be delete

C.

The word "State' must be replaced with a DisplayKey

D.

A right parenthesis must be added.

Full Access
Question # 22

Which statement accurately defines automated Guidewire inspections?

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.

Full Access
Question # 23

Given the image:

Which container type must be added between Card and Input Column?

A.

Detail View PCF File

B.

Detail View

C.

List View

D.

Input Set

Full Access