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

All InsuranceSuite-Developer Test Inside Guidewire Questions

Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam Questions and Answers

Question 5

This sample code uses array expansion with dot notation and has performance issues:

What best practice is recommended to resolve the performance issues?

Options:

A.

Rewrite the code to use a nested for loop

B.

Break the code into multiple queries to process each array

C.

Replace the .where clause with a .compare function

D.

Replace the dot notation syntax with ArrayLoader syntax

Question 6

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.

Question 7

An insurer ran the DBCC checks against a copy of their production database and found three errors with high counts in the categoryData update and reconciliation. What are two best practices for resolving the errors? (Select two)

Options:

A.

Analyze the errors to determine the root cause and correct the code responsible for the errors

B.

Promote the code to production and run the DBCCs again

C.

Wait to see if error counts increase; if they increase by more than 10%, fix the errors

D.

Identify any bad data and write a SQL script to correct the data; run the script immediately

E.

Search the Knowledge Base on the Guidewire Community for solutions to the problems found

Question 8

Which two are capabilities of the Guidewire Profiler? (Select two)

Options:

A.

Track where time is spent in Guidewire application code

B.

Measure network latency between the database server and application server

C.

Measure network latency between the browser and application server

D.

Provide timing information of application calls to external services

E.

Track time spent in the web browser