REST APIs

REST APIs are widely used as the preferred architecture style to develop web applications. What else do you know about it?

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 1138
Questions #: 10
Time: 5 minutes
Pass Score: 80.0%
Style
Mode

REST is an architectural style based on transferring representations of resources from a server to a client

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

REST stands for

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

REST is an architectural style which is more difficult than SOAP/WSDL

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A RESTful web service is identified by its

1 pts

Answer = (1)

Please drag and drop the selected option in the right place or type it instead
URI
URL
UPS
note_alt Add notes
flag Flag

Correct Answer

Explanation

URI stands for

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

REST APIs communicate using HTTP protocol

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Assign actions to HTTP methods used by REST APIs

1 pts
  1. GET     (1)
  2. POST  (2)
  3. PUT     (3)
  4. DELTE (4)
Please drag and drop the selected option in the right place or type it instead
read
create
update
delete
note_alt Add notes
flag Flag

Correct Answer

Explanation

REST APIs support WS-Reliability and WS-Security

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A message exchange in REST has somewhat fewer characters than a message exchange in SOAP

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

REST API services should be designed as stateless services

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Keywords
Year 11