최신Guidewire Associate Certification - InsuranceSuite Developer - Mammoth Proctored - InsuranceSuite-Developer무료샘플문제
문제1
Succeed Insurance is developing multiple policy lines of business (LOB). The LOBs they are implementing are Homeowners (HO), Commercial Auto (CA), and Personal Auto (PA). They want to show key data elements of these LOBs on the exposure screen in ClaimCenter. To support this, you will need to modify the ExposureDetailDV container to support the different LOBs. Following best practices, which of the following implementations should be used?
Succeed Insurance is developing multiple policy lines of business (LOB). The LOBs they are implementing are Homeowners (HO), Commercial Auto (CA), and Personal Auto (PA). They want to show key data elements of these LOBs on the exposure screen in ClaimCenter. To support this, you will need to modify the ExposureDetailDV container to support the different LOBs. Following best practices, which of the following implementations should be used?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
A developer needs to run multiple GUnit test classes so that they can be run at the same time. Which two statements are true about the included tests? (Select two)
A developer needs to run multiple GUnit test classes so that they can be run at the same time. Which two statements are true about the included tests? (Select two)
정답: B,E
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
As a developer you are creating a new Gosu class for Succeed Insurance. According to the course material, which of the following statements define how you should implement logging in your new class? (Choose Two)
As a developer you are creating a new Gosu class for Succeed Insurance. According to the course material, which of the following statements define how you should implement logging in your new class? (Choose Two)
정답: A,F
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
Succeed Insurance needs to implement a number of Gosu functions. Select the options that follow best practices. Select Two
Succeed Insurance needs to implement a number of Gosu functions. Select the options that follow best practices. Select Two
정답: E,F
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
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?
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?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
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?
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?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
In ClaimCenter, the Desktop- > Claims page contains a ListView that is backed by a View Entity ClaimDesktopView.eti. The company would like to add a column to the Claim Validation Level in this List View. Following best practice, which of the following steps are required to fulfill this requirement?
In ClaimCenter, the Desktop- > Claims page contains a ListView that is backed by a View Entity ClaimDesktopView.eti. The company would like to add a column to the Claim Validation Level in this List View. Following best practice, which of the following steps are required to fulfill this requirement?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
An insurer wants to prevent US phone numbers from containing the string " 555 " in the prefix (digits 4-6). In addition to a test for country, which validation expression will accomplish this?
An insurer wants to prevent US phone numbers from containing the string " 555 " in the prefix (digits 4-6). In addition to a test for country, which validation expression will accomplish this?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
As a developer for Succeed Insurance, you have been given a requirement to add the following options to a ContactManager typelist BusinessType that was provided with the product:
* Auto Repair Shop
* Home Inspector
* Collection Agency
Following best practices, which of the following options correctly adds these options to the existing typelist?
As a developer for Succeed Insurance, you have been given a requirement to add the following options to a ContactManager typelist BusinessType that was provided with the product:
* Auto Repair Shop
* Home Inspector
* Collection Agency
Following best practices, which of the following options correctly adds these options to the existing typelist?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
Succeed Insurance has information that they want to display on multiple pages with the same layout. Which PCF container types can be used to meet this requirement? (Choose 3)
Succeed Insurance has information that they want to display on multiple pages with the same layout. Which PCF container types can be used to meet this requirement? (Choose 3)
정답: A,B,D
설명: (KoreaDumps 회원만 볼 수 있음)
문제11
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?
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?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)