Guidewire InsuranceSuite-Developer - Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam
Total 150 questions
When creating an entity enhancement in Gosu, which of the following practices are recommended? (Choose 2)
Which GUnit base class is used for tests that involve Gosu queries in PolicyCenter?
Given the following screen showing a DetailView in Guidewire Studio highlighted in red:
Which single item added directly to the detail view will correct the error shown, with no further errors?
A user needs to select a single item from a non-editable list and modify its properties. Which UI pattern is best practice to facilitate editing just the selected item?
A business analyst provided a requirement to create a list of Payment Types accepted by vendors. The list will include the values Cash, Credit Card, Debit Card, Check, and EFT. It will be linked to Company Vendors. Following best practices for creating a new typelist, how can this requirement be configured in the data model?
A developer has completed a configuration change in an InsuranceSuite application on their local environment. According to the development lifecycle described in the training, which initial steps are required to move this change towards testing and deployment? Select Two
A Guidewire developer is assigned to create a new List View (LV). Which two objects are required for the list view to appear on the Studio canvas with no errors or red showing? (Select two)
Given the method below:
public function FriendlyGreeting (name: String): String {
if (name == null or name.length == 0) throw " Requires a non-empty string! "
return " Hello, " + name + " ! "
}
What best practice is violated in the code?
Guidewire Home provides self-service capabilities for managing storage access permissions for InsuranceSuite. According to the training, which app in Guidewire Home is used for this purpose?
Which log message follows logging best practices in production?
