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 1 out of 5 pages
Viewing questions 1-10 out of questions
Questions # 1:

A developer needs to prepare their local configuration changes for inclusion in the shared Bitbucket repository. According to the training, which actions, performed using Git-based commands in a GWCP context, are essential for this process? (Choose 3)

Options:

A.

Pulling the latest changes from the remote repository and rebasing the developer ' s commit(s).


B.

Committing the changes locally.


C.

Deploying the application to a development planet.


D.

Creating a new build schedule in TeamCity.


E.

Pushing the finished branch to the remote Bitbucket repository.


F.

Configuring pre-promotion quality gates.


Expert Solution
Questions # 2:

When viewing application logs in Datadog for troubleshooting, which methods can be used to find specific information within the logs, according to the training? Select Two

Options:

A.

By querying the Lifecycle Manager API.


B.

Using the Monitors section to set up alerts.


C.

By examining the build history in TeamCity.


D.

Using the sidebar facets to filter results


E.

Creating custom dashboards with relevant widgets.


F.

Using the search bar for full-text searches.


Expert Solution
Questions # 3:

An insurer imports information used to calculate replacement values for property claims on a monthly basis. The information is summarized in a non-editable list. A business analyst has presented a new requirement to support editing individual records when new information is received between scheduled imports. What location type will satisfy this requirement?

Options:

A.

A location group


B.

A popup


C.

Edit buttons


D.

An exit point


Expert Solution
Questions # 4:

Which statement accurately defines automated Guidewire inspections?

Options:

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.


Expert Solution
Questions # 5:

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?

Options:

A.

validatePostalCode(anAddress) == true


B.

validatePoslalCode(anAddress) == null


C.

validatePostalCode(anAddress)


D.

validatePostalCode(anAddress) ? null: false


Expert Solution
Questions # 6:

An insurer ran the DBCC checks against a copy of their production database and found three errors with high counts in the category Data 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


Expert Solution
Questions # 7:

A developer is creating a new entity for auditors that contains a field for the license. Which configuration of the file name and the field name fulfills the requirement and follows best practices?

Options:

A.

Auditor_Ext.eti, License_Ext


B.

Auditor.etx, License_Ext


C.

Auditor.eti, License_Ext


D.

Auditor_Ext.eti, License


E.

Auditor_Ext.etx, License


Expert Solution
Questions # 8:

What is a commit in Git?

Options:

A.

It is a floating pointer to a stream of changes made to a project at a point in time.


B.

It is a fixed pointer to a set of changes with an easily readable name.


C.

It is a snapshot of all of the files in an entire project at a specific point in time.


D.

It is a list of files that includes all of the changes made to each file over time.


Expert Solution
Questions # 9:

An insurer wants to prevent US phone numbers from containing the string " 555 " in the prefix (digits 4-6). In addition to a test for country, which validation expression will accomplish this?

Options:

A.

((phoneOwner.PhoneFields.NationalSubscriberNumber[4..6] as String) == ' 555 ' ) ? DisplayKey.get( " BadPhoneNumber " ) : true


B.

((phoneOwner.PhoneFields.NationalSubscriberNumber as String).contains( ' 555 ' )) ? DisplayKey.get( " BadPhoneNumber " ) : null


C.

((phoneOwner.PhoneFields.NationalSubscriberNumber[3..5] as String).equals( ' 555 ' )) ? DisplayKey.get( " BadPhoneNumber " ) : null


D.

(phoneOwner.PhoneFields.NationalSubscriberNumber[3..5].equals( ' 555 ' )) ? DisplayKey.get( " BadPhoneNumber " ) : true


Expert Solution
Questions # 10:

Given the following screen showing a DetailView in Guidewire Studio highlighted in red:

Question # 10

Which single item added directly to the detail view will correct the error shown, with no further errors?

Options:

A.

Add a row iterator to the detail view


B.

Add a toolbar to the detail view


C.

Add a list view to the detail view


D.

Add an input column to the detail view


Expert Solution
Viewing page 1 out of 5 pages
Viewing questions 1-10 out of questions