| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 20

1. Spring manages UI as flows.

Correct Answer is : TRUE

2. Stated related to Spring Web flows.

Correct Answer is : all of the mentioned

3. Once a state has completed its tasks, it fires an event.

Correct Answer is : TRUE

4. Required dependencies to manage web UI flows.

Correct Answer is : org.springframework.webflow

5. Spring Web flow supports.

Correct Answer is : All of the mentioned

6. Spring Web flow can enable both Unified EL and Object-Graph Navigation Language (OGNL).

Correct Answer is : FALSE

7. To create URL path mappings from the ids of registered flow definitions.

Correct Answer is : FlowHandlerMapping

8. XML Based flow definitions can be validated by:-

Correct Answer is : All of the mentioned

9. Element to trigger an action for view module.

Correct Answer is : on-render

10. Variable to trigger the flow execution.

Correct Answer is : ${flowExecutionUrl}

11. .Servers which listen on port 8080.

Correct Answer is : All of the mentioned

12. Interface which is used to persist instances sessions.

Correct Answer is : serializable

13. Class which assist Spring Web flow in handling form.

Correct Answer is : FormAction

14. Property for action to instantiate form objects.

Correct Answer is : formObjectClass

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

Correct Answer is : receive

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

Correct Answer is : message-driven bean

17. MDB must implements interfaces:-

Correct Answer is : all of the mentioned

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

Correct Answer is : @MessageDriven

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

Correct Answer is : TRUE

20. A message listener must implement the:-

Correct Answer is : javax.jms.MessageListener