Config Kickstart Lessons Flashcards
All Kickstart Lessons for PC 10.0 Config except Configuring Job Wizards
Which entities below answer the business question of what is covered on the policy?
A) PolicyLine
B) Coverable
C) CoverableCov
D) Cost
E) Form
F) Job
G) UW Issue
A) PolicyLine
B) Coverable
C) Coverage
D) Cost
E) Form
Assume a given instance of PolicyCenter has 2 policy lines, each with 3 coverables. How many entities are there that store:
1) Coverables?
2) Coverages?
3) Costs?
1) 6 coverables
2) 6 coverages
3) 2 costs
What is the purpose of the UserRoleAssignment entity?
UserRoleAssignment is used to pair a user/group combination with an ownable object and a specific role on that object (such as “underwriter”).
Example - Assigning a review activity to UW Alice Applegate.
When you navigate between locations in a location group, what changes? What remains the same?
The contents of the screen area changes. The menu links, menu actions, and info bar remain the same.
What two things can a location ref point to?
A child location group or a page.
What happens if a location group’s canVisit attribute evaluates to false?
The location group is not rendered in the UI.
When viewing a location group PCF file in Studio, which Studio tab specifies how to navigate to a particular location group?
The Entry Points tab. The entry point identifies the “navigation name” of a location group as well as any objects needed when navigating to it.
Name the plugin that maps the AccountContactRole to the PolicyContactRole in the default application.
ContactConfigPlugin
Name the 4 types of contact patterns available that occur in the base configuration of PolicyCenter.
Normal
Singleton
Simple Details
Join Details
What is LocationNum?
LocationNum is the field that stores the sequential location number for accounts and policies.
How are locations numbered between account and policies?
Locations are numbered separately between accounts and policies using LocationNum field.
Which LoBs in the base configuration have extendable location-related entities?
Inland Marine
Commercial Property
Businessowners
What do EffDated entities do?
EffDated entities are created to track the state of an entity over effective time. They have an effective date and an expiration date.
What is the difference between effective time and model time?
Model time is the actual real-world time when policies are created or jobs are bound.
Effective time is the time dimension of the policy itself within the policy period.
What is underwriting authority?
Underwriting authority is a combination of underwriting rules and an underwriting infrastructure which user can modify or augment.
What does the UW rule define?
A UW rule defines:
1) The UW issue type, and
2) The conditions to raise the issue in the base product.
What is the UW rule context?
The UW rule context is the data supplied to the UW rule so that the objects in the context can be used to create rule conditions. It is defined in the context definition classes.
What values should be used as IssueKey to raise UW issues?
Values that uniquely identify the issue and do not change over the lifetime of the policy should be used to raise underwriting issues.
Example of a good IssueKey: the FixedID.
Should the IssueKey value be changed after a UW rule is in production?
No. Guidewire recommends that you do not change the algorithm for forming the key for an issue once that rule is in production.
Name three blocking points for a UW issue.
Quote
Bind
Pre-quote
Issuance
What is a checking set?
A checking set is a point in a job at which UW issues can be raised such as pre-quote, bind, or pre-issuance.
What does an authority grant allow users to do?
Authority grants allow users to approve a specific issue defined in a UW rule.
What is an authority profile?
Authority profiles are collections of authority grants and can be assigned to users.
Name three policy-related objects in PolicyCenter on which class-based validation is performed.
PolicyContactRole
PolicyLocation
PolicyPeriod
Any LOB entities or any other policy-specific entities.
True or false for validation?
A) All entities in PolicyCenter can be validated.
B) All validation classes must have a validateImpl or doValidate method.
C) The doValidate method should be the last method in a class.
A) True
B) True
C) False
Name the validation context method that produces a string of methods that were visited as validation was performed.
showVisited()
This method shows a list of methods as a string that were visited as validation was performed.
Define validation chaining.
Validation chaining is the process of one validation class calling another validation class to perform additional validation checks.
Name the PCF attribute used to invoke class-based validation in a popup.
beforeCommit
Name the PCF attribute used to invoke class-based validation in a job wizard.
beforeSave