On This Page

This set of Cloud Computing Multiple Choice Questions & Answers (MCQs) focuses on Cloud Computing Set 30

Q1 | Which of the following offers Storage size of 10GB free t0 100 GB paid?
Q2 | Point out the correct statement.
Q3 | Which of the following is a repeatable task within a business process?
Q4 | Which of the following describes a message-passing taxonomy for a component- based architecture that provides services to clients upon demand?
Q5 | Which of the following is used to define the service component that performs the service?
Q6 | Which of the following is commonly used to describe the service interface, how to bind information, and the nature of the component’s service or endpoint?
Q7 | Which of the following provides commands for defining logic using conditional statements?
Q8 | Which of the following is used as middleware layer in the following figure?
Q9 | To publish a REST service with Spring.
Q10 | Publishing an application’s data as a REST service requires.
Q11 | Annotation added as an input parameter to the handler method.
Q12 | Notation for defining REST endpoints.
Q13 | General-purpose class that allows a response to be rendered using a marshaller.
Q14 | The marshaller used by MarshallingView belongs to one of a series of XML marshallers.
Q15 | To configure Jaxb2Marshaller marshaller we require.
Q16 | Annotation which allows the Jaxb2Marshaller marshaller to detect a class’s(i.e., object’s) fields.
Q17 | Accessing a third-party REST service inside a Spring application.
Q18 | REST service end point comprises an address.
Q19 | XML tag which represents information related to a REST service request.
Q20 | RestTemplate class method which performs an HTTP HEAD operation.
Q21 | A web service contract is described using :-
Q22 | In contrast, the contract-first approach encourages you to think of the service contract first in terms of :-
Q23 | Service exporters that can export a bean as a remote service based on the :-
Q24 | The standard for deploying web services on the Java EE platform as of Java EE 1.4:-
Q25 | If you are deploying into a Java EE 5 (or better) container, you may simply create a bean that is annotated with:-