WorksheetsIntroduction to RESTful API
Total questions: 12
Worksheet time: 6mins
What is REST API?
is a programming language for web development.
is a type of web server software.
is an architectural style for networked applications that uses HTTP requests to access and manipulate data.
is a database management system.
What is JSON?
is a programming language used for web development.
is a markup language similar to HTML.
is a lightweight data interchange format that is easy to read and write.
is a type of database management system.
What is the definition of API?
Application Programming Interface
What are the types of Web API / Web Service?
SOAP (Simple Object Access Protocol)
REST (REpresentational State Transfer)
HTTP (Hypertext Transfer Protocol)
JSON (JavaScript Object Notation)
What is the architectural style for providing standards between computer systems on the web?
REST
SOAP
GraphQL
What are the HTTP verbs used in REST?
GET
POST
PUT
DELETE
What is the purpose of a resource in REST?
To provide a structured way to access and manipulate data or functionality via unique URIs.
What is the HTTP method used to delete a resource?
GET
POST
PUT
DELETE
What is the format used for response in REST?
HTML
JSON
XML
Plain Text
What does a 404 response code indicate?
Request successful
Resource not found
Unauthorized client
No content
What is the purpose of the response code in REST?
To determine the result of the request
To format the response
To identify the resource
To authenticate the client
Fill in the blank: REST uses ______ format for data exchange.
XML
HTML
Array
