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
Document preview thumbnail
Preview 3 out of 23 pages
Exam (elaborations)

Guidewire Best Practices Exam (QUESTIONS WITH 100% CORRECT ANSWERS ) ()

Document preview thumbnail
Preview 3 out of 23 pages

Guidewire Best Practices Exam (QUESTIONS WITH 100% CORRECT ANSWERS ) ()

Content preview

Guidewire Best Practices Exam (QUESTIONS \| \| \| \| \|




WITH 100% CORRECT ANSWERS ) (2025 / \| \| \| \| \| \| \|




2026)


Avoid using internal path for your classes - correct answer ✔✔-com.guidewire.* should be
\| \| \| \| \| \| \| \| \| \| \| \| \|


avoided. These can always be potentially changed or replaced during an upgrade.
\| \| \| \| \| \| \| \| \| \| \|




When referencing typecodes, use the static property on the typelist class instead of the string
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


representation - correct answer ✔✔-Use TC_TYPECODE instead of "typecode", example:
\| \| \| \| \| \| \| \| \| \|


LossCause.TC_REAREND instead of "rearend" \| \| \|




Use the text for logical operators instead of the symbols - correct answer ✔✔-Use "and","or",
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


and "not" instead of "&&", "||", and "!"
\| \| \| \| \| \| \|




Code placement - correct answer ✔✔-1) Avoid placing code within the CODE tab of a PCF. Create
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


a UI helper class instead
\| \| \| \|




2) Avoid extending entity enhancements with code supporting UI operations
\| \| \| \| \| \| \| \| \|




Avoid using deprecated classes and methods - correct answer ✔✔-Guidewire will eventually
\| \| \| \| \| \| \| \| \| \| \| \|


remove deprecated classes and methods.
\| \| \| \|




Turn on and run Studio Inspections - correct answer ✔✔-These analyze configuration resources
\| \| \| \| \| \| \| \| \| \| \| \|




Use whitespace effectively - correct answer ✔✔-Add spaces around operators
\| \| \| \| \| \| \| \| \|




Do not add spaces between parentheses and operators
\| \| \| \| \| \| \|




Indent logical blocks of code by two spaces only
\| \| \| \| \| \| \| \|




Add a blank line after code blocks
\| \| \| \| \| \|




Add two blank lines after methods, including the last method in a class
\| \| \| \| \| \| \| \| \| \| \| \|

,Comments and Annotations - correct answer ✔✔-Document new classes and functions with
\| \| \| \| \| \| \| \| \| \| \| \|


Javadoc-style comments \|




Use single-line comments within functions and methods when you need to clarify the intent of the
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


code

Use GoseDoc annotations which are included when generating GosuDoc
\| \| \| \| \| \| \| \|




"Upgrade-Safe" naming conventions: Add the suffix _Ext to - correct answer ✔✔-Columns added
\| \| \| \| \| \| \| \| \| \| \| \| \|


to existing entities
\| \|




Typecodes added to existing typelists \| \| \| \|




The name of custom entities
\| \| \| \|




The name of custom typelists
\| \| \| \|




New PCF files\| \|




Script parameters \|




Package naming conventions - correct answer ✔✔-Use the format
\| \| \| \| \| \| \| \| \|


customer.application.featurecategory.feature

Customer - company name abbreviation
\| \| \| \|




Application- InsuranceSuite application code (pc, bc, cc, suite)
\| \| \| \| \| \| \|




Feature Category - major feature (delinquency, configuration, integration)
\| \| \| \| \| \| \|




Feature - feature (rating, catastrophe, authentication)
\| \| \| \| \|




Example: si.suite.integration.authentication
\|




Class naming conventions - correct answer ✔✔-Use UpperCamelCase
\| \| \| \| \| \| \|




Do not add _Ext to classes within customer package spaces
\| \| \| \| \| \| \| \| \|




Function naming conventions - correct answer ✔✔-Use lowerCamelCase
\| \| \| \| \| \| \|




Use a verb that describes that the function is doing i.e. verifyAddress
\| \| \| \| \| \| \| \| \| \| \|




Do not add _Ext suffix to private functions or enhancements in customer package spaces
\| \| \| \| \| \| \| \| \| \| \| \| \|

, Variable naming conventions - correct answer ✔✔-Member variable names use lowerCamelCase
\| \| \| \| \| \| \| \| \| \| \|


with a leading underscore i.e. _pluginCallbackHandler
\| \| \| \| \|




Local variable names use lowerCamelCase short names that describe the purpose i.e.
\| \| \| \| \| \| \| \| \| \| \| \|


latestPolicyRevision



Display key naming conventions - correct answer ✔✔-Add suffix _Ext too all new display keys
\| \| \| \| \| \| \| \| \| \| \| \| \| \|




Do not modify automatically generated display keys
\| \| \| \| \| \|




Logging is - correct answer ✔✔-The process of recording application actions and state to a
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


secondary interface \|




Logging is used for - correct answer ✔✔-Application maintenance and troubleshooting
\| \| \| \| \| \| \| \| \| \|




Creating statistics relating to application usage
\| \| \| \| \|




Auditing by capturing significant events
\| \| \| \|




Typical events to log are - correct 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 - correct answer ✔✔-has a category and level, sends content to an
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


Appender



Logging components - Appender - correct answer ✔✔-is an output destination (server console or
\| \| \| \| \| \| \| \| \| \| \| \| \| \|


rolling file) \|




Logging components - Layout - correct answer ✔✔-defines the format of the content sent to an
\| \| \| \| \| \| \| \| \| \| \| \| \| \| \| \|


appender



Logging Level - Trace - correct answer ✔✔-Description: Fine-grained informational events
\| \| \| \| \| \| \| \| \| \|




When to use: Log method entry and exit
\| \| \| \| \| \| \|

Document information

Uploaded on
June 2, 2025
Number of pages
23
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$22.99

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

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.
EXAMSTUDYPLUG
4.5
(242)
Sold
385
Followers
107
Items
20860
Last sold
1 week ago



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