• Wrong document? Swap it for free
  • Written by students who passed
  • Immediately available after payment
  • Read online or as PDF
Sell
Where do you study
Your language
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

Insurance Suite Best Practices - Coding Standards and Best Practices Questions and Certified Answers

Document preview thumbnail
Preview 2 out of 9 pages

What are the lesson categories in the Best Practices course? - Answer General coding Early problem detection Cloud specific What are some of the benefits of having best practices and standards? - Answer Best practices and standards: - Produce standardized solutions - Ensure stability and integrity of custom code - Improve performance - Reduce rework and wasted effort - Save on maintenance - Promote security - Facilitate upgrades

Content preview

Insurance Suite Best Practices - Coding Standards and
Best Practices Questions and Certified Answers

What are the lesson categories in the Best Practices course? - Answer General coding

Early problem detection

Cloud specific



What are some of the benefits of having best practices and standards? - Answer Best practices and
standards:

- Produce standardized solutions

- Ensure stability and integrity of custom code

- Improve performance

- Reduce rework and wasted effort

- Save on maintenance

- Promote security

- Facilitate upgrades



Indicate whether this is a best practice, standard, or both:

Provides informal rules and recommendations. - Answer Best practice.



Indicate whether this is a best practice, standard, or both:

Promotes quality, efficiency, consistency. - Answer Both.



Indicate whether this is a best practice, standard, or both:

Written so that compliance can be independently determined. - Answer Standard.



Indicate whether this is a best practice, standard, or both:

Helps improve the quality of the software. - Answer Both

, What are the reasons to avoid using the com.guidewire.* classes, which are internal? - Answer - Internal
classes may be removed or modified in future versions



What should be done if internal classes (com.guidewire.*) are used? - Answer - Development team
should be made aware of their usage

- Support team can expose the package or find a substitute in a public package



When referencing typecode values in conditional statements, what is a standard to follow? - Answer
Always use the static properties on the typelist class to reference typecode values. Avoid using a string
representation of the typecode value.



if (claim.LossCause == LossCause.TC_REAREND) {

//some code

}



When writing a conditional with logical operators, should they be represented with text or symbol
formats? - Answer They should be represented with text formats because it produces clean code that is
easy to read.



Use "and" instead of &&, "or" instead of ||, and "not" instead of !



Where should code required to support screen operations be placed? - Answer In a UI helper class.
Avoid placing Gosu code directly in the code section of a PCF because it is easily overlooked.



What is an exception to the best practice regarding placing logic to a PCF file in a UI helper class? -
Answer If there is a small amount of code that is specific to the PCF, such as code that initializes a local
variable or entity type.



Why should you avoid extending entity enhancements to support UI operations? - Answer They are
meant for logic that extends a domain object.

UI code pollutes the interface of a domain object with logic useful to a small set of PCF files.

Document information

Uploaded on
August 21, 2025
Number of pages
9
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$12.59

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
Topscore101
5.0
(1)
Sold
6
Followers
0
Items
1880
Last sold
4 days 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