Question Bank
1899 approved questions from the community
Wide-column stores group related data using column families where individual records must have the same columns.
Which of the following are characteristics of document stores? (Select all that apply)
What HTTP status code indicates a conflict with the current state of the resource?
What is WSDL in the context of SOAP APIs?
What is the primary purpose of using ETags in API design?
What HTTP status code indicates that the HTTP method used is not allowed for the requested resource?
What HTTP status code indicates successful processing with no content to return?
What HTTP status code indicates that a request has been accepted for processing but not completed?
What HTTP status code indicates a bad or malformed request from the client?
What is the purpose of the HTTP HEAD method?
What HTTP status code indicates an unauthorized access attempt?
In RESTful design, what should the endpoint `/users/{id}` with a GET request return?
What is the main component of an API endpoint that defines the type of action to perform?
What is the difference between HTTP status codes 401 and 403?
What is the primary difference between an API and a web service?
What is the primary data format used by SOAP APIs?
What HTTP status code indicates an internal server error?
In RESTful design, what should the endpoint `/users` with a GET request return?
What HTTP status code indicates that a resource no longer exists and is gone permanently?
What is the primary advantage of using nonces or timestamps for idempotence?