exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 380 discussion

Actual exam question from Cisco's 200-901
Question #: 380
Topic #: 1
[All 200-901 Questions]

DRAG DROP
-

Drag and drop the API characteristics from the left onto the corresponding categories on the right.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
moha413
1 year, 10 months ago
In a REST API, operations are performed on resources, which are accessed and manipulated using HTTP verbs such as GET, POST, PUT, and DELETE. These resources are identified by a URL and are defined within the API. For example, an API may define a resource called "customers", which can be accessed using the URL "http://api.example.com/customers". To retrieve a list of customers, the client could make a GET request to this URL. To create a new customer, the client could make a POST request to the same URL with the necessary data in the request body. In contrast, in an RPC API, operations are performed by making function calls. The client makes a request to the server, specifying the function to be called and any necessary parameters. The server then executes the function and returns the result to the client. RPC APIs are operation-oriented, meaning that the focus is on the function being called rather than the resource being accessed.
upvoted 4 times
Woonesuf
1 year, 9 months ago
Based on that info, this looks correct >>> RPC: Invokes Function Calls, Implements Communication Between Server and Client REST: Invokes Transactions Against Resources, Uses a Protocol such as HTTP
upvoted 11 times
rtg2123
1 year, 8 months ago
I agree with you guys
upvoted 1 times
...
Muste
9 months, 1 week ago
i agree with you
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...