Guidewire InsuranceSuite-Developer - Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam
Total 77 questions
In the Extensions folder, there is a typelist file named BusinessType.ttx containing three typecodes: Insurer, Broker, and Agency. The business analysts have requested an additional typecode:Reinsurer. How should this typecode be added?
Which two are capabilities of the Guidewire Profiler? (Select two)
An insurer stores the date a company was established in the company records. A business analyst identified a new requirement to calculate a company's years in business at the time a loss occurred. The years in business will be determined using the date established field and the claim date of loss.
The image below shows the Contact structure in the data model:

Which configuration steps will satisfy the requirement? (Select two)
The Cost entity contains the fields TotalPremium and Tax. The application needs to calculate the total cost as a sum of those two fields dynamically and wants to create a reusable solution. Which configuration is appropriate and efficient to achieve this task?
Which two types of InsuranceSuite projects does the Cloud Assurance process apply to? (Select two)
Given this function:
Code snippet
929 public function checkConnection() {
930 try
931 {
932 var conn = DriverManager.getConnection(url)
933 // logic here
934 }
935 catch (e : Exception)
936 {
937 // handle exception
938 }
939 }
What action will align the function with Gosu best practices?
An insurer plans to offer coverage for pets on homeowners policies. Whenever the covered pet Is displayed in the user interface, it should consist of the pet's name and breed. For example:

How can a developer satisfy this requirement following best practices?
An insurer has extended the ABContact entity in ContactManager with an array of Notes. A developer has been asked to write a function to process all the notes for a given contact. Which code satisfies the requirement and follows best practices?
Which logging statement follows best practice?
Which statement is correct and recommended for writing GUnit tests?
