| 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. To implement endpoints with an XML marshalling technology, you have to extend the:-

Correct Answer is : AbstractMarshallingPayloadEndpoint

2. Marshaller for JAXB 1.0:-

Correct Answer is : org.springframework.oxm.jaxb.Jaxb1Marshaller

3. Marshaller for JAXB 2.0:-

Correct Answer is : org.springframework.oxm.jaxb.Jaxb2Marshaller

4. Marshaller for Castor:-

Correct Answer is : org.springframework.oxm.castor.CastorMarshall

5. Marshaller for XMLBeans:-

Correct Answer is : org.springframework.oxm.xmlbeans.XmlBeansMarshaller

6. Marshaller for JiBX:-

Correct Answer is : org.springframework.oxm.jibx.JibxMarshaller

7. Marshaller for XStream:-

Correct Answer is : org.springframework.oxm.xstream.XStreamMarshaller

8. Spring-WS supports various XML marshalling APIs.

Correct Answer is : All of the mentioned

9. For some marshalling APIs, the object model must be generated by them so that they can insert marshalling-specific information.

Correct Answer is : TRUE

10. A marshalling endpoint requires:-

Correct Answer is : all of the mentioned

11. Castor requires a mapping configuration file to know how to map objects to and from XML documents.

Correct Answer is : TRUE

12. Spring-WS supports annotating an arbitrary class as a service endpoint by:-

Correct Answer is : @Endpoint

13. When you are using XML marshalling, WebServiceTemplate requires both the marshaller and unmarshaller properties to be set.

Correct Answer is : TRUE

14. A Spring-WS client can also marshall and unmarshal the request and response objects to and from XML messages.

Correct Answer is : TRUE

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

Correct Answer is : TRUE

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

Correct Answer is : UML

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

Correct Answer is : WS-BPEL (BPEL)

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

Correct Answer is : WS-BPEL (BPEL 2.0)

19. This provides a set of diagramming notations that describe a business process. This notation is akin to UML activity diagram.

Correct Answer is : Business Process Modeling Notation (BPMN)

20. A way of letting your process rest in a known condition indefinitely.

Correct Answer is : State