API's (Amit Tanwar)

Who is credited with the invention of REST?
Kohsuke Kawaguchi
James Gosling
Roy Fielding
Linus Torvalds
Which of the following is not an HTTP method?
CREATE
POST
PUT
OPTION
Which of the following best describes REST?
REST is a web service standard
REST is a cloud-native API framework
REST is a microservices-based protocol
REST is an architectural style
The insistence that RESTful APIs have URLs that identify resources in a consistent and predictable manner is known as:
The RESTful naming convention
The uniform interface constraint
The RESTful consistency constraint
The RESTful pattern matching convention
How would you configure a RESTful URL parameter that supports a search for a book based on its ID?
GET /{id}/books/
GET /books/{id}
GET /book?id={id}
GET /books?id={id}
Which option is not a RESTful API constraint?
Code on demand
The use of a client-server model
A stateless request-response cycle
Service orchestration
The ability to invoke a RESTful method multiple times without changing the state of the server on subsequent invocations is known as:
Idempotence
Immutability
Statefulness
Uniformity
To create a new resource with a predefined resource URL, you should use which of the following HTTP methods?
CREATE
POST
PUT
OPTION
What must be enabled in order for a RESTful web service to receive invocations from different domains, subdomains or ports?
SSL
Headers
Cache control
CORS
Which header should be configured to tell the server XML is preferred over JSON?
Accept
Content-Type
User-Agent
GET
Which year was the dissertation that described how to build RESTful APIs delivered?
1990
2000
2010
2020
{"name":"API's (Amit Tanwar)", "url":"https://www.quiz-maker.com/Q652VQN94","txt":"Who is credited with the invention of REST?, Which of the following is not an HTTP method?, Which of the following best describes REST?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker