

MCQOPTIONS
Saved Bookmarks
This section includes 11 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.
1. |
This is the default implementation. It is used when you run gridgain.sh or gridgain.bat. |
A. | org.gridgain.grid.loaders.cmdline.GridCommandLineLoader |
B. | org.gridgain.grid.loaders.servlet.GridServletLoader |
C. | org.gridgain.grid.loaders.jboss.GridJbossLoader |
D. | org.gridgain.grid.loaders.weblogic.GridWeblogicStartup |
Answer» B. org.gridgain.grid.loaders.servlet.GridServletLoader | |
2. |
GridFactory.start can take as its first parameter a:- |
A. | GridConfiguration object |
B. | Spring application context |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
3. |
A GridLoader instance is responsible for many things such as:- |
A. | GridFactory.start |
B. | GridFactory.stop |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
4. |
When you use the script that comes with the distribution is the class:- |
A. | GridCommandLine |
B. | GridCommandLineLoader |
C. | GridCommand |
D. | All of the mentioned |
Answer» C. GridCommand | |
5. |
To hoist a grid node into existence. |
A. | GridLoader |
B. | GridLoad |
C. | Grid |
D. | GridGain |
Answer» B. GridLoad | |
6. |
GridGain lets you start up nodes using the startup script in the:- |
A. | etc |
B. | opt |
C. | bin |
D. | all of the mentioned |
Answer» D. all of the mentioned | |
7. |
When using GridGain stem mostly from the fact that what you develop on one node can t always automatically work on another node with no additional configuration. |
A. | True |
B. | False |
Answer» B. False | |
8. |
When you call the method on the service with the @Gridify annotation pointing to this GridTask implementation, it stops execution of method and loads an instance of this implementation. |
A. | True |
B. | False |
Answer» B. False | |
9. |
To build a parallelized solution for a problem that s intrinsically better-suited to parallelization or that, for want of resources, needs to be chunked. |
A. | map |
B. | reduce |
C. | all of the mentioned |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
10. |
GridGain provides:- |
A. | load balancing |
B. | fault tolerance |
C. | routing |
D. | all of the mentioned |
Answer» E. | |
11. |
To quickly grid-enable a method on a bean using GridGain. |
A. | @Gridify |
B. | @Grid |
C. | @GridGain |
D. | None of the mentioned |
Answer» B. @Grid | |