1.
Consider:
someFloatValue max: 1000000,
scale: 3,
default Hibernate column precision: 19

Which of the following will be a constraint to the scale in Grails?
2.
What is the precision value of the following Grails code:
someFloatValue max: 100, min: -100000
3.
In Grails, which of the following command lines is used to enable the read-write caching mechanism on a collection of instances:
1. cache: 'read-write' // or 'read-only' or 'transactional'
2. cache: 'read' // or 'read-only' or 'transactional'
3. cache: 'write' // or 'write-only' or 'transactional'
4.
Which of these denotes the idea of controller action execution in Grails?
5.
What is the port range to run the Grails server?
6.
In Grails, ‘src/test/groovy” comprises _____________________.
7.
Which of the following containers is not supported by Grails?
8.
In Grails, which of the following is best practice to create a new application and copy sources to it?
9.
Which of the following phases is not required in Grails?
10.
In Grails, which of the following classes is used for adding methods, properties, static methods, and constructors?