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

Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)

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.

A developer runs Database Consistency Checks for a new ClaimCenter release in a QA environment running a copy of the production database. Analysis of the output identifies data errors in both the QA and production data. Which two options follow best practices for correcting the data? (Select two)

A.

Use the Production Data Fix Tool to correct production data

B.

Write a Gosu query and run it in Scratchpad to correct the data

C.

Export the data to a file, correct it, and run the Import Data Utility

D.

Write a Gosu script and request that Guidewire Support review it

E.

Contact the insurer's database group for a SQL script and test it in QA

What are two types of Guidewire Profiler? (Select two)

A.

Exit-point

B.

Entry-point

C.

Database Performance

D.

Worksheet

Which of the following represents logging best practices? Select Two

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.

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

What best practice is recommended to resolve the performance issues?

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

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.

A developer has completed a configuration change in an InsuranceSuite application on their local environment. According to the development lifecycle described in the training, which initial steps are required to move this change towards testing and deployment? Select Two

A.

Deploy the application directly to a pre-production planet.

B.

Schedule automated builds in TeamCity

C.

Push the code changes to the remote source code repository in Bitbucket.

D.

Trigger a TeamCity build via Guidewire Home if it has not already begun automatically.

E.

Create a new physical star system in Guidewire Home.

F.

Configure pre-merge quality gates in Bitbucket.

In the screenshot below

A developer has added a tab labeled Delinquencies to the tab bar of BillingCenter. This tab will contain several pages. The first page in the tab will display a summary of the currently-selected delinquency, the second page will show the associated policy, and the third page will show the associated account.

What PCF container will be used to configure this requirement?

A.

A location ref

B.

A location group

C.

A location ref iterator

D.

A location

The business wants to create a new popup in BillingCenter that displays a single customer invoicing inquiry. The popup will have the inquiry date, inquiry contact, and the description of the inquiry. Which configurations follow best practices to make this page editable? (Choose Two)

A.

Add a Boolean variable named editable_Ext to the Variables tab and set its initial value to true.

B.

Set the Page's startInEditMode property to true if it should initially be editable.

C.

Set the Detail View panel's readOnly property to false.

D.

Be sure that the ListView container widget has its editable property set to true.

E.

Ensure that Input widgets are used for fields requiring data entry, and that their editable property is set to true.

F.

Add an InputSet widget within the detail view and set its canEdit property to true.

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

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.