INSURANCESUITE LATEST
DEVELOPER
FUNDAMENTALS QUIZ
ANSWER ALL QUESTIONS IN THIS SECTION
QUESTION 1
Which statement violates a best practice for using logging levels?
Turn on DEBUG for production
QUESTION 2
Which statements describe best practices for logging exceptions? (select 3)
- If the exception is expected, log it at the WARN or INFO level
- If the UX is affected, log it at the ERROR level
- if the code cannot recover, log its info at the ERROR level
QUESTION 3
Which of the following are components of log data? (select 2)
- Code fields
- Context map fields
END OF
PAGE
1
, INSURANCESUITE LATEST
DEVELOPER
FUNDAMENTALS QUIZ
QUESTION 4
Which statements apply to Common Logging Format (CLF)? (select 3)
- It uses a structured data format that simplifies the parsing, indexing, and
searching of logs
- It is a standard format for logging messages using JSON
- It works with Log4j2 and the Structured Logger
QUESTION 5
Which of the following statements about Gosu classes are correct? (select 2)
- Add new classes to a customer package space
- To create a class, use the "class" keyword followed by the class name
QUESTION 6
Which of the following statements about Gosu methods are correct? (select 2)
- Method names should use a verb that reflects what the method does
- Restrict the scope of methods to what is required
END OF
PAGE
2
, INSURANCESUITE LATEST
DEVELOPER
FUNDAMENTALS QUIZ
QUESTION 7
Which of the following statements about setter properties are correct? (select
2)
- They take a single input value and use it to modify the associated object
- The value given to a setter may or may not be stored in the DB
QUESTION 8
Which of the following statements about getter properties are correct? (select
2)
- They are used to calculate a derived value
- They can only return a value and should not alter any data
QUESTION 9
Which of the following statements regarding creating an enhancement is true?
Customer enhancements are created under a customer-specific package in Studio
END OF
PAGE
3
DEVELOPER
FUNDAMENTALS QUIZ
ANSWER ALL QUESTIONS IN THIS SECTION
QUESTION 1
Which statement violates a best practice for using logging levels?
Turn on DEBUG for production
QUESTION 2
Which statements describe best practices for logging exceptions? (select 3)
- If the exception is expected, log it at the WARN or INFO level
- If the UX is affected, log it at the ERROR level
- if the code cannot recover, log its info at the ERROR level
QUESTION 3
Which of the following are components of log data? (select 2)
- Code fields
- Context map fields
END OF
PAGE
1
, INSURANCESUITE LATEST
DEVELOPER
FUNDAMENTALS QUIZ
QUESTION 4
Which statements apply to Common Logging Format (CLF)? (select 3)
- It uses a structured data format that simplifies the parsing, indexing, and
searching of logs
- It is a standard format for logging messages using JSON
- It works with Log4j2 and the Structured Logger
QUESTION 5
Which of the following statements about Gosu classes are correct? (select 2)
- Add new classes to a customer package space
- To create a class, use the "class" keyword followed by the class name
QUESTION 6
Which of the following statements about Gosu methods are correct? (select 2)
- Method names should use a verb that reflects what the method does
- Restrict the scope of methods to what is required
END OF
PAGE
2
, INSURANCESUITE LATEST
DEVELOPER
FUNDAMENTALS QUIZ
QUESTION 7
Which of the following statements about setter properties are correct? (select
2)
- They take a single input value and use it to modify the associated object
- The value given to a setter may or may not be stored in the DB
QUESTION 8
Which of the following statements about getter properties are correct? (select
2)
- They are used to calculate a derived value
- They can only return a value and should not alter any data
QUESTION 9
Which of the following statements regarding creating an enhancement is true?
Customer enhancements are created under a customer-specific package in Studio
END OF
PAGE
3