Spring/Spring Mcq Set 17 Sample Test,Sample questions

Question:
 A workflow system extricates that process state from the domain and into a separate layer, called a business process.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:48:22


Question:
 Instances of the ApplicationContext can be injected into the various GridGain class instances (GridTask, GridJob, and so forth) using GridGain:-

1.@Grid

2.@GridGain

3.@GridGain

4.None of the mentioned

Posted Date:-2022-01-06 13:43:21


Question:
 JobLauncher reference you configured previously is obtained and used to then launch an instance of a Job.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:28:00


Question:
 Map/reduce is a pattern that was popularized by Google, and it comes from functional programming languages, which often have:-

1.map

2. reduce

3.none of the mentioned

4.All of the mentioned

Posted Date:-2022-01-06 13:26:58


Question:
 One of the more useful settings for the RetryTemplate is the :-

1.BackOff

2. Back

3.BackOffPolicy

4.All of the mentioned

Posted Date:-2022-01-06 11:12:33


Question:
 Spring Batch work with a system scheduler:-

1. cron

2.autosys

3. all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 11:25:02


Question:
 TaskExecutor that will spawn a thread of execution and manage that thread without blocking.

1.Async

2. Sync

3.Simple

4.SimpleAsyncTaskExecutor

Posted Date:-2022-01-06 11:29:00


Question:
 Terracotta works like many other clustered caches, except that, in addition to being a good Hibernate clustered cache.

1.True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:36:51


Question:
 The CommandLineJobRunner for success will return system error codes:-

1.0

2.1

3.2

4.None of the mentioned

Posted Date:-2022-01-06 11:29:43


Question:
 The main feature common to traditional workflow systems is the ability to support work lists for actors in a process.

1.WS-BPEL (BPEL 2.0)

2.WS-BPEL (BPEL)

3.WS-BPEL for People (BPEL4People)

4.Business Process Modeling Notation (BPMN)

Posted Date:-2022-01-06 13:55:10


Question:
 The RetryTemplate itself is configured in the Spring context, although it’s trivial to create in code.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:11:34


Question:
 To distribute processing over many nodes, perhaps to increase result speed through the use of concurrences, perhaps merely to provide load balance and fault tolerance.

1.Grid

2.GridGain

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 13:24:15


Question:
 To hoist a grid node into existence.

1.GridLoader

2.GridLoad

3. Grid

4.GridGain

Posted Date:-2022-01-06 13:35:37


Question:
 To use the script on Unix-like operating systems:

1.$TERRACOTTA HOME/bin/dso-env.sh $HOST:3312

2.$TERRACOTTA HOME/bin/dso-env.sh $HOST:$PORT

3.All of the mentioned

4. none of the mentioned

Posted Date:-2022-01-06 13:23:03


Question:
 When you use the script that comes with the distribution is the class:-

1.GridCommandLine

2.GridCommandLineLoader

3. GridCommand

4.All of the mentioned

Posted Date:-2022-01-06 13:36:09


Question:
 You want to control how steps are executed, perhaps to eliminate a needless waste of time by:-

1.concurrent steps

2.decisions

3.sequential steps

4.All of the mentioned

Posted Date:-2022-01-06 11:17:15


Question:
A GridLoader instance is responsible for many things such as:-

1.GridFactory.start

2.GridFactory.stop

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 13:37:33


Question:
A language that, when deployed to a BPEL container, describes the execution of a process.

1.WS-BPEL (BPEL 2.0)

2.WS-BPEL (BPEL)

3.WS-BPEL for People (BPEL4People)

4. Business Process Modeling Notation (BPMN)

Posted Date:-2022-01-06 13:51:03


Question:
A workflow engine lets you model the process in a higher-level form:-

1. XML

2. Use Case

3. UML

4. all of the mentioned

Posted Date:-2022-01-06 13:49:34


Question:
For each virtual machine client that you want to “see” and share that state, start it with a customized bootclasspath parameter when starting Java.

1. True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:21:23


Question:
GridFactory.start can take as its first parameter a:-

1.GridConfiguration object

2.Spring application context

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 13:40:04


Question:
GridGain is an implementation of a processing grid.

1.True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:25:19


Question:
GridGain lets you start up nodes using the startup script in the:-

1.etc

2. opt

3.bin

4.All of the mentioned

Posted Date:-2022-01-06 13:35:03


Question:
GridGain provides:-

1. load balancing

2.fault tolerance

3.routing

4. all of the mentioned

Posted Date:-2022-01-06 13:30:45


Question:
GridGain works with a GridTask, which specifies how to handle the main unit of work of the interface type:-

1.Grid

2. GridGain

3.GridJob

4.All of the mentioned

Posted Date:-2022-01-06 13:33:36


Question:
If you want to vary the execution flow based on some logic more complex than a job’s ExitStatuses:-

1.ExitStatus

2.Exit

3. Decision

4. all of the mentioned

Posted Date:-2022-01-06 11:24:17


Question:
More complicated return codes can be returned by creating and declaring a top-level bean that implements the interface:-

1.ExitCode

2.ExitCodeMapper

3.ExitMapper

4.All of the mentioned

Posted Date:-2022-01-06 11:30:42


Question:
On Unix-like operating systems, you start Terracotta as :-

1.$TERRACOTTA HOME/bin/start-tc-server.sh –f $PATH TO TERRACOTTA CONFIGURATION

2. $TERRACOTTA HOME/bin/start-tc-server.sh –f $PATH TO TERRACOTTA

3. $TERRACOTTA HOME/bin/start-tc-server.sh –f $PATH TO TERRACOTTA

4.None of the mentioned

Posted Date:-2022-01-06 13:20:50


Question:
Pattern which refers to the arrangement of multiple JMS clients all consuming the same queue messages.

1.aggressive-consumer

2.aggressive

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 11:19:39


Question:
Spring Batch provides a mechanism to offload processing to another process.

1.chunking

2.remote chunking

3.remote

4. none of the mentioned

Posted Date:-2022-01-06 11:18:47


Question:
Spring Batch ships with only handler, which executes steps in multiple threads using a TaskExecutor strategy.

1. TaskExecutorPartition

2. TaskExecutorPartitionHandler

3. TaskExecutorPartitionHandle

4. TaskExecutor

Posted Date:-2022-01-06 11:20:19


Question:
Terracotta doesn’t use serialization of objects.

1.True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:37:33


Question:
Terracotta has a client/server architecture.

1. True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:18:57


Question:
Terracotta is different than most clustered caches today because it has no visible API

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:18:02


Question:
The bean is recognized and becomes part of the application context because of the:-

1.@Component

2.@Attr

3.All of the mentioned

4. none of the mentioned

Posted Date:-2022-01-06 11:31:31


Question:
The company, Terracotta, has also recently become the corporate sponsor of:-

1. Ehcache

2.Quartz

3. All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 11:35:42


Question:
The file which enables you to tell GridGain about which GridTask classes are deployed:-

1.gridgain.xml

2.gridgain.html

3.grid.xml

4.gridify.xml

Posted Date:-2022-01-06 13:42:12


Question:
There are many data grids, such as :-

1. Coherence

2.Terracotta

3.Terracotta

4.All of the mentioned

Posted Date:-2022-01-06 13:26:01


Question:
There’s nothing to prevent you from having many steps within the flow elements.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:18:15


Question:
This is likely the second most useful implementation. It provides a servlet that bootstraps the GridGain instance inside any web container as a servlet.

1.org.gridgain.grid.loaders.cmdline.GridCommandLineLoader

2.org.gridgain.grid.loaders.servlet.GridServletLoader

3. org.gridgain.grid.loaders.jboss.GridJbossLoader

4.org.gridgain.grid.loaders.weblogic.GridWeblogicStartup

Posted Date:-2022-01-06 13:46:27


Question:
This is the default implementation. It is used when you run gridgain.sh or gridgain.bat.

1.org.gridgain.grid.loaders.cmdline.GridCommandLineLoader

2.org.gridgain.grid.loaders.servlet.GridServletLoader

3.org.gridgain.grid.loaders.jboss.GridJbossLoader

4.org.gridgain.grid.loaders.weblogic.GridWeblogicStartup

Posted Date:-2022-01-06 13:45:34


Question:
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.

1.map

2. reduce

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 13:31:26


Question:
To deploy a Terracotta application, you first download the distribution. The distribution provides :-

1.utility scripts

2. JAR files

3. All of the mentioned

4. none of the mentioned

Posted Date:-2022-01-06 13:19:49


Question:
To determine the next step is the simplest example of a conditional flow.

1. Exit

2. Status

3. Status

4.None of the mentioned

Posted Date:-2022-01-06 11:23:41


Question:
To parameterize a job, which is then available to your steps through Spring Batch expression language.

1.Job

2.Steps

3.JobParameters

4.None of the mentioned

Posted Date:-2022-01-06 11:32:27


Question:
To quickly grid-enable a method on a bean using GridGain.

1.@Gridify

2.@Grid

3.@GridGain

4.None of the mentioned

Posted Date:-2022-01-06 13:30:03


Question:
Typical jobs of almost any complexity will have multiple steps, however.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 11:17:45


Question:
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.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:34:31


Question:
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.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-06 13:34:06


Question:
You want to share object state across multiple virtual machines.

1.Terracotta

2.Hibernate Transaction

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-06 11:34:42


More MCQS

  1. Spring Mcq Set 1
  2. Spring Mcq Set 2
  3. Spring Mcq Set 3
  4. Spring Mcq Set 4
  5. Spring Mcq Set 5
  6. Spring Mcq Set 6
  7. Spring Mcq Set 7
  8. Spring Mcq Set 8
  9. Spring Mcq Set 9
  10. Spring Mcq Set 10
  11. Spring Mcq Set 11
  12. Spring Mcq Set 12
  13. Spring Mcq Set 13
  14. Spring Mcq Set 14
  15. Spring Mcq Set 15
  16. Spring Mcq Set 16
  17. Spring Mcq Set 17
  18. Spring Mcq Set 18
  19. Spring Mcq Set 19
  20. Spring Mcq Questions
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!