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 2 out of 5 pages
Viewing questions 11-20 out of questions
Questions # 11:

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


Expert Solution
Questions # 12:

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?

Options:

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


Expert Solution
Questions # 13:

In the data model, each contact is associated with an array of bank accounts. These bank accounts are displayed as a list in multiple places within ContactManager. You have started by creating a " BankAccountsLV " ListView. Which of the following are valid configuration steps?

Options:

A.

Configure the elementName property as the data object for each Row in the Row Iterator.


B.

Configure the elementName as the unique identifier for the iterator to be exposed.


C.

Configure the elementName property for the value to be displayed in each cell.


D.

Configure the value property as the data object for each Row in the Row Iterator.


Expert Solution
Questions # 14:

Given the following code example:

var query = gw.api.database.Query.make(Claim)

query.compare(Claim#ClaimNumber, Equals, " 123-45-6798 " )

var claim = query.select().AtMostOneRow

According to best practices, which logic returns notes with the topic of denial and filters on the database?

Options:

A.

var notesQuery = gw.api.database.Query.make(Note); var denialNotes = notesQuery.select().where(\elt - > elt.Topic==NoteTopicType.TC_DENIAL)


B.

var denialNotes = claim.Notes.where(\elt - > elt.Topic==NoteTopicType.TC_DENIAL)


C.

var notesQuery = gw.api.database.Query.make(Note); notesQuery.compare(Note#Topic, Equals, NoteTopicType.TC_DENIAL); notesQuery.compare(Note#Claim, Equals, claim); var denialNotes = notesQuery.select()


D.

var notesQuery = gw.api.database.Query.make(Note); notesQuery.compare(Note#Topic, Equals, NoteTopicType.TC_DENIAL); var denialNotes = notesQuery.select()


Expert Solution
Questions # 15:

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 # 16:

What type of Assessment Check ensures that applications have monitoring and logging frameworks in place?

Options:

A.

Upgrades


B.

Security


C.

Performance


D.

Operations


Expert Solution
Questions # 17:

An insurer has extended the ABContact entity in ContactManager with an array of Notes. A developer has been asked to write a function to process all the notes for a given contact. Which code satisfies the requirement and follows best practices?

Options:

A.

for ( note in anABContact.Notes ) {//do something}


B.

for ( i = 1..anABContact.Notes.length ) {//do something}


C.

var aNote = anABContact.Notes.firstWhere(\ note - > note.Author != null)//do something


D.

while ( exists ( note in anABContact.Notes ) ) {//do something}


Expert Solution
Questions # 18:

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.

Question # 18

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


Expert Solution
Questions # 19:

Which GUnit test method adheres to the Guidewire naming standards?

Options:

A.

whenAssigningActivityTest


B.

claimSegmentationTest


C.

testBulkInvoiceBatchJob


D.

testThatQuoteIsGenerated


Expert Solution
Questions # 20:

In the screenshot below

Question # 20

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
Viewing page 2 out of 5 pages
Viewing questions 11-20 out of questions