Guidewire Associate Certification - InsuranceSuite Developer - Mammoth Proctored - InsuranceSuite-Developer FREE EXAM DUMPS QUESTIONS & ANSWERS

An insurer has a number of employees working remotely. Displaying the employee ' s name in a drop-down list must include the employee ' s location (e.g., John Smith - London, UK). How can a developer satisfy this requirement following best practices?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An insurer specializing in high-risk policies requires a new Account to provide at least three references. A Reference entity is created. What is the best practice for adding and displaying References on the Contact Summary page in TrainingApp?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
The following screenshot displays a segment of the menu items in the sidebar on a Guidewire application:

[Financials, Notes, Documents, Plan of Action, Services, Litigation, History]. The business analysts have uncovered a requirement that the Documents, History, Litigation, and Notes pages should be grouped under a single heading, to be called Legal Records. What is the best practice for accomplishing this?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
A ListView shows contacts related to a Claim. When a user clicks the contact name in a text cell, the UI should open a Worksheet showing details of that contact. The elementName property in the row iterator is currentContact. Which is the correct approach?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
A ListView shows related Policies for a policyholder. When a user clicks a Policy Number in a text cell, the UI should open a Popup showing details of that specific policy. The elementName property in the row iterator is currentPolicy. What is the correct syntax to open the popup?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An insurer needs to define a new Typecode on an existing base application Typelist. Which actions follow best practices for implementing this requirement in Guidewire InsuranceSuite? (Choose 2)
Correct Answer: C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Given this function:
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?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An insurer wants to determine how many activities have been generated to review a denial decision with an Account Manager. A developer has written this query:
uses gw.api.database.Query
var queryResults = Query.make(Activity).select().toCollection().where(
\ act - > act.ActivityPattern.Code == " account_denial " )
This query does not perform as well as it should. Where should the results be filtered to follow best practices?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You have created a list view file BankAccountsLV that will display a list of bank accounts. You have added a Toolbar and Iterator Buttons, but when you try to select the Iterator related to the Iterator Buttons, the list of available Iterators is empty.
What is needed to fix this problem?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
In the data model, each contact is associated with an array of bank accounts. These bank accounts are displayed as a list in multiple places within ContactManager. You have started by creating a " BankAccountsLV " ListView. Which of the following are valid configuration steps?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Succeed Insurance needs to modify the ClaimCenter data model to add a new column to indicate the date and time that a contact on a claim was interviewed about the loss. This new field will be added to the existing Person entity. Following best practices, which of the following options satisfies this requirement?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Given the following code sample:
var newBundle = gw.transaction.Transaction.newBundle()
var targetCo = gw.api.database.Query.make(ABCompany)
targetCo.compare(ABCompany#Name, Equals, " Acme Brick Co. " )
var company = targetCo.select().AtMostOneRow
company.Notes = " TBD "
Following best practices, what two items should be changed to create a bundle and commit this data change to the database? (Select two)
Correct Answer: A,B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
What is a purpose of logging in deployed systems that follows best practices?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram 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: B,C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10