INSURANCE SUITE FUNDAMENTALS
10.0 EXAM BRAND NEW ACTUAL
EXAM WITH ANSWERS.
Which insurancesuite products integrate with CustomerEngage-
Quote and Buy? - correct answer -PolicyCenter
Which insurancesuite products integrate with ProducerEngage? -
correct answer -PolicyCenter, BillingCenter, and ClaimCenter.
ContactManager for vehicle repair selection only.
Which insurancesuite products integrate with CustomerEngage-
Account Management? - correct answer -PolicyCenter,
BillingCenter, and ClaimCenter. ContactManager for vehicle
repair selection only.
To which PolicyCenter directory does Digital code deploy to when
installing the Digital back-end? - correct answer -
<PolicyCenter>modules/configuration/gsrc/edge
, Page | 2
When installing Digital code to InsuranceSuite, which parameter
instructs the deployment artifact to install to ClaimCenter? -
correct answer ---target<ClaimCenter path>
ex: java -jar bin\portal-deploy-0.3.19.jar --
targetC:\Guidewire\ClaimCenter
Digital services are comprised of what types of InsuranceSuite
classes? - correct answer -Handlers, data transfer objects,
plugins, and utility classes
Digital apps communicate with InsuranceSuite apps using which
type of requests? - correct answer -JSON-RPC. (dat sync and
migration APIs for Salesforce apps use REST APIs in addition to
JSON-RPC requests)
How are InsuranceSuite entity instances updated using DTO
instances? - correct answer -1. DTO instance passed to digital
services RefUpdater instance
2. RefUpdater instance matches DTO instance to entity instance
using PublicID
3. Matched entities are updated using DTO instance values
, Page | 3
4. New entity instances are created if no match identified
What are the three tiers in GW application architecture - correct
answer -Data, application, presentation (or user interface/web
clients)
In which tier are the following used? PCF Files, Gosu, and Data
model entities? - correct answer -Presentation, application, and
data respectively
For each of the following, identify if it is stored as a database
table, as a table column, or not stored in the database at all:
a) An entity (such as ABContact)
b) A physical data field (such as ABContact.CreateTime)
c) A virtual data field (such as ABContact.FullName)
d) A foreign key field (such as ABContact.AssignedUser) - correct
answer -a) table
b) column
c) not stored
d) column (foreign key column)