Spring/Spring%20Mcq%20Set%2015 Sample Test,Sample questions

Question:
 A message listener must implement the:-

1.javax.jms.MessageListener

2.javax.jms.Message

3. javax.jms

4.None of the mentioned

Posted Date:-2022-01-05 07:36:25


Question:
 A splitter takes an input message and asks you, the user of the component, on what basis it should split the Message.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:54:08


Question:
 Annotation which collects a series of messages (based on some correlation that you help Spring Integration make between the messages).

1.@After

2. @Splitter

3.@Aggregator

4.None of the mentioned

Posted Date:-2022-01-05 07:55:33


Question:
 EJB component which was introduced for asynchronous reception of JMS messages.

1.message-driven bean

2. message-driven

3.message bean

4.None of the mentioned

Posted Date:-2022-01-05 07:34:34


Question:
 For your front desk and back office classes, you can send and receive a map using the:-

1.convertAndSend()

2.receiveAndConvert()

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:33:17


Question:
 Implementation which returns the same underlying JMS connection each time (which is thread-safe according to the JMS API) and ignores calls to the close() method.

1. org.springframework.jms.connection.SingleConnectionFactory

2.org.springframework.jms.connection.Single

3.org.springframework.jms.connection.SingleConnection

4.None of the mentioned

Posted Date:-2022-01-05 07:40:04


Question:
 Integration of Spring which has each application produce files of shared data for others to consume.

1.File transfer

2.Shared Database

3.Remote Procedure Invocation

4.Messaging

Posted Date:-2022-01-05 07:43:06


Question:
 MDB must implements interfaces:-

1. javax.ejb.MessageDrivenBean

2.javax.jms.MessageListener

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:35:01


Question:
 Sending all the errors to the same channel can eventually lead to a large switch-laden class that’s too complex to maintain.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:51:58


Question:
 Some header values are specific to the type of the source message payload.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:47:21


Question:
 Spring provides several types of message listener containers:-

1.SimpleMessageListenerContainer

2.DefaultMessageListenerContainer

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:37:41


Question:
 The errorChannel doesn’t need to be a service-activator.

1.True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:50:45


Question:
 To determine how many messages to read until it can stop:-

1. SequenceSizeCompletionStrategy

2.SequenceSizeCompletion

3. SequenceSize

4.None of the mentioned

Posted Date:-2022-01-05 07:55:59


Question:
 Using an ESB lets you hide the origin of the message from the code that’s handling it.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:44:45


Question:
A service-activator, however, only helps you invoke your application’s business logic on receipt of a message.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:46:11


Question:
ActiveMQ, provides only one pooled connection factory class alternative.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:39:09


Question:
All errors thrown from Spring Integration components will be a subclass of:-

1. Messaging

2.MessagingException

3.Exception

4.None of the mentioned

Posted Date:-2022-01-05 07:51:10


Question:
An adapter is a component that knows how to speak to a specific type of subsystem and translate messages on that subsystem into something that can be used in the Spring Integration bus only.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:45:54


Question:
Annotation to get access to header metadata:-

1.@Ref

2. @service

3. @Header

4.None of the mentioned

Posted Date:-2022-01-05 07:48:13


Question:
As with a standard MDP, a configuration for the ConnectionFactory exists.

1. True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:45:05


Question:
Component-specific headers are the constants defined for files on:-

1.org.springframework.integration.file.FileHeaders: FILENAME

2.org.springframework.integration.file.FileHeaders: PREFIX

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:47:46


Question:
Headers Found in Spring Integration Messages:-

1.ID

2.TIMESTAMP

3.CORRELATION_ID

4.All of the mentioned

Posted Date:-2022-01-05 07:47:03


Question:
If you have a transaction requirement in receiving messages, you have to use:-

1. SimpleMessageListenerContainer

2.DefaultMessageListenerContainer

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:38:06


Question:
In EJB 3.0, an MDB can be a POJO that implements the MessageListener interface and is annotated with the:-

1. @MessageDrive

2.@Message

3.all of the mentioned

4.@MessageDriven

Posted Date:-2022-01-05 07:35:30


Question:
Integration of Spring which has each application connect to a common messaging system and exchange data and invoke behavior using messages.

1.File transfer

2.Shared Database

3.Remote Procedure Invocation

4.Messaging

Posted Date:-2022-01-05 07:44:27


Question:
Integration of Spring which has each application expose some of its procedures so that they can be invoked remotely and have applications invoke them to initiate behavior and exchange data.

1.File transfer

2.Shared Database

3.Remote Procedure Invocation

4.Messaging

Posted Date:-2022-01-05 07:43:57


Question:
Integration of Spring which has the applications store the data they want to share in a common database.

1. File transfer

2. Shared Database

3.Remote Procedure Invocation

4.Messaging

Posted Date:-2022-01-05 07:43:33


Question:
It caches consumers correctly, or use Spring ConnectionFactory implementations.

1.MessageListenerContainer

2.MessageListener

3. MessageContainer

4.None of the mentioned

Posted Date:-2022-01-05 07:39:37


Question:
JMS sender and receiver classes can also extend to retrieve a JMS template:-

1.JmsGatewaySupport

2. JmsGateway

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:31:52


Question:
Method to convert MapMessage Object into Spring runtime exception JmsException.

1. JmsUtils.convertJmsAccessException()

2. JmsUtils.convertJmsAccess()

3. JmsUtils.convertJms()

4. none of the mentioned

Posted Date:-2022-01-05 07:37:11


Question:
One way to discriminate by Exception type is to use:-

1.org.springframework.integration.router.ErrorMessageExceptionType

2.org.springframework.integration.router.ErrorMessageException

3.org.springframework.integration.router.ErrorMessageExceptionTypeRouter

4.none of the mentioned

Posted Date:-2022-01-05 07:51:40


Question:
Return type of the method annotated by the @Splitter annotation is of type:-

1.java.util.Collection

2. java.util.Date

3.all of the mentioned

4. none of the mentioned

Posted Date:-2022-01-05 07:55:06


Question:
Spring Integration provides a transformer message endpoint to permit the augmentation of the message headers.

1.True

2.False

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:49:46


Question:
Spring Integration provides the ability to catch exceptions and send them to an error channel of your choosing. By default, it’s a global channel called :-

1. error

2.exceptionChannel

3.exception

4.errorChannel

Posted Date:-2022-01-05 07:50:25


Question:
Spring Integration ships with useful splitters that require no customization.

1.Splitter

2.XPathMessageSplitter

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:54:36


Question:
Spring Integration will use that header and forward errors encountered in the processing of this message to that channel.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:52:36


Question:
Spring provides an implementation of SimpleMessageConvertor to handle the translation of a JMS message received.

1. True

2.False

3.none

4.None of the mentioned

Posted Date:-2022-01-05 07:32:36


Question:
The code for the service-activator has changed to reflect the fact that you’re expecting a message containing a message of type:-

1.Message<java.io.File>

2.Message<java.io>

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:48:38


Question:
The configuration starts with the inboundHelloJMSMessageChannel channel, which tells Spring Integration what to name the point-to-point connection from the message queue to the:-

1.service-activator

2. service

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:45:35


Question:
The next component, a service-activator, listens for messages coming into that channel and invokes the bean referenced by the:-

1.ref

2.after

3.before

4.All of the mentioned

Posted Date:-2022-01-05 07:46:39


Question:
To fork the process flow from one component to many, either all at once or to a single one based on a predicate condition.

1.splitter

2.fork

3. all of the mentioned

4. none of the mentioned

Posted Date:-2022-01-05 07:53:50


Question:
To send a message into the bus and transform it before working with it further.

1. adding extra headers or augmenting the payload

2.transformer

3.all of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:49:23


Question:
Using Spring JMS support with a very simple instance of:-

1.org.apache.activemq.ActiveMQConnectionFactory

2.org.apache.activemq.ActiveMQConnection

3.org.apache.activemq.ActiveMQ

4. none of the mentioned

Posted Date:-2022-01-05 07:38:51


Question:
When a JMS message arrives, the onMessage() method will be called with the message as the method argument.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:36:44


Question:
When you call the receive() method on a JMS message consumer to receive a message.

1. send

2. receive

3.All of the mentioned

4.None of the mentioned

Posted Date:-2022-01-05 07:34:08


Question:
When you need access to the JMS template.

1. setJmsTemplate

2.getJmsTemplate

3. getJms

4. none of the mentioned

Posted Date:-2022-01-05 07:32:16


Question:
y default, the JMS template uses SimpleMessageConverter for converting TextMessage to or from a string.

1. True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:32:52


Question:
You can explicitly specify on what channel errors for a given integration should go.

1.True

2. False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:52:17


Question:
You create a message listener to listen for JMS messages. This negates the need for the approach taken in BackOfficeImpl in previous recipes.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:35:53


Question:
You have to set the delegate property of MessageListenerAdapter to your target bean.

1.True

2.False

3.none

4.all the mentoined

Posted Date:-2022-01-05 07:38:26


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!