Guidewire InsuranceSuite-Developer Actual Free Exam Questions & Community Discussion
Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)
Correct Answer: A,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
A developer wrote the following query to create a list of activities sorted by activity pattern, and then returns the first activity for a failed policy bind:

This query uses the sortBy() and firstwhere() methods which are anti-patterns. Where should the developer handle the filtering and sorting to follow best practices?

This query uses the sortBy() and firstwhere() methods which are anti-patterns. Where should the developer handle the filtering and sorting to follow best practices?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Database Consistency Checks classified as ' Other data integrity expectations ' in Guidewire Cloud must be addressed before deploying code into production in the Cloud. Which two are best practices for resolving these errors? (Select two)
Correct Answer: A,E
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
The company has requested to group 3 new Pages, within Claim Details, in the left navigation. Which configuration best practice should be used to implement this requirement?
Correct Answer: E
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
An insurance carrier plans to launch a new product for various types of Recreational Vehicles (RVs)-such as motorhomes, boats, motorcycles, and jet skis. When collecting information to quote a policy, all RVs share some common details (like purchase date, price, year, make, and model), but each type also has its own unique properties. According to best practices, what should be done to configure the User Interface so that only the relevant RV details are shown when creating a policy quote? Select Two
Correct Answer: D,F
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
When creating an entity enhancement in Gosu, which of the following practices are recommended? (Choose 2)
Correct Answer: D,E
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the image of GroupParentView:

What configuration is needed to add Group.GroupType to a list view using GroupParentView following best practices?

What configuration is needed to add Group.GroupType to a list view using GroupParentView following best practices?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
ContactManager provides an inline reference to an editable list view on the Contact Basics screen that supports adding and editing of banking information for contacts. The screenshot below shows this list view in Studio. There is an error within the red outline.

Which configuration changes are necessary to resolve the error? (Select two)

Which configuration changes are necessary to resolve the error? (Select two)
Correct Answer: A,B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
An insurer wants to add a new typecode for a loan account to a base typelist, BankAccountType, that has not been extended. Which step must a developer take to perform this task following best practices?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the following Gosu method definition:
function calculateDiscount( amount : Decimal ) : amount {
if ( amount > 1000 ) {
return amount * 0.10
}
else {
return amount * 0.05
}
}
Identify the two errors in this Gosu method definition.
function calculateDiscount( amount : Decimal ) : amount {
if ( amount > 1000 ) {
return amount * 0.10
}
else {
return amount * 0.05
}
}
Identify the two errors in this Gosu method definition.
Correct Answer: A,B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
An insurer wants to add a new typecode for an alternate address to a base typelist EmployeeAddress that has not been extended. Following best practices, which step must a developer take to perform this task?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
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?
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?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
According to the training, which application in Guidewire Home is used to configure custom quality gates for pre-merge or pre-promotion stages within the GWCP pipeline? (Select Two)
Correct Answer: C,F
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10
