Download Guidewire Exam With 100% Correct And Verified Answers 2024 and more Exams Advanced Education in PDF only on Docsity! Guidewire Exam With 100% Correct And Verified Answers 2024 Code is used in - Correct Answer-Rules: validation, assignment Classes: Functions that return calculated values Extensions: added functionality to entities What can be configured (terms) - Correct Answer-Validation: Specific rules for what data is required Assignment: Specific criteria for assigning objects to groups Function: calculate the number of days since loss date What programing language is used? - Correct Answer-Gosu: (Like java) Two major components of data model - Correct Answer-1) Entities: Dynamic info which is held of stored about person/claim 2) Typelist: Static info used to define details of an entity like gender What can be configured in Data Model? - Correct Answer-1) Unstored info i.e passport # 2) Values for typelist 3) Data for reg. requirements Define Integrations with Examples - Correct Answer-Integration is sharing dat or transactions to or from an InsuranceSuite 1) External policy system 2) Gen. ledger 3) Check writing system Data passed and received from external system and its timing can be configured through guidewire studio Four main areas of configuration - Correct Answer-1) UI 2) Data model 3) Application logic 4) Integration Main tech used in Insurance suite app - Correct Answer-1) Page configuration format (PCF) files 2) Gosu programming language Why understand the technology stack? - Correct Answer-1) Determine what data is stored and if any new requirements need new data elements 2) Know how and where data is used 3) Communicate what data may be needed beyond base config 4) Determine valid values for new data Examples of what can be configured in UI - Correct Answer-1) Order of fields, change labels, regroup fields (Simple change) 2) Fields on a screen (moderate change) 3) Screens (complex change) 4) Screen based logic (complex) Why important to understand UI? - Correct Answer-So we can request changes to the UI that are consistent with the base product architecture and communicate with dev 5 common areas of UI architecture? - Correct Answer-1) Screen area 2) Sidebar 3) Tab bar 4) Info bar 5) WOrkspace Components of PCF - Correct Answer-1) Card 2) Listview 3) Button 4) Text input 5) Contact picker 6) Radio button 7) Checkbox Keyboard shortcut for location information - Correct Answer-ALT+SHIFT+I What tool does developer use to configure InsuranceSuite - Correct Answer-Guidewire Studio Purpose of the data dictionary - Correct Answer-shows data elements that belong to entities and typlists relationships between entities - Correct Answer-1) foreign keys- a link to a single row in another entity 2) Array keys- a link to multiple rows in another entity 3) Type keys: A link to a value in typlelist Why should you know application logic? - Correct Answer-1) Most projects require change to application logic 2) BA defines UI requirements 3) Help define requirements for GOSU rules 4) Define BR requirements Where does application logic exist? - Correct Answer-1) Gosu rules