function filterRecentTransactions(transactions : List<PolicyTransaction>) : Map<String, List<Double>> var latest = transactions.map(\t -> t.timestamp).max() // ... rest

1. Executive Summary Guidewire (a dominant player in insurance software—ClaimCenter, PolicyCenter, BillingCenter) uses Codility as its primary automated screening tool for engineering roles (Backend, Full Stack, DevOps, and even some SDET roles). Unlike generic LeetCode screenings, Guidewire’s test leans heavily into Gosu (its proprietary JVM-based language) and pragmatic problem-solving rather than pure algorithmic gymnastics.

arrow-down

Explore Fonts

Buy this font family from one of our official partners

Not sure which license fits your project, or have questions about usage?
Contact us for tailored advice or to request a custom license for your company.
You can also visit our licensing page for more details.

Guidewire Codility Test -

function filterRecentTransactions(transactions : List<PolicyTransaction>) : Map<String, List<Double>> var latest = transactions.map(\t -> t.timestamp).max() // ... rest

1. Executive Summary Guidewire (a dominant player in insurance software—ClaimCenter, PolicyCenter, BillingCenter) uses Codility as its primary automated screening tool for engineering roles (Backend, Full Stack, DevOps, and even some SDET roles). Unlike generic LeetCode screenings, Guidewire’s test leans heavily into Gosu (its proprietary JVM-based language) and pragmatic problem-solving rather than pure algorithmic gymnastics.