Q.1
Grails applications are equipped to support internationalization.
  • a) True
  • b) False
Q.2
Where can you find series of *.properties files.
  • a) /grails-app/
  • b) /grails-app/i18n/
  • c) /grails-app/i18n/WEB-INF
  • d) /grails-app/i18n/WEB-APP
Q.3
*.properties files allow Grails applications to display messages.
  • a) True
  • b) False
Q.4
Which locale (i.e., from an internationalization properties file) to use for a user is based on?
  • a) /grails-app/conf/spring/resource.groovy file
  • b) user’s browser language preferences
  • c) all of the mentioned
  • d) none of the mentioned
Q.5
There is no default configuration present in an application resource.groovy file.
  • a) True
  • b) False
Q.6
If you want to coerce users into using a specific language locale.
  • a) /grails-app/conf/spring/resource.groovy file
  • b) /grails-app/resource.groovy file
  • c) /grails-app/spring/resource.groovy file
  • d) none of the mentioned
Q.7
JSP Tag which declares statements using the Groovy.
  • a) g:message
  • b) g:string
  • c) g:msg
  • d) none of the mentioned
Q.8
Tag can also be used in GSP pages views.
  • a) g:message
  • b) g:string
  • c) g:msg
  • d) none of the mentioned
Q.9
Grails uses RDBMS as a permanent storage system.
  • a) True
  • b) False
Q.10
Grails comes preconfigured to use:-
  • a) MySql
  • b) PostgreSQL
  • c) Access
  • d) HSQLDB
Q.11
HSQLDB is a non-volatile database.
  • a) True
  • b) False
Q.12
Configure Grails to use another RDBMS by modifying:-
  • a) Data.groovy
  • b) DataSource.groovy
  • c) All of the mentioned
  • d) None of the mentioned
Q.13
Grails relies on the standard Java JDBC notation to specify RDBMS.
  • a) True
  • b) False
Q.14
DataSource properties, Class name for the JDBC driver.
  • a) driverClassName
  • b) dataSource properties
  • c) all of the mentioned
  • d) none of the mentioned
Q.15
Indicates whether to enable SQL logging.
  • a) driverClassName
  • b) dataSource properties
  • c) logSql
  • d) none of the mentioned
0 h : 0 m : 1 s