Question 6:
Which two statements describe advantages of consuming APIs with asynchronous versus synchronous requests? (Choose two.)
Answer options:
A. All Cisco APIs are designed to be invoked asynchronously. B. APIs respond more quickly when invoked asynchronously. C. Asynchronous request coding is less complex. D. Application threads do not block waiting for an asynchronous response. E. Multiple asynchronous requests can be sent simultaneously.