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

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


Expert Solution
Questions # 12:

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

Question # 12

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?

Options:

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.


Expert Solution
Questions # 13:

When a user marks the InspectionComplete field and clicks Update, the user making the update and the date/time of the update need to be recorded in separate fields. Which approach will accomplish this?

Options:

A.

Create a Validation Rule that checks for a change in the InspectionComplete field...


B.

Enable Reflection on the InspectionComplete widget...


C.

Create aPreupdate Rulethat checks for a change in the InspectionComplete field and updates the UpdatedBy and UpdatedDateTime fields


D.

Create an EventFired Rule that would be triggered...


Expert Solution
Questions # 14:

Given this function:

Code snippet

929 public function checkConnection() {

930 try

931 {

932 var conn = DriverManager.getConnection(url)

933 // logic here

934 }

935 catch (e : Exception)

936 {

937 // handle exception

938 }

939 }

What action will align the function with Gosu best practices?

Options:

A.

Move left curly braces on lines 931, 934, and 936 to the end of the previous lines


B.

Change line 935 to read 'catch {e: Exception)'


C.

In line 933, change DriverManager to driver Manager (camel case)


D.

Add a comment for lines with significant code (specifically, lines 933 and 937)


Expert Solution
Questions # 15:

Which rule is written in the correct form for a rule which sets the claim segment and leaves the ruleset?

A)

Question # 15

B)

Question # 15

C)

Question # 15

D)

Question # 15

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 16:

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

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

Given the following code example:

Code snippet

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

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

Which of the following represents logging best practices? Select Two

Options:

A.

Mask personally identifiable information (PII) before including it in a log message.


B.

Set the logging level to "info" in the production environment.


C.

Set the logging level to "debug" in the production environment when diagnosing a production issue.


D.

Log all information that is necessary to diagnose the transaction.


E.

Log every transaction to ensure a complete audit trail.


Expert Solution
Questions # 20:

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

Question # 20

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


Expert Solution
Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions