1/36
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Guidewire Profiler
The primary investigative tool for application performance issues in production
Server Tools
The screen location containing Guidewire Profiler
Web
The type of profiler which captures the current user session in which the profiler was enabled
Entry Point
The type of profile which captures all runs of targeted components across all server nodes
False
(True/False) It’s important to clear PolicyCenter’s application cache frequently
True
(True/False) Clearing PolicyCenter’s application cache unloads cached rating tables and can have catastrophic results
Stack Trace
A vital debugging element that shows the widget or code where queries and issues originate
Production
Guidewire Profilers should be used to investigate performance issues in _________ environments
Development
Guidewire Profilers can be helpful for detecting early problems during ____________
GWPROF
The file extension for a Guidewire profiler output of a single Guidewire profiler session
False
(True/False) Guidewire profilers are persisted to the database
True
(True/False) Entry point profiles are persisted to the database
Configuration
From the Guidewire Profiler tool in the side menu, which submenu can you use to get to the controls to Enable Profiling?
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.
Frame
A single invocation of a profiled section of code
Stack
A collection of frames in a profiler
Profile
A collection of stacks in a profile
Web
(Web/Entry) This kind of profile features stack names that describe the navigation contained by the stack
Entry
(Web/Entry) This kind of profile features a stack name that identifies what is being profiled
True
(True/False) Laptops are much faster than most servers
False
(True/False) Process timings should be the main focus of analysis for developers
Profiler Tags
Profiler elements which allow you to block out sections of code and give them meaningful names for subsequent analysis
public static final
Every variable in a profiler tag should have these 3 modifiers
Schema Validation
The process that detects if the data model defined by your configuration files has become out of sync with the database schema
Database Consistency Checks
DBCC abbreviation stands for
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
True
(True/False) DBCCs write their execution results to the database
False
(True/False) DBCCs identify data issues before they occur
Alt Shift T
The keyboard shortcut for opening Server Tools in a Guidewire application
Server Tools
DBCCs can be run from this screen in a Guidewire Application
True
(True/False) DBCC results can be downloaded as a ZIP archive from the Guidewire application
True
(True/False) DBCCs should be run at regular intervals rather than waiting for specific occurrences, like major bi-annual software updates
True
(True/False) DBCCs should be run before deploying code to production
True
(True/False) Resolving database errors is an iterative process, often taking multiple cycles to fully eliminate all errors
False
(True/False) Removing an entity from the database will remove it from the data model automatically.
True
(True/False) DBCCs exist to check if you have bad data in your database.