1.
In Grails, which of the following denotes the number of SQL operations performed for every N SQL statements?
2.
In Grails, which of the following is the type of manual fetching in GORM?
3.
Which of the following methods does not reduce the number of database queries in Grails?
4.
In Grails, which of the following can be replaced by saving memory-related errors by the repeated use of eager fetching?
5.
Which of the following is a type of locking provided by GORM?
6.
In Grails, which of the following features of hibernate involves storing a version value in a special version column, which is incremented after each update?
7.
In Grails, a mismatch between version property and version value throws ___________________exception.
8.
In Grails, which of the following actions is performed by StaleObjectException?
9.
In Grails, which of the following methods is used to obtain a pessimistic lock on an instance?
10.
In Grails, which of the following locations holds a new controller?