Insurance Suite Fundamentals 10.0
Detailed questions and correct answers
score grade(A+).
What are the three tiers in GW application architecture -
ui ui ui ui ui ui ui ui ui
(correct answers)Data, application, presentation (or user interface/web clients)
ui ui ui ui ui ui ui ui
In which tier are the following used? PCF Files, Gosu, and Data model entities? -
ui ui ui ui ui ui ui ui ui ui ui ui ui ui
(correct answers)Presentation, application, and data respectively
ui ui ui ui ui ui
For each of the following, identify if it is stored as a database table, as a table column,
ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui
or not stored in the database at all:
ui ui ui ui ui ui ui
a) An entity (such as ABContact)
ui ui ui ui ui
b) A physical data field (such as ABContact.CreateTime)
ui ui ui ui ui ui ui
c) A virtual data field (such as ABContact.FullName)
ui ui ui ui ui ui ui
d) A foreign key field (such as ABContact.AssignedUser) - (correct answers)a) table
ui ui ui ui ui ui ui ui ui ui ui
b) column
ui
c) not stored
ui ui
d) column (foreign key column)
ui ui ui ui
For each of the following, identify if it is stored as a database table, as a table column,
ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui
or not stored in the database at all:
ui ui ui ui ui ui ui
a) an array key field (such as ABContact.Contact Notes)
ui ui ui ui ui ui ui ui
b) a typelist (such as VendorType)
ui ui ui ui ui
c) a typekey Field (such as ABContact.VendorType) -
ui ui ui ui ui ui ui
(correct answers)a) not stored in the database
ui ui ui ui ui ui ui
b) table
ui
c) column (foreign key column)
ui ui ui ui
Name two circumstances in which you would execute the gwb genDataDictionary co
ui ui ui ui ui ui ui ui ui ui ui
mmand. - ui
(correct answers)When you install app and when you extend Data Model (and are con
ui ui ui ui ui ui ui ui ui ui ui ui ui ui
, cerned with data model validation beyond schema validation in Entity Editor). If you
ui ui ui ui ui ui ui ui ui ui ui ui ui
modify system permissions or some other aspect of access and would need to regene
ui ui ui ui ui ui ui ui ui ui ui ui ui
rate the Security Dictionary.
ui ui ui
How many ETX files can a given entity have? -
ui ui ui ui ui ui ui ui ui
(correct answers)One ETX file per entity in most cases.
ui ui ui ui ui ui ui ui ui
What datatype do you enter for fields that will store...
ui ui ui ui ui ui ui ui ui
a) String values?
ui ui
b) Boolean values?
ui ui
c) Numbers with decimal values? - (correct answers)a) varchar
ui ui ui ui ui ui ui ui
b) bit
ui
c) decimal
ui
Which datatypes require columnParam subelements? -
ui ui ui ui ui
(correct answers)a) decimal requires precision and scale
ui ui ui ui ui ui ui
b) varchar requires size
ui ui ui
When does a GW app actually modify the physical structure of the database? -
ui ui ui ui ui ui ui ui ui ui ui ui ui
(correct answers)Physical structure of the database is only modified during start-up.
ui ui ui ui ui ui ui ui ui ui ui
Describe some of the differences between the files in the \Metadata\Typelist and \
ui ui ui ui ui ui ui ui ui ui ui ui
Extensions\Typelist folders - (correct answers)Metadata: OOTB typelists. Not- ui ui ui ui ui ui ui
editable. TIX and TTI files. ui ui ui ui
Extensions: contains editable items, developers are able to make modifications here.
ui ui ui ui ui ui ui ui ui ui ui
TTX and TTI files.
ui ui ui
Define the broad purpose for each element category:
ui ui ui ui ui ui ui ui
a) atomic widgets
ui ui
b) container widgets
ui ui
c) locations - (correct answers)a) display individual elements of data and/
ui ui ui ui ui ui ui ui ui ui
or functionality
ui
b) group atomic widgets into logical groups
ui ui ui ui ui ui
c) define how users move from one place in app to the next
ui ui ui ui ui ui ui ui ui ui ui ui
What does a PCF file define? -
ui ui ui ui ui ui
(correct answers)A container widget or location and its contents
ui ui ui ui ui ui ui ui ui
What does each PCF editor convention mean?
ui ui ui ui ui ui
a) A container widget shaded light blue
ui ui ui ui ui ui
b) a light green line
ui ui ui ui
Detailed questions and correct answers
score grade(A+).
What are the three tiers in GW application architecture -
ui ui ui ui ui ui ui ui ui
(correct answers)Data, application, presentation (or user interface/web clients)
ui ui ui ui ui ui ui ui
In which tier are the following used? PCF Files, Gosu, and Data model entities? -
ui ui ui ui ui ui ui ui ui ui ui ui ui ui
(correct answers)Presentation, application, and data respectively
ui ui ui ui ui ui
For each of the following, identify if it is stored as a database table, as a table column,
ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui
or not stored in the database at all:
ui ui ui ui ui ui ui
a) An entity (such as ABContact)
ui ui ui ui ui
b) A physical data field (such as ABContact.CreateTime)
ui ui ui ui ui ui ui
c) A virtual data field (such as ABContact.FullName)
ui ui ui ui ui ui ui
d) A foreign key field (such as ABContact.AssignedUser) - (correct answers)a) table
ui ui ui ui ui ui ui ui ui ui ui
b) column
ui
c) not stored
ui ui
d) column (foreign key column)
ui ui ui ui
For each of the following, identify if it is stored as a database table, as a table column,
ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui
or not stored in the database at all:
ui ui ui ui ui ui ui
a) an array key field (such as ABContact.Contact Notes)
ui ui ui ui ui ui ui ui
b) a typelist (such as VendorType)
ui ui ui ui ui
c) a typekey Field (such as ABContact.VendorType) -
ui ui ui ui ui ui ui
(correct answers)a) not stored in the database
ui ui ui ui ui ui ui
b) table
ui
c) column (foreign key column)
ui ui ui ui
Name two circumstances in which you would execute the gwb genDataDictionary co
ui ui ui ui ui ui ui ui ui ui ui
mmand. - ui
(correct answers)When you install app and when you extend Data Model (and are con
ui ui ui ui ui ui ui ui ui ui ui ui ui ui
, cerned with data model validation beyond schema validation in Entity Editor). If you
ui ui ui ui ui ui ui ui ui ui ui ui ui
modify system permissions or some other aspect of access and would need to regene
ui ui ui ui ui ui ui ui ui ui ui ui ui
rate the Security Dictionary.
ui ui ui
How many ETX files can a given entity have? -
ui ui ui ui ui ui ui ui ui
(correct answers)One ETX file per entity in most cases.
ui ui ui ui ui ui ui ui ui
What datatype do you enter for fields that will store...
ui ui ui ui ui ui ui ui ui
a) String values?
ui ui
b) Boolean values?
ui ui
c) Numbers with decimal values? - (correct answers)a) varchar
ui ui ui ui ui ui ui ui
b) bit
ui
c) decimal
ui
Which datatypes require columnParam subelements? -
ui ui ui ui ui
(correct answers)a) decimal requires precision and scale
ui ui ui ui ui ui ui
b) varchar requires size
ui ui ui
When does a GW app actually modify the physical structure of the database? -
ui ui ui ui ui ui ui ui ui ui ui ui ui
(correct answers)Physical structure of the database is only modified during start-up.
ui ui ui ui ui ui ui ui ui ui ui
Describe some of the differences between the files in the \Metadata\Typelist and \
ui ui ui ui ui ui ui ui ui ui ui ui
Extensions\Typelist folders - (correct answers)Metadata: OOTB typelists. Not- ui ui ui ui ui ui ui
editable. TIX and TTI files. ui ui ui ui
Extensions: contains editable items, developers are able to make modifications here.
ui ui ui ui ui ui ui ui ui ui ui
TTX and TTI files.
ui ui ui
Define the broad purpose for each element category:
ui ui ui ui ui ui ui ui
a) atomic widgets
ui ui
b) container widgets
ui ui
c) locations - (correct answers)a) display individual elements of data and/
ui ui ui ui ui ui ui ui ui ui
or functionality
ui
b) group atomic widgets into logical groups
ui ui ui ui ui ui
c) define how users move from one place in app to the next
ui ui ui ui ui ui ui ui ui ui ui ui
What does a PCF file define? -
ui ui ui ui ui ui
(correct answers)A container widget or location and its contents
ui ui ui ui ui ui ui ui ui
What does each PCF editor convention mean?
ui ui ui ui ui ui
a) A container widget shaded light blue
ui ui ui ui ui ui
b) a light green line
ui ui ui ui