Guidewire InsuranceSuite 10.0 Analyst Certification Guide, Exams of Nursing

A comprehensive overview of key concepts and terminologies related to guidewire insurancesuite 10.0, focusing on the analyst's role. It covers essential aspects such as the core programming language (gosu), application logic control, configuration options, and ui architecture. The document also delves into testing methodologies, including end-to-end testing, performance testing, and user acceptance testing (uat), along with the phases in which user stories are utilized. Furthermore, it explains the is data model, its components (entities and typelists), and their relationships, offering valuable insights for both developers and non-developers involved in guidewire implementations. Useful for those seeking certification or a deeper understanding of guidewire insurancesuite.

Typology: Exams

2024/2025

Available from 06/02/2025

Professor-Robert
Professor-Robert šŸ‡ŗšŸ‡ø

5

(1)

6.3K documents

1 / 33

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
GW ASSOCIATE CERTIFICATION - INSURANCESUITE 10.0 ANALYST WITH
COMPLETE SOLUTIONS GUARANTEED PASS
What is the core programming language for Guidewire? -
ANSWER ->Gosu
What does application logic control? - ANSWER ->Detail
behavior of the application
Code is used in.... - ANSWER ->Rules, Classes, Extensions
What can be configured? - ANSWER ->Validation,
Assignment, Function
Rules - ANSWER ->Validation, assignment, approval
routing
Classes - ANSWER ->Functions that return calculated
values & set values in fields
Extensions - ANSWER ->Added functionality to entities
Validation - ANSWER ->Specific rules for what data is
required
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21

Partial preview of the text

Download Guidewire InsuranceSuite 10.0 Analyst Certification Guide and more Exams Nursing in PDF only on Docsity!

GW ASSOCIATE CERTIFICATION - INSURANCESUITE 10.0 ANALYST WITH COMPLETE SOLUTIONS GUARANTEED PASS What is the core programming language for Guidewire? - ANSWER - >Gosu What does application logic control? - ANSWER - >Detail behavior of the application Code is used in.... - ANSWER - >Rules, Classes, Extensions What can be configured? - ANSWER - >Validation, Assignment, Function Rules - ANSWER - >Validation, assignment, approval routing Classes - ANSWER - >Functions that return calculated values & set values in fields Extensions - ANSWER - >Added functionality to entities Validation - ANSWER - >Specific rules for what data is required

Assignments - ANSWER - >Specific criteria for assigning objects to groups and users Function - ANSWER - >Calculate the number of days since a loss date How is configuration done by developers? - ANSWER -

Through Guidewire Studio What 5 common UI areas do all InsuranceSuite products share? - ANSWER - >Screen Area, Sidebar, Tab Bar, Info Bar, Workspace What does having a common UI architecture ensure? - ANSWER - >Familiar look and feel & reduced training time What area displays the business information? - ANSWER

  • Screen Area What area provides navigational menu links? - ANSWER - Sidebar Area QuickJump Box - ANSWER - >Provides a fast way to navigate within the GW application

Why would you what to find the Location info? - ANSWER - >To help the developers identify the file they will need to make changes to in order to satisfy Business requirements How to find widget info? (Keyboard Shortcut) - ANSWER -

ALT + SHIFT + W (Widget Inspector) What is a developer's role in configuration/project implementation team? - ANSWER - >To configure IS products to satisfy the customer's reqs by using the GW Studio tool 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 Components of a PCF (name 3) - ANSWER - >Card, Listview, Button, Text Input, Contact Picker, Radio button, Checkbox End-to-End testing - ANSWER - >Complete scripted testing of the day- to- day future-state business process.

Performance Testing - ANSWER - >Confirm system performance under normal and high load. Done to test if the system can handle the expected load. User Acceptance Testing (UAT) - ANSWER - >Testing for End Users with real world scenarios. What phases are User stories used in? - ANSWER - >Pre- inception, Inception, Sprint 0, and Development Story Elaboration - ANSWER - >Conversations that occur between the users and the project team during the Inception to ensure that all requirements are understood. What does INVEST stand for? - ANSWER - >Well written user stories are Independent, Negotiable, Valuable, Estimable, small, and testable Performance testing is done in which phase? - ANSWER -

Development & Stabilization Who are the three amigos? - ANSWER - >Business

Analyst, Developers, and Quality Analysts

Type keys - ANSWER - >Reference a single acceptable value in a typelist (i.e.. accident type or claim source) (dropdowns) Array keys - ANSWER - >a set of references to another entity (multiple rows) (i.e.. addresses or incidents) (lists) Foreign keys - ANSWER - >a single reference to another entity (single row) (i.e. catastrophe or assigned group) (codes/ account numbers) Data field - ANSWER - >Where a single value is stored; can be physically in the database or virtually created by Gosu code Foreign Key Field - ANSWER - >Stores a reference to a related object in the data model; unidirectional relationship ie. AssignedUser in Claim IS) Array - ANSWER - >Associates a set of related rows with the main entity; multidirectional relationship What are the 3 main sections of the data dictionary? - ANSWER - >Data Entities, Typelists and All Fields

What are the 2 specialized versions of Data Entities? And who are they used by? - ANSWER - >- Database and Migration view

  • Used by the implementation team What does the Data Dictionary show? - ANSWER - >- The meaning of a field
  • What fields are available
  • Where the field is used in GW UI Type filter - ANSWER - >Creates a subset of values valid for the type of claim; filter within type key within type list What can an array key used for in ClaimCenter? - ANSWER - >Linking several exposures with an incident (lost/damaged things), then linking several incidents with a claim What is the purpose of the Data Dictionary? - ANSWER -

To show the data elements that belong to entities and typelists What are some relationships between entities? - ANSWER - >Foreign Keys, Array Keys, and Type Keys

What are the 2 types of rules? - ANSWER - >Gosu Rules and Business Rules Gosu Rules - ANSWER - >Created in GW studio by developers; capable of handling more complex logic and cover a wider variety of business processes/objects; works on a specific business object/entity Business Rules - ANSWER - >Created in Business Rules admin screens by non-developers; meant for simpler logic What are 3 categories that Gosu rules can be organized in? - ANSWER - >- Approval

  • Assignment
  • Validation Approval Rules - ANSWER - >Triggered by creation or update of a financial transaction Assignment Rules - ANSWER - >Triggered by creation of business objects that can be assigned (ie. claims, activities, exposures) Validation Rules - ANSWER - >Triggered by creation or update of activity, claim, contact, exposure; different

from assignment rules because it can be triggered by an update and even wider variety of business objects What does a Gosu rule consist of? - ANSWER - >A condition that is either true or false, and an action that is executed Gosu Rules: Non-developer responsibilities - ANSWER - >- Determine business reqs for condition and action logic

  • Communicate requirements to developers Gosu Rules: Developer responsibilities - ANSWER - >- Determine correct category for rule
  • Code and test the rule logic How do non-developers use business rules? - ANSWER -

Used to create Activities, Exposures, and Reserves

What are the 4 components of a Business rule? - ANSWER - >-Basic info

  • Applicability criteria
  • Rule conditions
  • Actions
  • Developer: writes code, determines if the code applies to one or multiple objects, implements the req and tests it How are Gosu classes determined? - ANSWER - >They are based on Business objects Utility classes - ANSWER - >handle common, reusable tasks and calculations How do GW apps use entity names? - ANSWER - >To represent a business object as a text string Entity names - ANSWER - >Text displayed in the UI for business objects Can entity names be modified? - ANSWER - >Yes, if the insurance carrier wants to include different info. ONLY developers can create and modify entity names How is logic configured into an entity name? - ANSWER -

two or more information/logic fields can be combined to create an entity name (ie. order number of claim + los party + exposure type + claimant name)

How do you determine app logic changes? - ANSWER - >- review the fields on each screen and identify any fields to be added or removed (Screen content)

  • look at how a user would navigate through the screen(s) and see if you need to change anything (Screen navigation)
  • consider what validations are needed when entering data and if a user should be warned when data is missing (Field Validation)
  • review options for assigning work to users and document the reqs (Assignment options)
  • when claims and exposures are created, are there activities that should be created (Initial workplan)
  • should exposures be created when loss details are captured (Exposure creation)
  • does sufficient history exist to create reserves for new exposures (Initial reserves) Provide an example of why a non-developer should have a basic understanding of app logic? - ANSWER - >- Most projects require some changes to the app logic
  • Non-developers define reqs for Ui changes
  • Non-developers help define reqs for Gosu rules
  • Non-developers define reqs for business rules

What are common GW Integration points? - ANSWER - >- Authentication systems

  • Doc management systems
  • Address book application systems Why understand Integration? - ANSWER - >-To assist with documenting reqs and communicating them to developers (Data mapping between systems)
  • Integ. logic determines how IS apps communicate with external systems (written in Gosu)
  • Timing
  • Understanding what triggers the integration and triggers in general IS Integration Mechanisms - ANSWER - >-Predefined plugins
  • Web Services
  • Messaging
  • Startable plugins
  • Batch processes Predefined plugins - ANSWER - >Gosu classes that a GW app invokes to perform an action or calculate a result at a specific time in its business logic

Web Services - ANSWER - >Define request-and-response APIs that let you call an API on a remote computer or get info from an remote computer; XML-based information exchange system; GW can both publish and consume internet web services Messaging - ANSWER - >GW app is programmed to send a message to an external system when an important event occurs. (ie. A change triggers and event that executes Gosu code) External system only receives messages for successful events and sends an acknowledgement that the message was received in response Startable plugins - ANSWER - >Custom code that begins executing during server startup; not evoked by another code but can be stopped and started as required; listens for requests from an external system Batch processes - ANSWER - >Run in the background and perform tasks independent of an admin; execute on a batch server; reports results to a log or the user interface; Runs according to a schedule/periodic basis and is not triggered by a specific event

What stages of the Guidewire lifecycle are done in sprints? - ANSWER - >Inception, Development, and Stabilization. Because these are done as a set of sprints, each step in these phases is repeated many times during that phase What phases are considered "Delivery phases"? - ANSWER - >Development, Stabilization, Deployment What is a commonality between all phases of the Guidewire lifecycle? - ANSWER - >Project Tracking and Guidance What are the key Pre-inception deliverables? - ANSWER -

-Business case

  • Inception logistics
  • Workshops
  • Business resources trained
  • User Stories mapped to business case
  • Project governance defined
  • Methodology aligned
  • Project tools identified What happens during the inception phase? - ANSWER - >- The team reviews the base configuration functionality and identifies requirements for any changes needed
  • Confirm scope, estimate, and plan the project iterations
  • Introduce Agile concepts What are the key Inception deliverables? - ANSWER - >- Estimated user stories
  • Committed product backlog
  • Conceptional sprint plan
  • Infrastructure plan
  • Integration context diagram
  • Gap analysis
  • High-level integration designs
  • Sandbox installed
  • Trained resources What are points and T-shirt sizes? - ANSWER - >Iteration (3-4 week sprint) = The suitcase Velocity = How many T-shirts can fit in the suitcase Points = Relative size of T-shirts-Fibonacci 1 pt - XS 2 pts - S 3 pts - M 5 pts - L 8 pts - XL