Cisco
300-735 · Question #73
What is a characteristic of RPC APIs?
The correct answer is A. They run more than a single command within a session. RPC (Remote Procedure Call) APIs are designed to execute functions or procedures on a remote system. A key characteristic is their ability to run more than a single command within a session, allowing multiple actions to be performed over a persistent connection.
Integrations
Question
What is a characteristic of RPC APIs?
Options
- AThey run more than a single command within a session
- BThey are used mainly for CRUD operations.
- CThey incorporate weaker encryption than REST API calls.
- DThey excel at modeling a domain.
How the community answered
(43 responses)- A74% (32)
- B7% (3)
- C14% (6)
- D5% (2)
Explanation
RPC (Remote Procedure Call) APIs are designed to execute functions or procedures on a remote system. A key characteristic is their ability to run more than a single command within a session, allowing multiple actions to be performed over a persistent connection.
Topics
#RPC API#REST vs RPC#API types#CRUD operations
Community Discussion
No community discussion yet for this question.