Misc. Review - Guidewire Developer Exam

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/100

flashcard set

Earn XP

Description and Tags

Last updated 10:54 PM on 6/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

101 Terms

1
New cards

False

(True/False) Array Key fields are stored in the database.

2
New cards

True

(True/False) Array Key fields are stored in the data model.

3
New cards

True

(True/False) You should regenerate the Data Dictionary whenever the data model is extended.

4
New cards

True

(True/False) You should regenerate the Data Dictionary when any data model related changes have been made in UI components.

5
New cards

Extensions

TTX files exist only in this directory

6
New cards

Metadata

Typelist files under this directory are read-only and are part of the base configuration.

7
New cards

Alt Shift T

Keyboard shortcut to get to the Server Tools screen in the browser.

8
New cards

Alt Shift L

Keyboard shortcut used to deploy PCF changes in the browser.

9
New cards

False

(True/False) Studio’s “Reload Changed Classes” option will reload PCF changes without the need for a server restart.

10
New cards

True

(True/False) Studio’s “Reload Changed Classes” option will reload Gosu class changes without the need for a server restart.

11
New cards

True

(True/False) Studio’s “Reload Changed Classes” option will reload Gosu enhancement changes without the need for a server restart.

12
New cards

id, value

The 2 required properties for all atomic widgets.

13
New cards

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.

14
New cards

True

(True/False) Detail Views stored in a standalone PCF file can be referenced by multiple other PCF files.

15
New cards

False

(True/False) You can add Edit Buttons directly to an inline detail view widget.

16
New cards

Forward

A Location which typically navigates to one of several other Locations based on business logic

17
New cards

complex to simple

Gosu Assignment Rules should typically be ordered from _______ to _______, exiting the ruleset once assigned.

18
New cards

this

The keyword that is required to reference the object’s base fields from within an enhancement

19
New cards

True

(True/False) From within an enhancement, you need to use the this keyword to access the object’s base fields.

20
New cards

addToNotes()

The method used to add a Note object to an instance of ABContact, for use with the toAdd property of a RowIterator

21
New cards

Typefilter

A subset of typecodes that could be tied to a specific attribute

22
New cards

False

(True/False) If a Location’s canVisit property is false, the widget navigating to this location is visible.

23
New cards

False

(True/False) If a Location’s canVisit property is false, the widget navigating to this location is clickable.

24
New cards

True

(True/False) Validation Rules are acceptable validation logic at the UI level, and are preferred over UI Validation.

25
New cards

Required Available Visible Editable

The 4 properties that can contain an expression (RAVE)

26
New cards

True

(True/False) Bundles are in-memory entities

27
New cards

False

(True/False) GUnit can test Gosu Rules.

28
New cards

True

(True/False) GUnit can test Gosu classes.

29
New cards

True

(True/False) GUnit can test Gosu enhancements.

30
New cards

True

(True/False) GUnit can test Gosu code in UI Helper classes.

31
New cards

Structured Readable Fast

The 3 properties of good Unit Tests.

32
New cards

False

(True/False) A good unit test is dependent on other unit tests.

33
New cards

Web and Entry Point

The 2 types of Profilers

34
New cards

Alt Shift P

The keyboard shortcut used to access the Guidewire Profiler

35
New cards

Schema Validation

The process of detecting out-of-sync conditions between the data model and the physical database schema

36
New cards

Gosu Editor

Which pane in Studio do the results of Inspections appear in?

37
New cards
{0}
What is the proper format to add a display key entry in display_en_US.properties?
38
New cards
DisplayKey.get()
The Gosu method for displaying a display key, given its identifier.
39
New cards
True
(True/False) In order to pass a variable to a display key, you add it as the second argument to DisplayKey.get()
40
New cards
False
(True/False) ContactDetailsDV.Default.pcf is a valid name for a modal PCF.
41
New cards
False
(True/False) Subtypes are not stored in the database because they are virtual.
42
New cards
True
(True/False) When creating a subtype, the application creates one table per subtype hierarchy.
43
New cards
True
(True/False) When creating a subtype, the application automatically creates a typelist to identify the entity type from the other members of its hierarchy.
44
New cards
False
(True/False) The application creates one table per subtype hierarchy level to store the siblings in the same table based on hierarchy level.
45
New cards
True
(True/False) The application creates one table for the entire subtype hierarchy, regardless of hierarchy level.
46
New cards
decimal
The column type for a number with a decimal point when creating an entity field.
47
New cards
precision
The columnParam sub-element for a decimal number to specify how many decimal places to have.
48
New cards
this
The keyword used to reference physical fields, getter properties, setter properties, and functions of an entity in a Gosu enhancement.
49
New cards
True
(True/False) Subtype entities inherit the methods and properties defined in their parent entity's enhancement.
50
New cards
False
(True/False) Only out-of-the-box entities can be enhanced.
51
New cards
False
(True/False) Enhancement functions can only be referenced from PCF files.
52
New cards
False
(True/False) Properties added as enhancements are added to the database.
53
New cards
as
Gosu keyword used to cast from one data type to another
54
New cards
True
(True/False) Breakpoints work in .GS files.
55
New cards
False
(True/False) Breakpoints work in .ETI files.
56
New cards
False
(True/False) Breakpoints work in .GWP files.
57
New cards
True
(True/False) Breakpoints work in .JAVA files.
58
New cards
True
(True/False) Breakpoints work in .GSX files.
59
New cards
False
(True/False) Breakpoints work in .PCF files.
60
New cards
.*
In Gosu, the operator for Array expansion.
61
New cards
True
(True/False) Gosu Validation Rules work to validate entities changed in the UI.
62
New cards
True
(True/False) Gosu Validation Rules work to validate entities changed via an API call.
63
New cards
fieldvalidators.xml
The configuration file where you define field validators.
64
New cards
column-override
The tag used in an ETX file to override the validator of an out-of-the-box field
65
New cards
reject()
The method used to raise an error/warning in Validation Rules
66
New cards
Validatable
The delegate an entity needs to have a Validation Rule Set
67
New cards
True
(True/False) A Screen is a valid parent PCF for a reusable Detail View PCF.
68
New cards
False
(True/False) A Detail View is a valid parent PCF for a reusable Detail View PCF.
69
New cards
True
(True/False) A Card View is a valid parent PCF for a reusable Detail View PCF.
70
New cards
False
(True/False) A List View is a valid parent PCF for a reusable Detail View PCF.
71
New cards
True
(True/False) A List Detail View is a valid parent PCF for a reusable Detail View PCF.
72
New cards
False
(True/False) An Input Column is a valid parent PCF for a reusable Detail View PCF.
73
New cards
toRemove
The property of a Row Iterator Widget used to allow the removal of rows from a List View
74
New cards
Iterator Buttons
The widget that needs linked with a Row Iterator widget to allow the addition/removals of rows from a List View
75
New cards
False
(True/False) A Forward can directly reference one or more Screen containers.
76
New cards
False
(True/False) A Exit Point can directly reference one or more Screen containers.
77
New cards
False
(True/False) A Location Group can directly reference one or more Screen containers.
78
New cards
True
(True/False) A Worksheet can directly reference one or more Screen containers.
79
New cards
True
(True/False) A Wizard can directly reference one or more Screen containers.
80
New cards
True
(True/False) A Page can directly reference one or more Screen containers.
81
New cards
True

(True/False) A Popup can directly reference one or more Screen containers.

82
New cards
True
(True/False) A Card is a valid parent PCF for an inline Detail View.
83
New cards
False

(True/False) An editable Detail View can contain a Toolbar with Edit Buttons.

84
New cards
False
(True/False) Every Detail View must have an Input Set.
85
New cards
False
(True/False) To extend a typelist, that typelist's final property must be true.
86
New cards
True
(True/False) Entities marked as final cannot have subtypes.
87
New cards
False
(True/False) A custom subtype entity must be final.
88
New cards
False

(True/False) Only out-of-the-box entities can be subtyped.

89
New cards
True
(True/False) A custom subtype entity cannot have an ETX file.
90
New cards
True
(True/False) The canEdit property of a Popup needs to be set to true in order for it to work properly.
91
New cards
True
(True/False) A List View Input widget can be used to reference a List View PCF from an Input Set.
92
New cards
False
(True/False) A List View Input widget can be used to reference a List View PCF from a Screen.
93
New cards
False
(True/False) An Input Set Ref widget can be used to reference a List View PCF from an Input Set.
94
New cards
False
(True/False) A Panel Ref widget can be used to reference a List View PCF from an Input Column within a Detail View.
95
New cards
True
(True/False) A List View Input widget can be used to reference a List View PCF from an Input Column within a Detail View.
96
New cards
True
(True/False) A Panel Ref widget can be used to reference a List View PCF from a Screen.
97
New cards
True
(True/False) An Entity Name can be referenced from within Gosu rules by calling the entity's DisplayName property.
98
New cards
False
(True/False) If an Entity Name is not defined, referencing the DisplayName property will throw a runtime exception.
99
New cards
addToReports()
The data model contains the Official entity that has an array key called Reports of type Report. What is the generated method name to add a Report to the Reports array?
100
New cards
True
(True/False) An Input Set can contain another Input Set.