Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions
Questions # 31:

In ClaimCenter, the Desktop- > Claims page contains a ListView that is backed by a View Entity ClaimDesktopView.eti. The company would like to add a column to the Claim Validation Level in this List View. Following best practice, which of the following steps are required to fulfill this requirement?

Options:

A.

Add a computedTypekey in ClaimDesktopView.etx with name: ValidationLevel_Ext and path: Claim.ValidationLevel.


B.

Add a typekey in ClaimDesktopView.etx with name: ValidationLevel_Ext and path: Claim.ValidationLevel.


C.

Add a viewEntityTypekey in ClaimDesktopView.etx with name: ValidationLevel and path: Claim.ValidationLevel.


D.

Add a computedColumn in ClaimDesktopView.etx with name: ValidationLevel and path: Claim.ValidationLevel.


Expert Solution
Questions # 32:

Given the image:

Question # 32

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

Options:

A.

Detail View PCF File


B.

Detail View


C.

List View


D.

Input Set


Expert Solution
Questions # 33:

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


Expert Solution
Questions # 34:

Given the following code sample:

var newBundle = gw.transaction.Transaction.newBundle()

var targetCo = gw.api.database.Query.make(ABCompany)

targetCo.compare(ABCompany#Name, Equals, " Acme Brick Co. " )

var company = targetCo.select().AtMostOneRow

company.Notes = " TBD "

Following best practices, what two items should be changed to create a bundle and commit this data change to the database? (Select two)

Options:

A.

End with newBundle.commit()


B.

Add Notes to the bundle


C.

Add targetCo to the bundle


D.

Add company to the bundle


E.

Add runWithNewBundle(\newBundle - > { to the first line


Expert Solution
Questions # 35:

Given the image of GroupParentView:

Question # 35

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 viewEntityType for GroupType to Group Pa rentView.etx


D.

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


Expert Solution
Questions # 36:

Succeed Insurance would like a list of all Notes related to all Policies for an Account. Which approach follows best practices for retrieving this data more efficiently?

Options:

A.

Code snippetvar policyNotes = Query.make(Note).compare(Note#Policy, Relop.Equals, policy).compare(Note#Account, Relop.Equals, account).select()


B.

Code snippetvar policyNotes = account.Policies*.Notes.toList()


C.

Code snippetvar policyNotes : ArrayList < Note > for(policy in account.Policies) {for (note in policy.Notes) {policyNotes.add(note)}}


D.

Code snippetvar policyNotes = account.Policies*.Notes*.DisplayName


Expert Solution
Questions # 37:

A developer needs to create an interface in a customer package to handle banking services. An implementation has been identified for online credit union services. Which interface and implementation classes adhere to the naming conventions?

Options:

A.

BankService_Ext.gs, CreditUnionBankService.gs


B.

IBankService.gs, CreditUnionBankService.gs


C.

BankService_Ext.gs, CreditUnionBankServiceImpl.gs


D.

BankService.gs, CreditUnionBankService.gs


Expert Solution
Questions # 38:

A developer has modified the DesktopActivities list view in ClaimCenter to add a date cell to display the claim date of loss for each row. The list view is backed by the view entity ActivityDesktopView. The screenshot provided shows the current configuration of the new date cell with the value

ActivityDesktopView.Claim.LossDate.

Question # 38

Which action should be taken to configure the date cell to follow best practices?

Options:

A.

Use an existing display key rather than creating a custom display key


B.

Use a text cell widget instead of a date cell widget and format the value as a string


C.

Configure the dateFormat property of the widget to display the date in a short format


D.

Extend the view entity to include the claim loss date rather than access it from Claim


Expert Solution
Questions # 39:

What is a commit in Git?

Options:

A.

A snapshot of all of the files in a project


B.

A floating pointer to a stream of file changes


C.

A fixed pointer that identifies the changes to a file


D.

A list of files with the changes made to each file over time


Expert Solution
Questions # 40:

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

Options:

A.

Web


B.

Database Performance


C.

Exit-point


D.

Entry-point


E.

Worksheet


Expert Solution
Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions