RESTful Quiz 3 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'RESTful Quiz 3 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. Caching refers to storing server response in client itself so that a client needs not to make server request for same resource again and again
    B. A server response should have information about how a caching is to be done so that a client caches response for a period of time or never caches the server response
    C. Both of the above
    D. None of the above
    A. REST is web standards based architecture and uses HTTP Protocol for data communication
    B. It revolves around resource where every component is a resource and a resource is accessed by a common interface using HTTP standard methods
    C. REST was first introduced by Roy Fielding in 2000
    D. All of the above
    A. A web service is a collection of open protocols and standards used for exchanging data between applications or systems
    B. Software applications written in various programming languages and running on various platforms can use web services to exchange data among them over computer networks like the Internet
    C. Both of the above
    D. None of the above
    A. A client sends a message in form of a HTTP Request and server responds in form of a HTTP Response
    B. These messages contain message data and metadata i.e. information about message itself
    C. Both of the above
    D. None of the above
    A. Validate Malformed XML/JSON - Check for well formed input passed to a web service method
    B. Throw generic Error Messages - A web service method should use HTTP error messages like 403 to show access forbidden etc
    C. Both of the above
    D. None of the above