-
What term is used to refer to the exchange of data between two systems? A. HTTP* B. HTTP API C. Data Exchange D. System Transfer
-
What type of exercise requires a client and a server? A. Logic Exercise B. Data Transfer C. API Call* D. Computing
-
What is status code 200 used for? A. Internal Server Error B. Unavailable C. Request for Information D. Request approved/successful*
-
An API call occurs when a web browser… A. Downloads an image from a website. B. Accesses an outside source. C. Requests information from a server.* D. Connects to a host.
-
What type of data format can be used with an API call? A. BMP B. PDF C. XML* D. DOC
-
What type of response is given when a resource requested by the API call is not found? A. 200 OK B. 500 Error C. 404 Not Found* D. 304 Update
-
What is a RESTful API? A. A type of API used with Java-based software. B. A type of API used only to receive data. C. A type of API used only to send data. D. A type of API that relies on a uniform interface for interaction between clients and servers.*
-
When sending data in an API request, what type of protocol is required? A. SMTP B. DHCP C. HTTP* D. SSH
-
What type of request allows data to be sent in an API call? A. GET B. UPDATE C. SEARCH D. POST*
-
What type of request retrieves data from an API endpoint? A. PATCH B. DELETE C. GET* D. SUBMIT
Loading...