Quizizz June

Quizizz June

Assessment

Quiz

Created by

xuan nguyen

Architecture

2nd Grade

3 plays

Hard

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following variable names adheres to the General Gosu naming conventions?
claimNumber
Claim_number
claim_number
CLAIM_NUMBER
All

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If you were to create a new function for calculating the sum of two numbers, what would be an appropriate name according to General Gosu naming conventions?
CalculateSum_Ext
calculateSum_Ext()
CalculateSum()
calculateSum()
CalculateSum(

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following class names complies with General Gosu naming conventions?
personUtility_Ext
PersonUtility_ext
PersonUtility_Ext
personUtility_ext

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between RequestVar and SessionVar?
RequestVar is used to store data for the current request only, while SessionVar is used to store data for the entire user session
RequestVar is used to store data for the entire user session, while SessionVar is used to store data for the current request only.
There is no difference between RequestVar and SessionVar.
RequestVar and SessionVar are not related to each other.
It is same

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a best practice when configuring claim center rules?
Keep rule sets simple and concise
Use complex logic in rule sets to cover all scenarios
Combine multiple rules into a single rule set to simplify maintenance
Hard-code values into the rules to improve performance
Don’t care

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why does Guidewire recommends that you use the utility functions of gw.api.util.DateUtil instead java.util.Date in working with dates?
DateUtil provides more utility functions that operate on date and time data than java.util.Date
The utility functions in DateUtil derive their time from the system time
The utility functions in DateUtil derive their time from the ClaimCenter database time
The utility functions in DateUtil derive their time from the ClaimCenter application time

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you want to know only whether a result or query object fetched anything from the application database, which property is the best choice?
Empty
Count
Exist
None of above.

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?