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 3 out of 5 pages
Viewing questions 21-30 out of questions
Questions # 21:

ABPersonVendor is an entity in the base application. An insurer needs to add a new person vendor type for auditors. Which configuration fulfills the requirement and follows the best practices?

Options:

A.

Add a new column Auditor_Ext in the entity extension ABPersonVendor.etx


B.

Add a new entity ABAuditor_Ext.eti as a subtype of ABPersonVendor


C.

Create ABAuditor_Ext.eti with a foreign key pointing to ABPersonVendor


D.

Create ABAuditor.etx as an extension of ABPersonVendor


Expert Solution
Questions # 22:

Succeed Insurance needs to modify an existing PolicyCenter typelist called PreferredContactMethod with new options. Following best practices, which of the following options would a developer use?

Options:

A.

Create a typelist extension called PreferredContactMethod.ttx and add the options there.


B.

Create a typelist extension called PreferredContactMethod.Ext.tti and add the options there.


C.

Create a typelist extension called PreferredContactMethod.Ext.ttx and add the options there.


D.

Modify the existing PreferredContactMethod.tti file and add the options there.


Expert Solution
Questions # 23:

You need to retrieve Claim entity instances created after a specific date. Which methods ensure that the filtering is performed in the database for optimal performance?

Options:

A.

Retrieve all claims and filter the collection in Gosu memory using the where ( ) method.


B.

Retrieve claims using a query and then filter the results collection using the filterwhere method.


C.

Use the filter () .where () methods on the query object to filter the records by their creation date.


D.

Use the compare method on the query object to filter claim records by their creation date.


E.

Use the where method on the query object to filter claim records by their creation date.


Expert Solution
Questions # 24:

An analyst is examining the process for promoting a verified build from the development environment to production. Which statements accurately describe key steps in the flow of code changes between physical star systems in GWCP, according to the training? (Choose 2)

Options:

A.

Production database backups are not required when promoting builds.


B.

A build must be deployed to every planet in the dev star system before promotion is allowed.


C.

Builds are promoted sequentially from dev to pre-production and then to production physical star systems.


D.

Code is directly committed from dev to production repositories.


E.

The Build Promotion app in Guidewire Home is used to manage the promotion process.


Expert Solution
Questions # 25:

In TrainingApp. the Person Info card of the Details screen for a contact has a section where basic employment information is stored:

Question # 25

The insurer requires this information to be displayed, in this format, on every card of both the Summary and Details screens, for every individual person contact. This information will be stored in a container to be reused on all these cards.

Which object will most efficiently meet this requirement, according to best practices?

Options:

A.

Detail View Panel


B.

Input set widget


C.

Input Set PCF file


D.

Worksheet PCF file


Expert Solution
Questions # 26:

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

A)

Question # 26

B)

Question # 26

C)

Question # 26

D)

Question # 26

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 27:

A user needs to enter a Tax ID into a field, and the application should provide feedback if the entered value does not match a specific format (e.g., nn-nnnnnnn). Which validation techniques are best practices for implementing this configuration? (Choose 2)

Options:

A.

Use the regex property on the widget.


B.

Perform validation in a Gosu Pre-Update rule.


C.

Configure the errorMessage property on the widget.


D.

Supply an inputMask property to the widget to enforce the format.


E.

Configure an inputConversion property to reformat the input.


Expert Solution
Questions # 28:

Automated inspections help enforce quality by identifying anomalous code and adherence to defined metrics. Which types of issues or rules are typically enforced by Guidewire Studio Inspections? Select Two

Options:

A.

Detection of unaccounted-for time (Own Time) during server round trips, indicating inefficient processing loops.


B.

Enforcement of naming standards for method and variable declarations across the entire Gosu configuration.


C.

Measurement of the Cyclomatic Complexity metric to ensure methods do not exceed 40 statements.


D.

Verification of data integrity to ensure that required columns on subtypes are correctly populated (a platform-level Database Consistency Check).


E.

Identification of potential programming bugs, such as empty if or else statements or unused loop variables.


F.

Detection of memory leaks caused by large, long-running bundles that were not paged correctly during batch modification.


Expert Solution
Questions # 29:

There is a requirement for an additional filter on Desktop Activities. The filter requires a complex query. Which option will meet the requirement and follow best practices?

Options:

A.

Use a Gosu query with a " where " clause to find the needed rows, then pass the results to the filter.


B.

Use a " for " loop with an " if " statement to find the needed rows, then pass the results to the filter.


C.

Create a function using a Gosu query and a subselect clause, then call that function from the filter property.


D.

Create a function using a Gosu query and compare clauses, then call that function from the filter property.


Expert Solution
Questions # 30:

The Guidewire Cloud Platform (GWCP) uses an astronomy metaphor to describe its logical partitions. Which statements accurately describe how different levels within this metaphor provide isolation? (Choose 2)

Options:

A.

Tenants provide isolation between different AWS regions.


B.

Each Star is kept completely separate from the other Stars within a Tenant.


C.

A Star isolates data between different Tenants.


D.

A Star is a logical star system that represents a business unit or shared service.


E.

Galaxies isolate individual planets from each other.


F.

Planets provide isolation between different Orbits.


Expert Solution
Viewing page 3 out of 5 pages
Viewing questions 21-30 out of questions