1/100
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
False
(True/False) Array Key fields are stored in the database.
True
(True/False) Array Key fields are stored in the data model.
True
(True/False) You should regenerate the Data Dictionary whenever the data model is extended.
True
(True/False) You should regenerate the Data Dictionary when any data model related changes have been made in UI components.
Extensions
TTX files exist only in this directory
Metadata
Typelist files under this directory are read-only and are part of the base configuration.
Alt Shift T
Keyboard shortcut to get to the Server Tools screen in the browser.
Alt Shift L
Keyboard shortcut used to deploy PCF changes in the browser.
False
(True/False) Studio’s “Reload Changed Classes” option will reload PCF changes without the need for a server restart.
True
(True/False) Studio’s “Reload Changed Classes” option will reload Gosu class changes without the need for a server restart.
True
(True/False) Studio’s “Reload Changed Classes” option will reload Gosu enhancement changes without the need for a server restart.
id, value
The 2 required properties for all atomic widgets.
Root Object
In PCF Container Widgets, this is the data object that can provide values to local PCF variables and is used to display and edit data.
True
(True/False) Detail Views stored in a standalone PCF file can be referenced by multiple other PCF files.
False
(True/False) You can add Edit Buttons directly to an inline detail view widget.
Forward
A Location which typically navigates to one of several other Locations based on business logic
complex to simple
Gosu Assignment Rules should typically be ordered from _______ to _______, exiting the ruleset once assigned.
this
The keyword that is required to reference the object’s base fields from within an enhancement
True
(True/False) From within an enhancement, you need to use the this keyword to access the object’s base fields.
addToNotes()
The method used to add a Note object to an instance of ABContact, for use with the toAdd property of a RowIterator
Typefilter
A subset of typecodes that could be tied to a specific attribute
False
(True/False) If a Location’s canVisit property is false, the widget navigating to this location is visible.
False
(True/False) If a Location’s canVisit property is false, the widget navigating to this location is clickable.
True
(True/False) Validation Rules are acceptable validation logic at the UI level, and are preferred over UI Validation.
Required Available Visible Editable
The 4 properties that can contain an expression (RAVE)
True
(True/False) Bundles are in-memory entities
False
(True/False) GUnit can test Gosu Rules.
True
(True/False) GUnit can test Gosu classes.
True
(True/False) GUnit can test Gosu enhancements.
True
(True/False) GUnit can test Gosu code in UI Helper classes.
Structured Readable Fast
The 3 properties of good Unit Tests.
False
(True/False) A good unit test is dependent on other unit tests.
Web and Entry Point
The 2 types of Profilers
Alt Shift P
The keyboard shortcut used to access the Guidewire Profiler
Schema Validation
The process of detecting out-of-sync conditions between the data model and the physical database schema
Gosu Editor
Which pane in Studio do the results of Inspections appear in?
(True/False) A Popup can directly reference one or more Screen containers.
(True/False) An editable Detail View can contain a Toolbar with Edit Buttons.
(True/False) Only out-of-the-box entities can be subtyped.