CSE 446 - Unit 1 Test Flashcards Quizlet

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

CSE 446 - Unit 1 Test Flashcards | Quizlet https://quizlet.

com/566089183/cse-446-unit-1-test-flash-cards/

Study sets, textbooks, questions Free trial

CSE 446 - Unit 1 Test


12 studiers in the last day

Terms in this set (20)

given a function: void foo(int x, int y, out int z);

int foo(int x, int y):

what is the appropriate way of


expressing the function for
asynchronous calls?

what binding protocol is used WsHttpBinding


for exposing a service RESTful
services, instead of SOAP
services?

how do we allow a web Use InstanceContextMode.Session


service (not a web
application) to share data
within the same session (same
client)?

1 of 4 26-Feb-22, 3:20 PM
CSE 446 - Unit 1 Test Flashcards | Quizlet https://quizlet.com/566089183/cse-446-unit-1-test-flash-cards/

how can asynchronous use one-way call and then one two-way call
communications between a
client and a server be use one two-way call and then one one-way call
implemented in WCF? select
all that apply.

what level of behaviors deals service behaviors


with creating multiple
instances of a service to
process requests?

when we convert a SOAP the endpoint


service to a RESTful service in
WCF, what must be removed?

what data formats does a JSON


WCF RESTful service support
to return a set of data items? RSS
select all that apply.

in what situation is a SOAP computing-intensive service


service more appropriate than
a RESTful service?

which of the following HTTP is stateless


statements are correct about
HTTP? HTTP messages are always two ways

a sidecar in a service mesh is a proxy to a microservice service

the image verifier discussed in stateless service, as RESTful services are always
the lecture is stateless

2 of 4 26-Feb-22, 3:20 PM
CSE 446 - Unit 1 Test Flashcards | Quizlet https://quizlet.com/566089183/cse-446-unit-1-test-flash-cards/

to create a complete URI, we use library classes such as Uri and IriTemplate to
often need to combine a base create the complete URI
URI address, a parameter
name, and a parameter value.
What is the proper way to
create a complete URI?

given the argument definition add2/7/12


of a RESTful operation:

[WebGet(UriTemplate =
"add2/{x}/{y}")]

what is the correct way of


passing the parameter to the
operation in an URI?

in RESTful service deployment two parameters


using WCF template, we must
define the UriTemplate if the more than two parameters
service has

the composition architecture a central process only


style orchestration requires all
the services to communicate
with

SVG
what graphic libraries do
HTML5 work with? select all Canvas
that apply.
WebGL

3 of 4 26-Feb-22, 3:20 PM
CSE 446 - Unit 1 Test Flashcards | Quizlet https://quizlet.com/566089183/cse-446-unit-1-test-flash-cards/

what are the limitation of the the code is viewable and there are potential
Web application of HTML5 Proprietary and security issues.
with JavaScript? Select all that
apply. it is main for one-page applications.

what is the main problem with it mixes presentation tier and controller tier.
ASP .Net Web Application
architecture?

where will the JS code be they will be executed in the browser.


executed?

where should the link to the within the element <head></head>


external CSS Style Sheet file
be inserted in the html file?

4 of 4 26-Feb-22, 3:20 PM

You might also like