Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Guidewire InsuranceSuite-Developer - Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam

Which log message output follows best practices in production?

A.

[Method=RenewalProcess#issueNow] [Job#JobNumber=00005678] is renewed.

B.

User minimalist paid the premium with the card: 4071002234567855.

C.

The account cannot be created for: Jane ' s Florist, phone number: (510) 555-0000, address: 112 Main Street, Livermore CA 94550.

D.

ALERT! The server went down. It must be recovered immediately.

Which of the following are true about Guidewire Inspections?

A.

Inspections must be triggered manually using the Analyze toolbar option.

B.

There are no inspections provided with the out of the box version of the product.

C.

Developers can create custom inspections profile in Studio to include any customer specific standards that are to be enforced.

D.

Inspections are run at the command line by running the gwb inspect.

E.

Inspections run automatically in the Gosu editor as a background task.

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

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

The Officials list view in ClaimCenter displays information about an official called to the scene of a loss (for example, police, fire department, ambulance). The base product captures and displays only three fields for officials. An insurer has added additional fields but still only displays three fields. The insurer has requested a way to edit a single record in the list view to view and edit all of the officials fields. Which location type can be used to satisfy this requirement?

A.

Forward

B.

Page

C.

Popup

D.

Location group

Which statement is correct and recommended for writing GUnit tests?

A.

Use the init() method to set up objects shared by all tests in a test class

B.

Handle any exceptions thrown by test methods in the finally() method

C.

Clear all instance variables of completed test in the tearDown() method

D.

Use fluent assertions over conventional assert statements

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

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.

The Marketing department wants to add information for attorneys and doctors;

For doctors, store the name of their medical school. For attorneys, store the name of their law school.

Which two data model extensions follow best practices to fulfill this requirement? (Select two)

A.

An entity named LawSchooLExt. and a foreign key to it from AB.Attorney

B.

A varchar column on ABDoctor, named MedSchool_Ext

C.

A varchar column on ABAttorney, named LawSchooLExt

D.

An entity named ProfessionalSchooLExt. storing the school ' s name and type

E.

An array on ABPerson. named ProfessionalSchools_Ext

F.

An entity named MedSchooLExt and a foreign key to it from AB_Doctor

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

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?

A.

Detail View Panel

B.

Input set widget

C.

Input Set PCF file

D.

Worksheet PCF file

The results of a Guidewire Profiler analysis on a web page showed a large unaccounted-for time. The developer cannot identify which block of code is taking up so much time by examining the profiler output. Which approach can help to account for the large time spent and improve reading of the profiler output?

A.

Identify the PCF file name in the profiler output.

B.

Print out the timestamp before and after the code blocks.

C.

Surround the blocks of code with profiler tags.

D.

Create a function to calculate processing time in the class.

A developer needs to create a new entity for renters that contains a field for the employment status. EmploymentStatusType is an existing typelist. How can the entity and new field be created to fulfill the requirement and follow best practices?

A.

Create Renter_Ext.eti under Extensions - > Entity with a typekey EmploymentStatus.

B.

Add Renter.etx under Metadata - > Entity with a column EmploymentStatus_Ext.

C.

Add Renter.eti under Extensions - > Entity with a column EmploymentStatus_Ext.

D.

Create EmploymentStatusType.ttx under Extensions - > Typelist with a type code Renter.