| Exam Name: | Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam | ||
| Exam Code: | InsuranceSuite-Developer Dumps | ||
| Vendor: | Guidewire | Certification: | Guidewire Certified Associate |
| Questions: | 77 Q&A's | Shared By: | justin |
An insurer has identified a new requirement for company vendor contacts in ContactManager. If the Preferred Vendor9 field is set to Yes, display the new BBS Rating (Better Business Bureau) field.

Which two configuration changes will satisfy this requirement? (Select two)
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)
Given the following code sample:
Code snippet
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)