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

A developer performed Guidewire Profiler analysis on a web service. The results showed a large Own Time (unaccounted-for time) value, but it is difficult to correlate the data with the exact section of code executed. Which approach can help to identify what is causing the large processing time?

A.

Create more profiler tags to block out sections of code

B.

Add more logging statements at the INFO level

C.

Use print statements to calculate the time spent in the code

D.

Apply extra frames in the profiler output

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)

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.

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.

A developer has designed a detail view with an email address input. What is the best practice for ensuring that only a properly formatted email address can be entered?

A.

Create an email address class with a validation method

B.

Use database validation for the email address

C.

Use field-level validation for the email address

D.

Create a validation rule for email addresses

A developer needs to run multiple GUnit test classes so that they can be run at the same time. Which two statements are true about the included tests? (Select two)

A.

They must be based on the same GUnit base class

B.

They must be in the same GUnit class

C.

They must set TestResultsDir property

D.

They must use the assertTrue() function

E.

They must have the same @Suite annotation

A developer needs to create an interface in a customer package to handle banking services. An implementation has been identified for online credit union services. Which interface and implementation classes adhere to the naming conventions?

A.

BankService_Ext.gs, CreditUnionBankService.gs

B.

IBankService.gs, CreditUnionBankService.gs

C.

BankService_Ext.gs, CreditUnionBankServiceImpl.gs

D.

BankService.gs, CreditUnionBankService.gs

An insurer plans to offer coverage for pets on homeowners policies. Whenever the covered pet Is displayed in the user interface, it should consist of the pet ' s name and breed. For example:

How can a developer satisfy this requirement following best practices?

A.

Enable Post On Change for the pet name field to modify how it displays when referenced

B.

Define an entity name that concatenates the pet ' s name and breed fields

C.

Create a setter property in a Pet enhancement class

D.

Create a display key that concatenates the pet ' s name and breed

Which statement accurately defines automated Guidewire inspections?

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.

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.

What type of Assessment Check ensures that applications have monitoring and logging frameworks in place?

A.

Upgrades

B.

Security

C.

Performance

D.

Operations