ACTUAL EXAM 100 QUESTIONS WITH DETAILED
VERIFIED ANSWERS (100% CORRECT ANSWERS) /
ALREADY GRADED A+
What are the four main areas of configuration in a Guidewire application? -
ANSWER: 1. User Interface
2. Data Model
3. Application Logic
4. Integration
What are some of the technologies used in InsuranceSuite applications? - ANSWER:
Page Configuration Format (PCF) files
Gosu (programming language)
What are some reasons for a non-developer to understand the technology stack? -
ANSWER: To determine what data is stored and if new requirements need additional
data elements.
To know how and where data is used.
To communicate what data may be needed beyond what is in the base
configuration.
To determine valid values or circumstances for the new data.
What are some examples of what can be configured in the User Interface? -
ANSWER: The order of fields, change labels, regroup fields (simple change).
Fields on a screen (moderate change).
Screens (complex change).
Screen-based logic (complex change).
What are some examples of what can be configured in the Data Model? - ANSWER:
Information that the base application does not store (add passport number).
Values for a Typelist (add valid values for AddressType or PhoneType).
Data to support regulatory requirements.
Why is it important for non-developers to understand the basics of the UI
architecture and components? - ANSWER: So that they can request changes to the UI
that are consistent with the base product architecture and communicate effectively
with developers,
What are five common areas of the UI architecture? - ANSWER: 1. The Screen Area
2. The Sidebar
3. The Tab Bar
4. The Info Bar
5. The Workspace
, Name three components of a PCF - ANSWER: Card
ListView
Button
Text Input
Contact Picker
Radio button
Checkbox
What keyboard shortcut provides just the location information for a screen viewed
in an InsuranceSuite product? - ANSWER: ALT+SHIFT+I displays the Location Info
window
What tool does a developer use to configure InsuranceSuite products? - ANSWER:
Guidewire Studio
What are the two main components of the data model? - ANSWER: 1. Entities
2. Typelists
What is the purpose of the Data Dictionary? - ANSWER: It shows the data elements
that belong to entities and typelists
What are some of the relationships between entities? - ANSWER: Foreign keys - a
link to a single row in another entity
Array keys - a link to multiple rows in another entity
Type keys - a link to a specific value in a typelist
Why should a non-developer have a basic understanding of application logic? -
ANSWER: - Most projects require some changes to application logic
- Non-developers define requirements for UI changes
- Non-developers help define requirements for Gosu rules
- Non-developers define requirements for business rules
Name two places where application logic exists. - ANSWER: Gosu rules
Business rules
The User Interface
Classes
Entity Names
What are two types of rules and who is responsible for developing each? - ANSWER:
Gosu rules - developers
Business rules - non-developers
What is the purpose of integration? - ANSWER: Integration allows two systems to
exchange data or perform work.
Why is it important for non-developers to have a basic understanding of integration?
- ANSWER: Non-developers assist with documenting requirements including data