Exam 14: Understanding REST Services and Web Services in Spring Framework

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

General-purpose class that allows a response to be rendered using a marshaller.

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

A

A web service contract is described using :-

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

A

Accessing a third-party REST service inside a Spring application.

Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
Verified

A

REST service end point comprises an address.

(Multiple Choice)
4.9/5
(48)

XML tag which represents information related to a REST service request.

(Multiple Choice)
4.8/5
(34)

If you are using the JAX-RS Reference Implementation, this intermediary step will involve a tool called wsgen.

(True/False)
4.9/5
(37)

There are two approaches to developing a web service, depending on whether you define the contract first or last.

(True/False)
4.9/5
(33)

Spring provides a factory that can export beans annotated with:-

(Multiple Choice)
4.8/5
(31)

In contrast, the contract-first approach encourages you to think of the service contract first in terms of :-

(Multiple Choice)
4.8/5
(33)

Notation for defining REST endpoints.

(Multiple Choice)
4.8/5
(27)

Exposing a stand-alone SOAP endpoint using the:-

(Multiple Choice)
4.7/5
(41)

To send objects across the wire, beans need to be encoded using the Java Architecture for XML Binding (JAXB).

(True/False)
4.9/5
(36)

Annotation added as an input parameter to the handler method.

(Multiple Choice)
4.8/5
(29)

The standard for deploying web services on the Java EE platform as of Java EE 1.4:-

(Multiple Choice)
4.9/5
(46)

In some cases, it's also hard to map an object to XML (e.g., an object graph with cyclic references) because there's actually an impedance mismatch between an object model and an XML model.

(True/False)
4.8/5
(32)

3 WEB SERVICES

(True/False)
4.7/5
(28)

In the case of classesToBeBound, the classes assigned to this property, indicate the class (i.e., object) structure that is to be transformed into XML.

(True/False)
4.8/5
(38)

Marshalling is the process of transforming an in-memory representation of an object into a data format.

(True/False)
4.7/5
(42)

Spring supports a series of mechanisms to generate a REST service payload.

(True/False)
4.8/5
(38)

To configure Jaxb2Marshaller marshaller we require.

(Multiple Choice)
4.9/5
(29)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)