System Health - InsuranceSuite Developer Fundamentals

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

1/36

flashcard set

Earn XP

Description and Tags

Last updated 6:49 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

37 Terms

1
New cards

Guidewire Profiler

The primary investigative tool for application performance issues in production

2
New cards

Server Tools

The screen location containing Guidewire Profiler

3
New cards

Web

The type of profiler which captures the current user session in which the profiler was enabled

4
New cards

Entry Point

The type of profile which captures all runs of targeted components across all server nodes

5
New cards

False

(True/False) It’s important to clear PolicyCenter’s application cache frequently

6
New cards

True

(True/False) Clearing PolicyCenter’s application cache unloads cached rating tables and can have catastrophic results

7
New cards

Stack Trace

A vital debugging element that shows the widget or code where queries and issues originate

8
New cards

Production

Guidewire Profilers should be used to investigate performance issues in _________ environments

9
New cards

Development

Guidewire Profilers can be helpful for detecting early problems during ____________

10
New cards

GWPROF

The file extension for a Guidewire profiler output of a single Guidewire profiler session

11
New cards

False

(True/False) Guidewire profilers are persisted to the database

12
New cards

True

(True/False) Entry point profiles are persisted to the database

13
New cards

Configuration

From the Guidewire Profiler tool in the side menu, which submenu can you use to get to the controls to Enable Profiling?

14
New cards

True

(True/False) Leaving profiling enabled after you are finished with it will cause it to continue to capture profiles every time an operation is called.

15
New cards

Frame

A single invocation of a profiled section of code

16
New cards

Stack

A collection of frames in a profiler

17
New cards

Profile

A collection of stacks in a profile

18
New cards

Web

(Web/Entry) This kind of profile features stack names that describe the navigation contained by the stack

19
New cards

Entry

(Web/Entry) This kind of profile features a stack name that identifies what is being profiled

20
New cards

True

(True/False) Laptops are much faster than most servers

21
New cards

False

(True/False) Process timings should be the main focus of analysis for developers

22
New cards

Profiler Tags

Profiler elements which allow you to block out sections of code and give them meaningful names for subsequent analysis

23
New cards

public static final

Every variable in a profiler tag should have these 3 modifiers

24
New cards
25
New cards

Schema Validation

The process that detects if the data model defined by your configuration files has become out of sync with the database schema

26
New cards

Database Consistency Checks

DBCC abbreviation stands for

27
New cards

Database Consistency Checks (DBCC)

These verify the integrity of data within the database by examining the values for each entity and ensuring they are consistent and noncontradictory

28
New cards

True

(True/False) DBCCs write their execution results to the database

29
New cards

False

(True/False) DBCCs identify data issues before they occur

30
New cards

Alt Shift T

The keyboard shortcut for opening Server Tools in a Guidewire application

31
New cards

Server Tools

DBCCs can be run from this screen in a Guidewire Application

32
New cards

True

(True/False) DBCC results can be downloaded as a ZIP archive from the Guidewire application

33
New cards

True

(True/False) DBCCs should be run at regular intervals rather than waiting for specific occurrences, like major bi-annual software updates

34
New cards

True

(True/False) DBCCs should be run before deploying code to production

35
New cards

True

(True/False) Resolving database errors is an iterative process, often taking multiple cycles to fully eliminate all errors

36
New cards

False

(True/False) Removing an entity from the database will remove it from the data model automatically.

37
New cards

True

(True/False) DBCCs exist to check if you have bad data in your database.