최신 Guidewire Certified Associate InsuranceSuite-Developer 무료샘플문제:
1. 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?
A) The " throw " statement is used without a matching " catch " statement.
B) The name of the method should be " friendlyGreeting " .
C) " return " cannot return more than one object; the method should make and return a String.
D) A method should not throw an exception.
2. A business analyst has a requirement to use either the EmailAddress1 or EmailAddress2 field on ABContact as the primary email address, which will be used in multiple places.
{
var emailAddress = this.EmailAddress1
if(StringUtils.isEmpty(emailAddress))
emailAddress = this.EmailAddress2
return emailAddress
}
Which enhancement component signature is appropriate for this implementation and follows best practice?
A) property get EmailAddress_Ext(): String
B) property set EmailAddress_Ext(emailAddress: String)
C) function emailAddress_Ext(): String
D) function determineEmailAddress_Ext()
3. Given the image:
Which container type must be added between Card and Input Column?
A) Input Set
B) Detail View
C) List View
D) Detail View PCF File
4. The results of a Guidewire Profiler analysis on a web page showed a large unaccounted-for time. The developer cannot identify which block of code is taking up so much time by examining the profiler output.
Which approach can help to account for the large time spent and improve reading of the profiler output?
A) Identify the PCF file name in the profiler output.
B) Print out the timestamp before and after the code blocks.
C) Create a function to calculate processing time in the class.
D) Surround the blocks of code with profiler tags.
5. 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.
A) The return type should be Decimal.
B) The variable amount is not initialized.
C) The variable name amount is not descriptive.
D) The method name calculateDiscount does not follow camel case.
E) The return type amount is incorrect.
F) The comparison amount > 1000 is missing parentheses.
질문과 대답:
| 질문 # 1 정답: B | 질문 # 2 정답: A | 질문 # 3 정답: B | 질문 # 4 정답: D | 질문 # 5 정답: A,E |














839 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
