A key concept of RESTful service is to Correct Answers hide
computation from client.
A key idea of RESTful services is to focus on the Correct
Answers data and resources with computing support invisible to
the clients
A partnerLink can be defined between Correct Answers the
client and the BPEL process, or between a service and the BPEL
process.
A RESTful service can return Correct Answers a set of
resources.
A sidecar in a service mesh is Correct Answers a proxy to a
microservice service.
Collaborative filtering-based recommender systems recommend
items to a user based on Correct Answers items purchased by
other users who have similar preference with the user.
Compare and contrast Web caching design and cache design in
computer memory hierarchy. Select all correct answers. Correct
Answers - Both designs use temporary locality.
- Computer memory hierarchy supports Web caching and
automatically place Web caching data in cache, in main
memory, or in the secondary memory (disk).
, Different from a search engine, a recommder system generates
recommendation items Correct Answers by avoiding hot spot
items.
Enterprise level collaboration, integration, and dynamic business
composition are driven by the following technologies: Correct
Answers Web 2.0, SOA, ESB, and dynamic application
architecture.
Given the argument definition of a RESTful operation:
[WebGet(UriTemplate = "add2/{x}/{y}"], what is the correct
way of passing the parameter to the operation in an URI?
Correct Answers add2/7/12
Given the code below, what does this piece of code define?
<portType name="TravelApprovalPT">
<operation name="TravelApproval">
<input message="tns:TravelRequestMessage"/>
<output message="tns:TravelResponseMessage"/>
</operation>
</portType> Correct Answers A synchronous interface in
WSDL
Given the following figure, which is an example explained in
the lecture:
answer the questions.
1. How is the flow generated?
Using Copilot.