Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 18
What are two characteristics of RPC API calls? (Choose two.)
Answer options
- A. They can be used only on network devices.
- B. They use only UDP for communications.
- C. Parameters can be passed to the calls.
- D. They must use SSL/TLS.
- E. They call a single function or service.
Correct answer: C, E
Explanation
The correct answers, C and E, highlight that RPC API calls allow parameters to be passed and are designed to call a single function or service. Options A and B are incorrect as RPC calls can be used on various types of devices and can use both TCP and UDP. Option D is also incorrect since SSL/TLS is not a mandatory requirement for all RPC calls.