ExamGecko
Question list
Search
Search

Question 283 - 200-901 discussion

Report
Export

How are operations on REST APIs performed as compared to RPC APIs?

A.

In a REST API, operations are performed on an object (node) that is identified by a URL, but RPC APIs are operation-oriented.

Answers
A.

In a REST API, operations are performed on an object (node) that is identified by a URL, but RPC APIs are operation-oriented.

B.

In a REST API, operations are performed on an external resource that is defined on the API, but the RCP APIs are resource-oriented.

Answers
B.

In a REST API, operations are performed on an external resource that is defined on the API, but the RCP APIs are resource-oriented.

C.

In a REST API, operations are performed on a platform that is identified by the URL, but RPC APIs are platform-oriented.

Answers
C.

In a REST API, operations are performed on a platform that is identified by the URL, but RPC APIs are platform-oriented.

D.

In a REST API, operations are performed on an internal resource that is defined on the API, but RPC APIs are resource-oriented.

Answers
D.

In a REST API, operations are performed on an internal resource that is defined on the API, but RPC APIs are resource-oriented.

Suggested answer: A

Explanation:

REST APIs are designed around resources that are identified by URLs. Operations are performedon these resources using standard HTTP methods like GET, POST, PUT, and DELETE. In contrast,RPC (Remote Procedure Call) APIs are designed around actions or operations, where the focusis on invoking methods or functions rather than manipulating resources

asked 07/10/2024
Ramon Pasay
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first