INSURANCE SUITE FUNDAMENTALS
10.0
What58are58the58three58tiers58in58GW58application58architecture58-58answer--
Data,58application,58presentation58(or58user58interface/web58clients)
In58which58tier58are58the58following58used?
58PCF58Files,58Gosu,58and58Data58model58entities?58-58answer--
Presentation,58application,58and58data58respectively
For58each58of58the58following,58identify58if58it58is58stored58as58a58database58table,58as58a
58table58column,58or58not58stored58in58the58database58at58all:
a)58An58entity58(such58as58ABContact)
b)58A58physical58data58field58(such58as58ABContact.CreateTime)
c)58A58virtual58data58field58(such58as58ABContact.FullName)
d)58A58foreign58key58field58(such58as58ABContact.AssignedUser)58-58answer--a)58table
b)58column
c)58not58stored
d)58column58(foreign58key58column)
For58each58of58the58following,58identify58if58it58is58stored58as58a58database58table,58as58a
58table58column,58or58not58stored58in58the58database58at58all:
a)58an58array58key58field58(such58as58ABContact.Contact58Notes)
b)58a58typelist58(such58as58VendorType)
c)58a58typekey58Field58(such58as58ABContact.VendorType)58-58answer--
a)58not58stored58in58the58database
b)58table
c)58column58(foreign58key58column)
Name58two58circumstances58in58which58you58would58execute58the58gwb58genDataDictio
nary58command.58-58answer--
When58you58install58app58and58when58you58extend58Data58Model58(and58are58concerned
58with58data58model58validation58beyond58schema58validation58in58Entity58Editor).58If58yo
u58modify58system58permissions58or58some58other58aspect58of58access58and58would58ne
ed58to58regenerate58the58Security58Dictionary.
, How58many58ETX58files58can58a58given58entity58have?58-58answer--
One58ETX58file58per58entity58in58most58cases.
What58datatype58do58you58enter58for58fields58that58will58store...
a)58String58values?
b)58Boolean58values?
c)58Numbers58with58decimal58values?58-58answer--a)58varchar
b)58bit
c)58decimal
Which58datatypes58require58columnParam58subelements?58-58answer--
a)58decimal58requires58precision58and58scale
b)58varchar58requires58size
When58does58a58GW58app58actually58modify58the58physical58structure58of58the58databas
e?58-58answer--Physical58structure58of58the58database58is58only58modified58during58start-
up.
Describe58some58of58the58differences58between58the58files58in58the58\Metadata\
Typelist58and58\Extensions\Typelist58folders58-58answer--
Metadata:58OOTB58typelists.58Not-editable.58TIX58and58TTI58files.
Extensions:58contains58editable58items,58developers58are58able58to58make58modification
s58here.58TTX58and58TTI58files.
Define58the58broad58purpose58for58each58element58category:58
a)58atomic58widgets
b)58container58widgets
c)58locations58-58answer--a)58display58individual58elements58of58data58and/
or58functionality
b)58group58atomic58widgets58into58logical58groups
c)58define58how58users58move58from58one58place58in58app58to58the58next
What58does58a58PCF58file58define?58-58answer--
A58container58widget58or58location58and58its58contents
What58does58each58PCF58editor58convention58mean?
a)58A58container58widget58shaded58light58blue
b)58a58light58green58line
c)58a58red58background58-58answer--
a)58container58widget58is58referenced58by58the58current58PCF58file58and58its58contents58a
re58contained58in58another58file
b)58for58currently58selected58widget58tool,58a58new58widget58of58that58type58will58be58plac
ed58in58the58current58location
c)58the58PCF58file58has58an58error58in58it
10.0
What58are58the58three58tiers58in58GW58application58architecture58-58answer--
Data,58application,58presentation58(or58user58interface/web58clients)
In58which58tier58are58the58following58used?
58PCF58Files,58Gosu,58and58Data58model58entities?58-58answer--
Presentation,58application,58and58data58respectively
For58each58of58the58following,58identify58if58it58is58stored58as58a58database58table,58as58a
58table58column,58or58not58stored58in58the58database58at58all:
a)58An58entity58(such58as58ABContact)
b)58A58physical58data58field58(such58as58ABContact.CreateTime)
c)58A58virtual58data58field58(such58as58ABContact.FullName)
d)58A58foreign58key58field58(such58as58ABContact.AssignedUser)58-58answer--a)58table
b)58column
c)58not58stored
d)58column58(foreign58key58column)
For58each58of58the58following,58identify58if58it58is58stored58as58a58database58table,58as58a
58table58column,58or58not58stored58in58the58database58at58all:
a)58an58array58key58field58(such58as58ABContact.Contact58Notes)
b)58a58typelist58(such58as58VendorType)
c)58a58typekey58Field58(such58as58ABContact.VendorType)58-58answer--
a)58not58stored58in58the58database
b)58table
c)58column58(foreign58key58column)
Name58two58circumstances58in58which58you58would58execute58the58gwb58genDataDictio
nary58command.58-58answer--
When58you58install58app58and58when58you58extend58Data58Model58(and58are58concerned
58with58data58model58validation58beyond58schema58validation58in58Entity58Editor).58If58yo
u58modify58system58permissions58or58some58other58aspect58of58access58and58would58ne
ed58to58regenerate58the58Security58Dictionary.
, How58many58ETX58files58can58a58given58entity58have?58-58answer--
One58ETX58file58per58entity58in58most58cases.
What58datatype58do58you58enter58for58fields58that58will58store...
a)58String58values?
b)58Boolean58values?
c)58Numbers58with58decimal58values?58-58answer--a)58varchar
b)58bit
c)58decimal
Which58datatypes58require58columnParam58subelements?58-58answer--
a)58decimal58requires58precision58and58scale
b)58varchar58requires58size
When58does58a58GW58app58actually58modify58the58physical58structure58of58the58databas
e?58-58answer--Physical58structure58of58the58database58is58only58modified58during58start-
up.
Describe58some58of58the58differences58between58the58files58in58the58\Metadata\
Typelist58and58\Extensions\Typelist58folders58-58answer--
Metadata:58OOTB58typelists.58Not-editable.58TIX58and58TTI58files.
Extensions:58contains58editable58items,58developers58are58able58to58make58modification
s58here.58TTX58and58TTI58files.
Define58the58broad58purpose58for58each58element58category:58
a)58atomic58widgets
b)58container58widgets
c)58locations58-58answer--a)58display58individual58elements58of58data58and/
or58functionality
b)58group58atomic58widgets58into58logical58groups
c)58define58how58users58move58from58one58place58in58app58to58the58next
What58does58a58PCF58file58define?58-58answer--
A58container58widget58or58location58and58its58contents
What58does58each58PCF58editor58convention58mean?
a)58A58container58widget58shaded58light58blue
b)58a58light58green58line
c)58a58red58background58-58answer--
a)58container58widget58is58referenced58by58the58current58PCF58file58and58its58contents58a
re58contained58in58another58file
b)58for58currently58selected58widget58tool,58a58new58widget58of58that58type58will58be58plac
ed58in58the58current58location
c)58the58PCF58file58has58an58error58in58it