Config Kickstart Lessons Flashcards

All Kickstart Lessons for PC 10.0 Config except Configuring Job Wizards

1
Q

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

A) PolicyLine
B) Coverable
C) Coverage
D) Cost
E) Form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A

1) 6 coverables
2) 6 coverages
3) 2 costs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of the UserRoleAssignment entity?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When you navigate between locations in a location group, what changes? What remains the same?

A

The contents of the screen area changes. The menu links, menu actions, and info bar remain the same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What two things can a location ref point to?

A

A child location group or a page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens if a location group’s canVisit attribute evaluates to false?

A

The location group is not rendered in the UI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When viewing a location group PCF file in Studio, which Studio tab specifies how to navigate to a particular location group?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name the plugin that maps the AccountContactRole to the PolicyContactRole in the default application.

A

ContactConfigPlugin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name the 4 types of contact patterns available that occur in the base configuration of PolicyCenter.

A

Normal
Singleton
Simple Details
Join Details

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is LocationNum?

A

LocationNum is the field that stores the sequential location number for accounts and policies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How are locations numbered between account and policies?

A

Locations are numbered separately between accounts and policies using LocationNum field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which LoBs in the base configuration have extendable location-related entities?

A

Inland Marine
Commercial Property
Businessowners

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do EffDated entities do?

A

EffDated entities are created to track the state of an entity over effective time. They have an effective date and an expiration date.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the difference between effective time and model time?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is underwriting authority?

A

Underwriting authority is a combination of underwriting rules and an underwriting infrastructure which user can modify or augment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the UW rule define?

A

A UW rule defines:

1) The UW issue type, and
2) The conditions to raise the issue in the base product.

17
Q

What is the UW rule context?

A

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.

18
Q

What values should be used as IssueKey to raise UW issues?

A

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.

19
Q

Should the IssueKey value be changed after a UW rule is in production?

A

No. Guidewire recommends that you do not change the algorithm for forming the key for an issue once that rule is in production.

20
Q

Name three blocking points for a UW issue.

A

Quote
Bind
Pre-quote
Issuance

21
Q

What is a checking set?

A

A checking set is a point in a job at which UW issues can be raised such as pre-quote, bind, or pre-issuance.

22
Q

What does an authority grant allow users to do?

A

Authority grants allow users to approve a specific issue defined in a UW rule.

23
Q

What is an authority profile?

A

Authority profiles are collections of authority grants and can be assigned to users.

24
Q

Name three policy-related objects in PolicyCenter on which class-based validation is performed.

A

PolicyContactRole
PolicyLocation
PolicyPeriod

Any LOB entities or any other policy-specific entities.

25
Q

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

A) True
B) True
C) False

26
Q

Name the validation context method that produces a string of methods that were visited as validation was performed.

A

showVisited()

This method shows a list of methods as a string that were visited as validation was performed.

27
Q

Define validation chaining.

A

Validation chaining is the process of one validation class calling another validation class to perform additional validation checks.

28
Q

Name the PCF attribute used to invoke class-based validation in a popup.

A

beforeCommit

29
Q

Name the PCF attribute used to invoke class-based validation in a job wizard.

A

beforeSave