Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

GUIDEWIRE BEST PRACTICES EXAM STUDY GUIDE QUESTIONS WITH COMPLETE SOLUTIONS

Rating
-
Sold
-
Pages
15
Grade
A+
Uploaded on
28-02-2025
Written in
2024/2025

GUIDEWIRE BEST PRACTICES EXAM STUDY GUIDE QUESTIONS WITH COMPLETE SOLUTIONS

Institution
Wire
Course
Wire

Content preview

GUIDEWIRE BEST PRACTICES EXAM
STUDY GUIDE QUESTIONS WITH
COMPLETE SOLUTIONS
Logging is used for - Answer-Application maintenance and troubleshooting
Creating statistics relating to application usage
Auditing by capturing significant events

Typical events to log are - Answer-Success / Failure - a transaction or action has
succeeded or failed
Recovery - a system went down or connection failed, retried, and recovered
Identification - any large functional areas such as integration, rating, reinsurance, and
rules

Logging components - Logger - Answer-has a category and level, sends content to an
Appender

Logging components - Appender - Answer-is an output destination (server console or
rolling file)

Logging components - Layout - Answer-defines the format of the content sent to an
appender

Logging Level - Trace - Answer-Description: Fine-grained informational events
When to use: Log method entry and exit

Logging Level - Debug - Answer-Description: Detailed informational events
When to use: Log important steps and calculations for diagnosing problems

Logging Level - Info - Answer-Description: Coarse-grained informational messages of
progress
When to use: Log the occurrence or result of an important event

Logging Level - Warn - Answer-Description: Indicate a potential problem
When to use: The user experience has not been affected

Logging Level - Error - Answer-Description - Indicate definite problems
When to use: The user experience has been affected

There are 2 ways to initialize a logger in Gosu - Answer-Integration:
PLLoggerCategory.INTEGRATION
Plugin: PLLoggerCategory.PLUGIN

, Use sub-level of existing logging category to maintain structure.

Example: PLUGIN.MotorVehicleRecord

static var _motorVehiclePluginLogger =
LoggerFactory.getLogger(PLLoggerCategory.PLUGIN."MotorVehicleRecord")

Logging Format should be - Answer-a standard format to simplify analysis of large logs

Guarded Logging should be used - Answer-To test log level before logging costly
messages (those with expensive expressions)

Typically used with the DEBUG level
Format is - if (_logger.DebugEnabled) { <log statement content>}
Not required for parameterized expressions lacking expensive operations, as in:

var hello = "Hello"
var world = "world"
_logger.debug("{}, {}!", hello, world)

Logging: Exception Messages - Answer-Logged at the ERROR level when user
interface is affected
Not all exceptions are errors - if they are expected, log at WARN or INFO level
Pass the exception object as the second argument

Logging Guidelines - Answer-Log with enough information to explain the state of the
application and what was happening
Excessive logging results in large logs with potential performance risk
Insufficient logging results in logs that lack utility

Use care with:
Data that is protected by legal, regulatory, or contractual obligations
Personally Identifiable Information (PII) - do not log PII at all!

Guidewire Query API General Best Practices - Answer-Use the property reference
(EntityType#Property) for type-safe access to the properties on the query entity type
Use the property reference to filter query results, join to another entity type, order rows
in the result set, or to specify a column for a row query
Use query.contains() after other query.compare() operations against indexed columns
for better performance against large data sets

Guidewire Query API - Denormalized columns improve performance of - Answer-Ends
with searches
Case-insensitive searches

Written for

Institution
Wire
Course
Wire

Document information

Uploaded on
February 28, 2025
Number of pages
15
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$16.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Studyguidenotes Boston University
Follow You need to be logged in order to follow users or courses
Sold
16
Member since
1 year
Number of followers
0
Documents
1352
Last sold
1 month ago

2.7

3 reviews

5
1
4
0
3
0
2
1
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions