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?
  • adrive
  • 4shared
  • badongo
  • all of the mentioned
Q2 | Point out the correct statement.
  • service oriented architecture (soa) describes a standard method for requesting services from distributed components and managing the results
  • soa provides the translation and management layer in an architecture that removes the barrier for a client obtaining desired services
  • with soa, clients and components can be written in different languages and can use multiple messaging protocols
  • all of the mentioned
Q3 | Which of the following is a repeatable task within a business process?
  • service
  • bus
  • methods
  • all of the mentioned
Q4 | Which of the following describes a message-passing taxonomy for a component- based architecture that provides services to clients upon demand?
  • soa
  • ebs
  • gec
  • all of the mentioned
Q5 | Which of the following is used to define the service component that performs the service?
  • wsdl
  • scdl
  • xml
  • none of the mentioned
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?
  • wsdl
  • scdl
  • xml
  • none of the mentioned
Q7 | Which of the following provides commands for defining logic using conditional statements?
  • xml
  • ws-bpel
  • json
  • none of the mentioned
Q8 | Which of the following is used as middleware layer in the following figure?
  • xml
  • esb
  • uddi
  • none of the mentioned
Q9 | To publish a REST service with Spring.
  • publishing an application’s data as a rest service
  • accessing data from third-party rest services
  • none of the mentioned
  • all of the mentioned
Q10 | Publishing an application’s data as a REST service requires.
  • @requestmapping
  • @pathvariable
  • all of the mentioned
  • none of the mentioned
Q11 | Annotation added as an input parameter to the handler method.
  • @pathvariable
  • @path
  • @pathlocale
  • none of the mentioned
Q12 | Notation for defining REST endpoints.
  • { }
  • *
  • all of the mentioned
  • none of the mentioned
Q13 | General-purpose class that allows a response to be rendered using a marshaller.
  • marshallingview
  • marshalling
  • view
  • all of the mentioned
Q14 | The marshaller used by MarshallingView belongs to one of a series of XML marshallers.
  • jaxb2marshaller
  • xmlbeansmarshaller
  • castormarshalle
  • all of the mentioned
Q15 | To configure Jaxb2Marshaller marshaller we require.
  • classestobebound
  • contextpath
  • all of the mentioned
  • none of the mentioned
Q16 | Annotation which allows the Jaxb2Marshaller marshaller to detect a class’s(i.e., object’s) fields.
  • @xmlrootelement
  • @xmlroot
  • @notnull
  • none of the mentioned
Q17 | Accessing a third-party REST service inside a Spring application.
  • resttemplate class
  • viewresolver
  • internalviewresolver
  • view
Q18 | REST service end point comprises an address.
  • starts with http:// and ends with ?
  • starts with http:// and ends with &
  • no certain url is specified
  • depends upon the platform used
Q19 | XML tag which represents information related to a REST service request.
  • result
  • title
  • none of the mentioned
  • all of the mentioned
Q20 | RestTemplate class method which performs an HTTP HEAD operation.
  • headforheaders(string, object…)
  • getforobject(string, class, object…)
  • postforlocation(string, object, object…)
  • postforobject(string, object, class, object…)
Q21 | A web service contract is described using :-
  • web services description language
  • web services description
  • all of the mentioned
  • none of the mentioned
Q22 | In contrast, the contract-first approach encourages you to think of the service contract first in terms of :-
  • xml
  • xml schema(.xsd)
  • wsdl
  • all of the mentioned
Q23 | Service exporters that can export a bean as a remote service based on the :-
  • rmi
  • hessian
  • burlap
  • all of the mentioned
Q24 | The standard for deploying web services on the Java EE platform as of Java EE 1.4:-
  • jax-rpc
  • jax
  • rpc
  • none of the mentioned
Q25 | If you are deploying into a Java EE 5 (or better) container, you may simply create a bean that is annotated with:-
  • javax.jws.webservice
  • javax.jws.webserviceprovider
  • all of the mentioned
  • none of the mentioned